/////////////////////////////////////////////////////////////////////////////
-// Name: combobox.h
+// Name: wx/gtk1/combobox.h
// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
// global data
//-----------------------------------------------------------------------------
-extern WXDLLIMPEXP_CORE const wxChar* wxComboBoxNameStr;
+extern WXDLLEXPORT_DATA(const wxChar) wxComboBoxNameStr[];
extern WXDLLIMPEXP_BASE const wxChar* wxEmptyString;
//-----------------------------------------------------------------------------
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;
int GetCurrentSelection() const;
wxString GetString( int n ) const;