diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-08 15:14:38 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-08 15:14:38 +0000 |
| commit | 16046bf4ddb21381968b7333318e58b6438c89ac (patch) | |
| tree | e18c0a49cf2f8e092a38abfa6ef730e8a11409b6 /FL | |
| parent | 46148181bdc020adffdc2be83364a37469cd83e6 (diff) | |
Add Fl::remove_handler() method.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2491 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ // -// "$Id: Fl.H,v 1.8.2.11.2.15 2002/04/13 22:17:45 easysw Exp $" +// "$Id: Fl.H,v 1.8.2.11.2.16 2002/07/08 15:14:37 easysw Exp $" // // Main header file for the Fast Light Tool Kit (FLTK). // @@ -168,6 +168,7 @@ public: static FL_EXPORT Fl_Widget* focus() {return focus_;} static FL_EXPORT void focus(Fl_Widget*); static FL_EXPORT void add_handler(int (*h)(int)); + static FL_EXPORT void remove_handler(int (*h)(int)); // cut/paste: static FL_EXPORT void copy(const char* stuff, int len, int clipboard = 0); @@ -252,5 +253,5 @@ public: #endif // !Fl_H // -// End of "$Id: Fl.H,v 1.8.2.11.2.15 2002/04/13 22:17:45 easysw Exp $". +// End of "$Id: Fl.H,v 1.8.2.11.2.16 2002/07/08 15:14:37 easysw Exp $". // |
