#ifndef __GTKCOMBOBOXH__
#define __GTKCOMBOBOXH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "combobox.h"
#endif
// global data
//-----------------------------------------------------------------------------
-extern const char* wxComboBoxNameStr;
+extern const wxChar* wxComboBoxNameStr;
extern const wxChar* wxEmptyString;
//-----------------------------------------------------------------------------
int Number() const;
void SetSelection( int n );
void SetStringSelection( const wxString &string );
+ void SetString(int n, const wxString &text);
wxString GetValue() const;
void SetValue(const wxString& value);
// implementation
+ virtual void SetFocus();
+
void OnSize( wxSizeEvent &event );
void OnChar( wxKeyEvent &event );