This is a combo control that can display the styles in a wx.richtext.RichTextStyleSheet, and apply the selection to an associated wx.richtext.RichTextCtrl.
See samples/richtext
for an example of how to use it.
Constructor. |
|
Creates the windows. |
|
Returns the wx.richtext.RichTextCtrl associated with this control. |
|
Returns the style sheet associated with this control. |
|
Associates the control with a wx.richtext.RichTextCtrl. |
|
Associates the control with a style sheet. |
|
Updates the combo control from the associated style sheet. |
See |
|
See |
Possible constructors:
RichTextStyleComboCtrl(parent : Window, id: int=ID_ANY, pos:
Point=DefaultPosition, size: Size=DefaultSize, style: int=0) -> None
RichTextStyleComboCtrl() -> None
This is a combo control that can display the styles in a RichTextStyleSheet, and apply the selection to an associated RichTextCtrl.
__init__ (self, parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0)
Constructor.
None
__init__ (self)
None
Creates the windows.
variant (WindowVariant)
VisualAttributes
Returns the wx.richtext.RichTextCtrl associated with this control.
Returns the style sheet associated with this control.
Associates the control with a wx.richtext.RichTextCtrl.
ctrl (wx.richtext.RichTextCtrl)
None
Associates the control with a style sheet.
styleSheet (wx.richtext.RichTextStyleSheet)
None
Updates the combo control from the associated style sheet.
None
See GetRichTextCtrl
and SetRichTextCtrl
See GetStyleSheet
and SetStyleSheet