]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fontpicker.h
remove the implementation of the conversion operators (forgot to do it in the initial...
[wxWidgets.git] / interface / wx / fontpicker.h
index be4b5ba3e7b1bdb093723211e2553e115b0f5768..33497c5bf153efde04778e15c7369bcf1759d8fd 100644 (file)
@@ -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.
@@ -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.
     */
-    unsigned int GetMaxPointSize() const;
+    void SetMaxPointSize(unsigned int max);
 
     /**
         Sets the currently selected font.