#ifndef __GTKCOMBOBOXH__
#define __GTKCOMBOBOXH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "combobox.h"
#endif
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 );