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.
Class Hierarchy

Inheritance diagram for class
FontPickerEvent:
Methods Summary
__init__
|
The constructor is not normally used by the user code. |
GetFont
|
Retrieve the font the user has just selected. |
SetFont
|
Set the font associated with the event. |
Properties Summary
Class API
-
class wx.FontPickerEvent(CommandEvent)
Possible constructors:
FontPickerEvent(generator, id, font) -> None
This event class is used for the events generated by FontPickerCtrl.
Methods
-
__init__(self, generator, id, font)
The constructor is not normally used by the user code.
- Parameters:
-
- Return type:
None
-
GetFont(self)
Retrieve the font the user has just selected.
- Return type:
wx.Font
-
SetFont(self, f)
Set the font associated with the event.
- Parameters:
f (wx.Font)
- Return type:
None
Properties
-
Font
See GetFont
and SetFont