diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-28 22:25:23 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-28 22:25:23 +0000 |
| commit | acbb5af54bcbdcb2dc561954395cfa25f09fcb5c (patch) | |
| tree | 49bb2ae1547ead0d05475d8ac614f8d8bef2e632 /FL/Fl.H | |
| parent | ffad932289d17877a506a51c5f2f32c743d747d8 (diff) | |
doxygen docs for some missing Fl_Group methods, updated Fl::focus().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6351 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl.H')
| -rw-r--r-- | FL/Fl.H | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -537,7 +537,7 @@ public: /** See Fl_Widget* pushed(Fl_Widget*) */ static Fl_Widget* pushed() {return pushed_;} static void pushed(Fl_Widget*); - /** See Fl_Widget* focus(Fl_Widget*) */ + /** Gets the current Fl::focus() widget. \sa Fl::focus(Fl_Widget*) */ static Fl_Widget* focus() {return focus_;} static void focus(Fl_Widget*); static void add_handler(int (*h)(int)); |
