Century Embedded Technologies Nano-X SDK and Developer's Guide | ||
---|---|---|
Prev | Chapter 9. Common Widgets and Attributes | Next |
The Fl_Group widget class is used as a general purpose "container" widget. Besides grouping radio buttons, the groups are used to encapsulate windows, tabs, and scrolled windows. The following group classes are available with FLTK:
Fl_Double_Window - A double-buffered window on the screen
Fl_Gl_Window - An OpenGL window on the screen
Fl_Group - The base container class; can be used to group any widgets together
Fl_Scroll - A scrolled window area
Fl_Tabs - Displays child widgets as tabs
Fl_Window - A window on the screen