]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/button.h
set m_encoding in wxCSConv ctor from name
[wxWidgets.git] / include / wx / cocoa / button.h
index 2624033e4a81351785193f116fc5faea106deb3c..84acb8607f0ca63643cf558be0461e4b6fadcea5 100644 (file)
@@ -58,6 +58,7 @@ protected:
 public:
     wxString GetLabel() const;
     void SetLabel(const wxString& label);
+    wxSize DoGetBestSize() const;
 };
 
 #endif // __WX_COCOA_BUTTON_H__