This class provides pages for wx.richtext.RichTextFormattingDialog, and allows other customization of the dialog.
A default instance of this class is provided automatically. If you wish to change the behaviour of the formatting dialog (for example add or replace a page), you may derive from this class, override one or more functions, and call the static function wx.richtext.RichTextFormattingDialog.SetFormattingDialogFactory
.
Constructor. |
|
Creates the main dialog buttons. |
|
Creates a page, given a page identifier. |
|
Creates all pages under the dialog’s book control, also calling AddPage(). |
|
Enumerate all available page identifiers. |
|
Gets the number of available page identifiers. |
|
Gets the image index for the given page identifier. |
|
Set the property sheet style, called at the start of |
|
Invokes help for the dialog. |
See |
Possible constructors:
RichTextFormattingDialogFactory() -> None
This class provides pages for RichTextFormattingDialog, and allows other customization of the dialog.
Constructor.
None
Creates the main dialog buttons.
dialog (wx.richtext.RichTextFormattingDialog)
bool
Creates a page, given a page identifier.
page (int)
title (string)
dialog (wx.richtext.RichTextFormattingDialog)
Panel
Creates all pages under the dialog’s book control, also calling AddPage().
pages (long)
dialog (wx.richtext.RichTextFormattingDialog)
bool
Enumerate all available page identifiers.
i (int)
int
Gets the number of available page identifiers.
int
Gets the image index for the given page identifier.
id (int)
int
Set the property sheet style, called at the start of wx.richtext.RichTextFormattingDialog.Create
.
dialog (wx.richtext.RichTextFormattingDialog)
bool
Invokes help for the dialog.
page (int)
dialog (wx.richtext.RichTextFormattingDialog)
bool
See GetPageIdCount