X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..d11e8786ed13b72766eea18cb577cc00f9f08f41:/include/wx/motif/button.h?ds=inline diff --git a/include/wx/motif/button.h b/include/wx/motif/button.h index 8a5044d68b..dc2feeb89d 100644 --- a/include/wx/motif/button.h +++ b/include/wx/motif/button.h @@ -25,7 +25,7 @@ public: wxButton() { } wxButton(wxWindow *parent, wxWindowID id, - const wxString& label, + const wxString& label = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, @@ -34,7 +34,8 @@ public: Create(parent, id, label, pos, size, style, validator, name); } - bool Create(wxWindow *parent, wxWindowID id, const wxString& label, + bool Create(wxWindow *parent, wxWindowID id, + const wxString& label = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxValidator& validator = wxDefaultValidator, @@ -48,6 +49,7 @@ public: // Implementation private: virtual wxSize DoGetBestSize() const; + wxSize OldGetBestSize() const; void SetDefaultShadowThicknessAndResize(); };