X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f7bcb48fd9a642036a3bf5c70e2b0c9576df1b1..374e9b153fcb3f4e547929ccc9b80bda76fd6f6e:/include/wx/cocoa/button.h diff --git a/include/wx/cocoa/button.h b/include/wx/cocoa/button.h index 2624033e4a..84acb8607f 100644 --- a/include/wx/cocoa/button.h +++ b/include/wx/cocoa/button.h @@ -58,6 +58,7 @@ protected: public: wxString GetLabel() const; void SetLabel(const wxString& label); + wxSize DoGetBestSize() const; }; #endif // __WX_COCOA_BUTTON_H__