X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/511ac294daea69d4bae9644db2fb272c712e059c..a4b5932472ca47cab9b8938a6873874ab062bfe3:/include/wx/os2/button.h diff --git a/include/wx/os2/button.h b/include/wx/os2/button.h index d4f92f470d..ebfe1c1a35 100644 --- a/include/wx/os2/button.h +++ b/include/wx/os2/button.h @@ -80,8 +80,11 @@ class WXDLLEXPORT wxButton: public wxButtonBase protected: - bool SendClickEvent(void); - virtual wxSize DoGetBestSize(void) const; + bool SendClickEvent(void); + virtual wxSize DoGetBestSize(void) const; + virtual WXDWORD OS2GetStyle( long style + ,WXDWORD* exstyle + ) const; private: DECLARE_DYNAMIC_CLASS(wxButton) }; // end of CLASS wxButton