X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..b377eda09d9eca8810cee1c252879bee3c9bd190:/include/wx/gtk1/combobox.h diff --git a/include/wx/gtk1/combobox.h b/include/wx/gtk1/combobox.h index 1273258fad..5f33b99a53 100644 --- a/include/wx/gtk1/combobox.h +++ b/include/wx/gtk1/combobox.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: combobox.h +// Name: wx/gtk/combobox.h // Purpose: // Author: Robert Roebling // Created: 01/02/97 @@ -83,11 +83,9 @@ public: void Clear(); void Delete( int n ); - virtual int FindString( const wxString &item ) const; + virtual int FindString(const wxString& s, bool bCase = false) const; int GetSelection() const; -#if wxABI_VERSION >= 20602 int GetCurrentSelection() const; -#endif wxString GetString( int n ) const; wxString GetStringSelection() const; int GetCount() const;