/////////////////////////////////////////////////////////////////////////////
-// Name: combobox.h
+// Name: wx/gtk/combobox.h
// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __GTKCOMBOBOXH__
#define __GTKCOMBOBOXH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "combobox.h"
-#endif
-
#include "wx/defs.h"
#if wxUSE_COMBOBOX
// classes
//-----------------------------------------------------------------------------
-class wxComboBox;
+class WXDLLIMPEXP_CORE wxComboBox;
//-----------------------------------------------------------------------------
// global data
//-----------------------------------------------------------------------------
-extern const wxChar* wxComboBoxNameStr;
-extern const wxChar* wxEmptyString;
+extern WXDLLIMPEXP_CORE const wxChar* wxComboBoxNameStr;
+extern WXDLLIMPEXP_BASE const wxChar* wxEmptyString;
//-----------------------------------------------------------------------------
// wxComboBox
//-----------------------------------------------------------------------------
-class wxComboBox : public wxControl, public wxComboBoxBase
+class WXDLLIMPEXP_CORE wxComboBox : public wxControl, public wxComboBoxBase
{
public:
inline wxComboBox() {}
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;
wxString GetStringSelection() const;
int GetCount() const;