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.
See also
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. |
Possible constructors:
FontPickerEvent(generator : Object, id : int, font : Font) -> None
This event class is used for the events generated by FontPickerCtrl.
The constructor is not normally used by the user code.
Set the font associated with the event.
f (wx.Font)
None