diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-17 15:25:21 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-11-17 15:25:21 +0100 |
| commit | 6f7e1f4fb7e1277b4e28a15874db449cef2d6bfc (patch) | |
| tree | 9f652f4db45dc12e66c85beb35272a798dc06b23 /documentation | |
| parent | c5ef206c570f0dd925aeb40f99a914ec40d78a2d (diff) | |
Enhance documentation of event processing
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/src/subclassing.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox index 7dfe2909b..bbf750b15 100644 --- a/documentation/src/subclassing.dox +++ b/documentation/src/subclassing.dox @@ -17,7 +17,8 @@ display a value of some sort. A composite widget holds a list of child widgets and handles moving, sizing, showing, or hiding them as needed. Fl_Group is the main composite widget class in FLTK, and all of the other composite widgets -(Fl_Pack, Fl_Scroll, Fl_Tabs, Fl_Tile, and Fl_Window) are subclasses of it. +(Fl_Pack, Fl_Scroll, Fl_Tabs, Fl_Tile, Fl_Window, Fl_Flex, Fl_Grid, etc.) +are subclasses of it. You can also subclass other existing widgets to provide a different look or user-interface. For example, the button widgets are all |
