This event class is used for the events generated by wx.FontPickerCtrl.
^^
Handlers bound for the following event types will receive a wx.FontPickerEvent parameter.
EVT_FONTPICKER_CHANGED: Generated whenever the selected font changes. ^^
The constructor is not normally used by the user code. |
|
Retrieve the font the user has just selected. |
|
Set the font associated with the event. |
wx.
FontPickerEvent
(CommandEvent)¶Possible constructors:
FontPickerEvent(generator : Object, id : int, font : Font) -> None
This event class is used for the events generated by FontPickerCtrl.
__init__
(self, generator : Object, id : int, font : Font)¶The constructor is not normally used by the user code.
SetFont
(self, f : Font)¶Set the font associated with the event.
f (wx.Font) –
None