X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f7bcb48fd9a642036a3bf5c70e2b0c9576df1b1..9bd5c5fcda3fe2222bf37f1615961516d6b40e7f:/include/wx/cocoa/button.h?ds=inline diff --git a/include/wx/cocoa/button.h b/include/wx/cocoa/button.h index 2624033e4a..91a44f0120 100644 --- a/include/wx/cocoa/button.h +++ b/include/wx/cocoa/button.h @@ -4,9 +4,9 @@ // Author: David Elliott // Modified by: // Created: 2002/12/29 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) 2002 David Elliott -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_BUTTON_H__ @@ -17,7 +17,7 @@ // ======================================================================== // wxButton // ======================================================================== -class WXDLLEXPORT wxButton : public wxButtonBase, protected wxCocoaNSButton +class WXDLLIMPEXP_CORE wxButton : public wxButtonBase, protected wxCocoaNSButton { DECLARE_DYNAMIC_CLASS(wxButton) DECLARE_EVENT_TABLE() @@ -36,7 +36,7 @@ public: { Create(parent, winid, label, pos, size, style, validator, name); } - + bool Create(wxWindow *parent, wxWindowID winid, const wxString& label = wxEmptyString, @@ -44,7 +44,7 @@ public: const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxButtonNameStr); - + virtual ~wxButton(); // ------------------------------------------------------------------------ @@ -58,6 +58,8 @@ protected: public: wxString GetLabel() const; void SetLabel(const wxString& label); + wxSize DoGetBestSize() const; }; -#endif // __WX_COCOA_BUTTON_H__ +#endif + // __WX_COCOA_BUTTON_H__