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
FlatMenuandFlatMenuBar.
Methods¶
- __init__(self, parent=None)¶
Default class constructor.
- Parameters:
parent – the
FMCustomizeDlgparent 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_CHECKBOXevent forFMCustomizeDlg.- Parameters:
event – a
CommandEventevent to be processed.
Note
This method handles the
FlatMenustyles.
- OnMenuChecked(self, event)¶
Handles the
wx.EVT_CHECKBOXevent forFMCustomizeDlg.- Parameters:
event – a
CommandEventevent to be processed.
Note
This method handles the
FlatMenumenus visibility.