X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/511ac294daea69d4bae9644db2fb272c712e059c..9cedab372ea48d9f5fd7423646f6d51d8b3f906f:/include/wx/os2/button.h diff --git a/include/wx/os2/button.h b/include/wx/os2/button.h index d4f92f470d..81d97f47f7 100644 --- a/include/wx/os2/button.h +++ b/include/wx/os2/button.h @@ -80,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 SetDefaultStyle( wxButton* pButton + ,bool bOn + ); + + virtual wxSize DoGetBestSize(void) const; + virtual WXDWORD OS2GetStyle( long style + ,WXDWORD* exstyle + ) const; private: DECLARE_DYNAMIC_CLASS(wxButton) }; // end of CLASS wxButton