X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/674d80a76ff5db54cfb03de20853fba6d739832a..4311588bfe40e15dc83154b9653ebc432b42baeb:/interface/wx/fontpicker.h diff --git a/interface/wx/fontpicker.h b/interface/wx/fontpicker.h index 7c067a78f8..48126f9856 100644 --- a/interface/wx/fontpicker.h +++ b/interface/wx/fontpicker.h @@ -33,7 +33,7 @@ Uses the currently selected font to draw the label of the button. @endStyleTable - @beginEventTable{wxFontPickerEvent} + @beginEventEmissionTable{wxFontPickerEvent} @event{EVT_FONTPICKER_CHANGED(id, func)} The user changed the font selected in the control either using the button or using text control (see wxFNTP_USE_TEXTCTRL; note that in this case the @@ -42,7 +42,7 @@ @library{wxcore} @category{pickers} - + @appearance{fontpickerctrl.png} @see wxFontDialog, wxFontPickerEvent */ @@ -59,7 +59,7 @@ public: const wxSize& size = wxDefaultSize, long style = wxFNTP_DEFAULT_STYLE, const wxValidator& validator = wxDefaultValidator, - const wxString& name = "fontpickerctrl"); + const wxString& name = wxFontPickerCtrlNameStr); /** Creates this widget with given parameters. @@ -91,7 +91,7 @@ public: const wxSize& size = wxDefaultSize, long style = wxFNTP_DEFAULT_STYLE, const wxValidator& validator = wxDefaultValidator, - const wxString& name = "fontpickerctrl"); + const wxString& name = wxFontPickerCtrlNameStr); /** Returns the maximum point size value allowed for the user-chosen font. @@ -113,7 +113,7 @@ public: (see wxFNTP_USE_TEXTCTRL), it's a good idea to put a limit to the maximum font size when huge fonts do not make much sense. */ - void GetMaxPointSize(unsigned int max); + void SetMaxPointSize(unsigned int max); /** Sets the currently selected font.