summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Window.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index 013495b77..93618690d 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -95,6 +95,7 @@ public:
void label(const char*);
void iconlabel(const char*);
void label(const char* label, const char* iconlabel);
+ void copy_label(const char* a);
const char* xclass() const {return xclass_;}
void xclass(const char* c) {xclass_ = c;}
const void* icon() const {return icon_;}