X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37220641e07c0970ea758986fed3d0d32091a31d..4582ed947831b29121287904a79a384d16c7aa91:/interface/wx/fontpicker.h diff --git a/interface/wx/fontpicker.h b/interface/wx/fontpicker.h index 6c37b1703c..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 @@ -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.