wx.lib.agw.fmcustomizedlg.FMCustomizeDlg¶
Class used to customize the appearance of FlatMenu
and FlatMenuBar
.
Class Hierarchy¶
Control Appearance¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
Closes the dialog. |
|
Does nothing at the moment. |
|
Actually creates the dialog. |
|
Creates the |
|
Creates the |
|
Initializes the |
|
Handles the |
|
Handles the |
Class API¶
- class FMCustomizeDlg(wx.Dialog)¶
Class used to customize the appearance of
FlatMenu
andFlatMenuBar
.
Methods¶
- __init__(self, parent=None)¶
Default class constructor.
- Parameters:
parent – the
FMCustomizeDlg
parent window.
- CloseDialog(self)¶
Closes the dialog.
- ConnectEvents(self)¶
Does nothing at the moment.
- CreateDialog(self)¶
Actually creates the dialog.
- OnChangeStyle(self, event)¶
Handles the
wx.EVT_CHECKBOX
event forFMCustomizeDlg
.- Parameters:
event – a
CommandEvent
event to be processed.
Note
This method handles the
FlatMenu
styles.
- OnMenuChecked(self, event)¶
Handles the
wx.EVT_CHECKBOX
event forFMCustomizeDlg
.- Parameters:
event – a
CommandEvent
event to be processed.
Note
This method handles the
FlatMenu
menus visibility.