Class used to customize the appearance of FlatMenu
and FlatMenuBar
.
__init__ |
Default class constructor. |
CloseDialog |
Closes the dialog. |
ConnectEvents |
Does nothing at the moment. |
CreateDialog |
Actually creates the dialog. |
CreateMenusPage |
Creates the LabelBook pages with FlatMenu information. |
CreateOptionsPage |
Creates the LabelBook option page which holds the |
CreateShortcutsPage |
Creates the LabelBook shorcuts page. |
Initialise |
Initialzes the LabelBook pages. |
OnChangeStyle |
Handles the wx.EVT_CHECKBOX event for FMCustomizeDlg . |
OnMenuChecked |
Handles the wx.EVT_CHECKBOX event for FMCustomizeDlg . |
FMCustomizeDlg
(wx.Dialog)¶Class used to customize the appearance of FlatMenu
and FlatMenuBar
.
__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 for FMCustomizeDlg
.
Parameters: | 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
.
Parameters: | event – a CommandEvent event to be processed. |
---|
Note
This method handles the FlatMenu
menus visibility.