// send a notification event, return true if processed
bool SendClickEvent();
- virtual void ApplyParentThemeBackground(const wxColour& bg)
- { SetBackgroundColour(bg); }
-
-
protected:
virtual wxSize DoGetBestSize() const;
uint8_t m_groupID;
// pushButtonCtl or checkboxCtl
- ControlStyleType m_radioStyle;
+ int m_radioStyle;
DECLARE_DYNAMIC_CLASS_NO_COPY(wxRadioButton)
};