From 6f7e1f4fb7e1277b4e28a15874db449cef2d6bfc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 17 Nov 2023 15:25:21 +0100 Subject: Enhance documentation of event processing --- documentation/src/subclassing.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation') 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 -- cgit v1.2.3