FLTK 1.3.8
|
Go to the source code of this file.
Classes | |
struct | Fl_Menu_Item |
The Fl_Menu_Item structure defines a single menu item that is used by the Fl_Menu_ class. More... | |
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 *) |
Emulation of XForms named shortcuts. More... | |
anonymous enum |