|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |


Go to the source code of this file.
Classes | |
| struct | Fl_Menu_Item |
Typedefs | |
| typedef Fl_Menu_Item | Fl_Menu |
Enumerations | |
| enum | { FL_MENU_INACTIVE = 1, FL_MENU_TOGGLE = 2, FL_MENU_VALUE = 4, FL_MENU_RADIO = 8, FL_MENU_INVISIBLE = 0x10, FL_SUBMENU_POINTER = 0x20, FL_SUBMENU = 0x40, FL_MENU_DIVIDER = 0x80, FL_MENU_HORIZONTAL = 0x100 } |
| enum | { FL_PUP_NONE = 0, FL_PUP_GREY = FL_MENU_INACTIVE, FL_PUP_GRAY = FL_MENU_INACTIVE, FL_MENU_BOX = FL_MENU_TOGGLE, FL_PUP_BOX = FL_MENU_TOGGLE, FL_MENU_CHECK = FL_MENU_VALUE, FL_PUP_CHECK = FL_MENU_VALUE, FL_PUP_RADIO = FL_MENU_RADIO, FL_PUP_INVISIBLE = FL_MENU_INVISIBLE, FL_PUP_SUBMENU = FL_SUBMENU_POINTER } |
Functions | |
| FL_EXPORT Fl_Shortcut | fl_old_shortcut (const char *) |
| typedef Fl_Menu_Item Fl_Menu |
Definition at line 424 of file Fl_Menu_Item.H.
| anonymous enum |
| FL_PUP_NONE | |
| FL_PUP_GREY | |
| FL_PUP_GRAY | |
| FL_MENU_BOX | |
| FL_PUP_BOX | |
| FL_MENU_CHECK | |
| FL_PUP_CHECK | |
| FL_PUP_RADIO | |
| FL_PUP_INVISIBLE | |
| FL_PUP_SUBMENU |
Definition at line 426 of file Fl_Menu_Item.H.
| anonymous enum |
Definition at line 38 of file Fl_Menu_Item.H.