X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afa59b4e8828f1fff43c3c0d4303adf2c6ac59e5..bf89b538f24d96be1dbb5bfa4037397b5438c5e2:/include/wx/os2/button.h?ds=sidebyside diff --git a/include/wx/os2/button.h b/include/wx/os2/button.h index 092a589d87..47a0bcd504 100644 --- a/include/wx/os2/button.h +++ b/include/wx/os2/button.h @@ -14,8 +14,6 @@ #include "wx/control.h" -WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr; - // Pushbutton class WXDLLEXPORT wxButton: public wxButtonBase { @@ -82,8 +80,18 @@ class WXDLLEXPORT wxButton: public wxButtonBase protected: - bool SendClickEvent(void); - virtual wxSize DoGetBestSize(void) const; + bool SendClickEvent(void); + void SetTmpDefault(void); + void UnsetTmpDefault(void); + + static void UpdateDefaultStyle( wxWindow* pWinDefault + ,wxWindow* pWinOldDefault + ); + + virtual wxSize DoGetBestSize(void) const; + virtual WXDWORD OS2GetStyle( long style + ,WXDWORD* exstyle + ) const; private: DECLARE_DYNAMIC_CLASS(wxButton) }; // end of CLASS wxButton