phoenix_title wx.lib.agw.fmcustomizedlg.FMCustomizeDlg

Class used to customize the appearance of FlatMenu and FlatMenuBar.


class_hierarchy Class Hierarchy

Inheritance diagram for class FMCustomizeDlg:

appearance Control Appearance


wxMSW

wxMSW

wxMAC

wxMAC

wxGTK

wxGTK


super_classes Known Superclasses

wx.Dialog


method_summary Methods Summary

__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 shortcuts page.

Initialise

Initializes the LabelBook pages.

OnChangeStyle

Handles the wx.EVT_CHECKBOX event for FMCustomizeDlg.

OnMenuChecked

Handles the wx.EVT_CHECKBOX event for FMCustomizeDlg.


api Class API

class FMCustomizeDlg(wx.Dialog)

Class used to customize the appearance of FlatMenu and FlatMenuBar.


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.



CreateMenusPage(self)

Creates the LabelBook pages with FlatMenu information.



CreateOptionsPage(self)

Creates the LabelBook option page which holds the FlatMenu styles.



CreateShortcutsPage(self)

Creates the LabelBook shortcuts page.



Initialise(self)

Initializes the LabelBook pages.



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.