]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ctrlsub.h
document wxFileOffset
[wxWidgets.git] / interface / wx / ctrlsub.h
index fba3f49a1b00548fe81a19e0257a73e3acefc2cd..f9d338c5d5efc14eb494dc31525bff6a30f2c92b 100644 (file)
@@ -73,7 +73,7 @@ public:
         @param string
             The label to set.
     */
-    virtual void SetString(unsigned int n, const wxString& s);
+    virtual void SetString(unsigned int n, const wxString& string);
 
     /**
         Finds an item whose label matches the given string.
@@ -86,7 +86,7 @@ public:
         @return The zero-based position of the item, or wxNOT_FOUND if the
                 string was not found.
     */
-    virtual int FindString(const wxString& s, bool bCase = false) const;
+    virtual int FindString(const wxString& string, bool caseSensitive = false) const;
 
     //@}