Class for menu manipulation.
![]() | MenuType |
![]() | Menu (Widget parent, MenuType menuType, const char *name, char mnemonic, MenuItem *items) |
![]() | GetClassName () |
![]() | GetNthMenuItem (int n) |
![]() | GetMenuItem (const char *label) |
![]() | GetChild (Widget menu, MenuType type, const char *label) |
![]() | GetNthChild (Widget menu, MenuType type, int n) |
![]() | SetChildToggleState ( Widget menu, MenuType type, const char *label, bool state, bool notify=False) |
![]() | SetNthChildToggleState ( Widget menu, MenuType type, int n, bool state, bool notify=False) |
![]() | SetChildSensitive ( Widget menu, MenuType type, const char *label, bool state) |
![]() | SetNthChildSensitive ( Widget menu, MenuType type, int n, bool state) |
Class for menu manipulation.
Menu(Widget parent, MenuType menuType, const char *name, char mnemonic, MenuItem *items)
const char* GetClassName()
Widget GetNthMenuItem(int n)
Widget GetMenuItem(const char *label)
static Widget GetChild(Widget menu, MenuType type, const char *label)
static Widget GetNthChild(Widget menu, MenuType type, int n)
static void SetChildToggleState( Widget menu, MenuType type, const char *label, bool state, bool notify=False)
static void SetNthChildToggleState( Widget menu, MenuType type, int n, bool state, bool notify=False)
static void SetChildSensitive( Widget menu, MenuType type, const char *label, bool state)
static void SetNthChildSensitive( Widget menu, MenuType type, int n, bool state)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de