wx.FontPickerEvent¶
This event class is used for the events generated by wx.FontPickerCtrl.
Events Emitted by this Class¶
Handlers bound for the following event types will receive a wx.FontPickerEvent parameter.
EVT_FONTPICKER_CHANGED: Generated whenever the selected font changes.
See also
Class Hierarchy¶
Methods Summary¶
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. |