X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/289b295104fe9126962c1fa26ceae0de5cbfe80b..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/os2/radiobut.h diff --git a/include/wx/os2/radiobut.h b/include/wx/os2/radiobut.h index 1d3557cd10..753edfc5be 100644 --- a/include/wx/os2/radiobut.h +++ b/include/wx/os2/radiobut.h @@ -61,11 +61,16 @@ public: virtual void SetValue(bool bVal); virtual bool GetValue(void) const ; - bool OS2Command( WXUINT wParam - ,WXWORD wId - ); - void Command(wxCommandEvent& rEvent); - virtual void SetFocus(void); + bool OS2Command( WXUINT wParam + ,WXWORD wId + ); + void Command(wxCommandEvent& rEvent); + virtual MRESULT OS2WindowProc( WXUINT uMsg + ,WXWPARAM wParam + ,WXLPARAM lParam + ); + virtual void SetFocus(void); + protected: virtual wxSize DoGetBestSize() const;