Class used to customize the appearance of FlatMenu
and FlatMenuBar
.
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 |
FMCustomizeDlg
(wx.Dialog)¶Class used to customize the appearance of FlatMenu
and FlatMenuBar
.
__init__
(self, parent=None)¶Default class constructor.
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 for FMCustomizeDlg
.
event – a CommandEvent
event to be processed.
Note
This method handles the FlatMenu
styles.
OnMenuChecked
(self, event)¶Handles the wx.EVT_CHECKBOX
event for FMCustomizeDlg
.
event – a CommandEvent
event to be processed.
Note
This method handles the FlatMenu
menus visibility.