Table Of Contents

Previous topic

fmcustomizedlg

Next topic

FMTitlePanel

This Page

phoenix_title FMCustomizeDlg

Class used to customize the appearance of FlatMenu and FlatMenuBar.


class_hierarchy Inheritance Diagram

Inheritance diagram for class FMCustomizeDlg

Inheritance diagram of FMCustomizeDlg


appearance Control Appearance


wxMSW

wxMSW

wxMAC

wxMAC

wxGTK

wxGTK


super_classes Known Superclasses

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 FlatMenu styles.
CreateShortcutsPage Creates the LabelBook shorcuts page.
Initialise Initialzes the LabelBook pages.
OnChangeStyle Handles the EVT_CHECKBOX event for FMCustomizeDlg.
OnMenuChecked Handles the EVT_CHECKBOX event for FMCustomizeDlg.

api Class API



class FMCustomizeDlg(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 shorcuts page.



Initialise(self)

Initialzes the LabelBook pages.



OnChangeStyle(self, event)

Handles the 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 EVT_CHECKBOX event for FMCustomizeDlg.

Parameters:event – a CommandEvent event to be processed.

Note

This method handles the FlatMenu menus visibility.