@library{wxcore}
@category{ctrl}
- <!-- @appearance{radiobox.png} -->
+ @appearance{radiobox.png}
@see @ref overview_eventhandling, wxRadioButton, wxCheckBox
*/
@param string
The string to find.
*/
- int FindString(const wxString& string) const;
+ virtual int FindString(const wxString& s, bool bCase = false) const;
/**
Returns the number of columns in the radiobox.
@param pt
Point in client coordinates.
*/
- int GetItemFromPoint(const wxPoint pt) const;
+ virtual int GetItemFromPoint(const wxPoint& pt) const;
/**
Returns the helptext associated with the specified @a item if any or @c