#include </home/zeitlin/src/wx/github/interface/wx/fontpicker.h>
This event class is used for the events generated by wxFontPickerCtrl.
The following event handler macros redirect the events to member function handlers 'func' with prototypes like:
Event macros:
Public Member Functions | |
wxFontPickerEvent (wxObject *generator, int id, const wxFont &font) | |
The constructor is not normally used by the user code. | |
wxFont | GetFont () const |
Retrieve the font the user has just selected. | |
void | SetFont (const wxFont &f) |
Set the font associated with the event. |
The constructor is not normally used by the user code.
wxFont wxFontPickerEvent::GetFont | ( | ) | const |
Retrieve the font the user has just selected.
void wxFontPickerEvent::SetFont | ( | const wxFont & | f | ) |
Set the font associated with the event.