wx._core.MenuBar
Proxy of C++ MenuBar class
Inherits: wx._core.Window

Append(args, kwargs)
Append(self, Menu menu, String title) -> bool

Attach(args, kwargs)
Attach(self, wxFrame frame)

Check(args, kwargs)
Check(self, int id, bool check)

Detach(args, kwargs)
Detach(self)

Enable(args, kwargs)
Enable(self, int id, bool enable)

EnableTop(args, kwargs)
EnableTop(self, size_t pos, bool enable)

FindItemById(args, kwargs)
FindItemById(self, int id) -> MenuItem

FindMenu(args, kwargs)
FindMenu(self, String title) -> int

FindMenuItem(args, kwargs)
FindMenuItem(self, String menu, String item) -> int

GetAutoWindowMenu
GetAutoWindowMenu() -> bool

GetFrame(args, kwargs)
GetFrame(self) -> wxFrame

GetHelpString(args, kwargs)
GetHelpString(self, int id) -> String

GetLabel(args, kwargs)
GetLabel(self, int id) -> String

GetLabelTop(args, kwargs)
GetLabelTop(self, size_t pos) -> String

GetMenu(args, kwargs)
GetMenu(self, size_t pos) -> Menu

GetMenuCount(args, kwargs)
GetMenuCount(self) -> size_t

Insert(args, kwargs)
Insert(self, size_t pos, Menu menu, String title) -> bool

IsAttached(args, kwargs)
IsAttached(self) -> bool

IsChecked(args, kwargs)
IsChecked(self, int id) -> bool

IsEnabled(args, kwargs)
IsEnabled(self, int id) -> bool

IsEnabledTop(args, kwargs)
IsEnabledTop(self, size_t pos) -> bool

Remove(args, kwargs)
Remove(self, size_t pos) -> Menu

Replace(args, kwargs)
Replace(self, size_t pos, Menu menu, String title) -> Menu

SetAutoWindowMenu
SetAutoWindowMenu(bool enable)

SetHelpString(args, kwargs)
SetHelpString(self, int id, String helpString)

SetLabel(args, kwargs)
SetLabel(self, int id, String label)

SetLabelTop(args, kwargs)
SetLabelTop(self, size_t pos, String label)

[constructor]
Usage: classname(arguments)

[member '__doc__']
Documentation for this class

[member '__module__']
The module that this class belongs to

[operator 'repr']
Usage: repr(a)