/////////////////////////////////////////////////////////////////////////////
-// Name: combobox.h
+// Name: wx/gtk/combobox.h
// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
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;