AGW Logo

agw_title FMCustomizeDlg

Class used to customize the appearance of FlatMenu and FlatMenuBar.

hierarchy Inheritance Diagram

Inheritance diagram for: FMCustomizeDlg

Inheritance diagram of FMCustomizeDlg


appearance Control Appearance


FMCustomizeDlg

FMCustomizeDlg


method_summary Methods Summary

__init__Default class constructor.
CloseDialogCloses the dialog.
ConnectEventsDoes nothing at the moment.
CreateDialogActually creates the dialog.
CreateMenusPageCreates the LabelBook pages with FlatMenu information.
CreateOptionsPageCreates the LabelBook option page which holds the FlatMenu styles.
CreateShortcutsPageCreates the LabelBook shorcuts page.
InitialiseInitialzes the LabelBook pages.
OnChangeStyleHandles the wx.EVT_CHECKBOX event for FMCustomizeDlg.
OnMenuCheckedHandles the wx.EVT_CHECKBOX event for FMCustomizeDlg.

API Class API

class FMCustomizeDlg(wx.Dialog)[source]

Class used to customize the appearance of FlatMenu and FlatMenuBar.



__init__(parent=None)[source]

Default class constructor.

Parameters:parent – the FMCustomizeDlg parent window.


CloseDialog()[source]

Closes the dialog.



ConnectEvents()[source]

Does nothing at the moment.



CreateDialog()[source]

Actually creates the dialog.



CreateMenusPage()[source]

Creates the LabelBook pages with FlatMenu information.



CreateOptionsPage()[source]

Creates the LabelBook option page which holds the FlatMenu styles.



CreateShortcutsPage()[source]

Creates the LabelBook shorcuts page.



Initialise()[source]

Initialzes the LabelBook pages.



OnChangeStyle(event)[source]

Handles the wx.EVT_CHECKBOX event for FMCustomizeDlg.

Parameters:event – a wx.CommandEvent event to be processed.

Note

This method handles the FlatMenu styles.



OnMenuChecked(event)[source]

Handles the wx.EVT_CHECKBOX event for FMCustomizeDlg.

Parameters:event – a wx.CommandEvent event to be processed.

Note

This method handles the FlatMenu menus visibility.

Tree

Table Of Contents

Previous topic

fmcustomizedlg

Next topic

FMTitlePanel