#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;
//-----------------------------------------------------------------------------
// implementation
+ virtual void SetFocus();
+
void OnSize( wxSizeEvent &event );
void OnChar( wxKeyEvent &event );
bool m_alreadySent;
wxList m_clientDataList;
wxList m_clientObjectList;
+ int m_prevSelection;
void DisableEvents();
void EnableEvents();