diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-09 13:51:32 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-09 13:51:32 +0000 |
| commit | 25447eeb0415cee874721d41fd31e788c95e0418 (patch) | |
| tree | 41e046fa95f764fb55eaace0e1f38087e9b7fe17 /FL | |
| parent | 147b40301351df0b6f746a813f7c2da519f965d6 (diff) | |
Added missing Fl_Window::copy_label() method.
Cleaned up screen_xywh() conditional stuff.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4251 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Window.H | 1 |
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_;} |
