@library{wxcore}
@category{pickers}
- <!-- @appearance{fontpickerctrl.png} -->
+ @appearance{fontpickerctrl.png}
@see wxFontDialog, wxFontPickerEvent
*/
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.
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.
(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.