X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/808e3bce622d9ec7ae8c43581472ae699ed47221..c8e1af672f46e93ae2fe6d7f9d5b35a3d8d49c16:/include/wx/palmos/radiobut.h diff --git a/include/wx/palmos/radiobut.h b/include/wx/palmos/radiobut.h index 90ffc63c18..120e940d93 100644 --- a/include/wx/palmos/radiobut.h +++ b/include/wx/palmos/radiobut.h @@ -51,6 +51,10 @@ public: // implementation only from now on virtual void Command(wxCommandEvent& event); + + // send a notification event, return true if processed + bool SendClickEvent(); + virtual void ApplyParentThemeBackground(const wxColour& bg) { SetBackgroundColour(bg); } @@ -62,6 +66,8 @@ private: // common part of all ctors void Init(); + // pushButtonCtl or checkboxCtl + ControlStyleType m_radioStyle; DECLARE_DYNAMIC_CLASS_NO_COPY(wxRadioButton) };