mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 23:37:02 +08:00
Enhance documentation of event processing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user