wxFontPickerEventThis event class is used for the events generated by wxFontPickerCtrl. Derived from
wxCommandEvent Include files <wx/fontpicker.h> Event handling To process input from a wxFontPickerCtrl, use one of these event handler macros to direct input to member function that take a wxFontPickerEvent argument:
Members
wxFontPickerEvent::wxFontPickerEvent
wxFontPickerEvent::wxFontPickerEventwxFontPickerEvent(wxObject * generator, int id, const wxFont& font) The constructor is not normally used by the user code.
wxFontPickerEvent::GetFontwxFont GetFont() const Retrieve the font the user has just selected.
wxFontPickerEvent::SetFontvoid SetFont(const wxFont & f) Set the font associated with the event.
|