]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/radiobox.h
automated ifacecheck fixes
[wxWidgets.git] / interface / wx / radiobox.h
index e75165e4c11b660d16b93f7973f97acdaaeb43af..0e90417251b09301a86ca23339bc15ca1bc95d16 100644 (file)
@@ -32,7 +32,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{radiobox.png} -->
+    @appearance{radiobox.png}
 
     @see @ref overview_eventhandling, wxRadioButton, wxCheckBox
 */
@@ -194,7 +194,7 @@ public:
         @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.
@@ -208,7 +208,7 @@ public:
         @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