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