]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
added wx/math.h (patch 686009)
[wxWidgets.git] / include / wx / gtk / combobox.h
index b0e0bea5e4b258b132d1a18151a833d51590e419..63304d121f313a9bb958c9289ac7a68e81a4c286 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __GTKCOMBOBOXH__
 #define __GTKCOMBOBOXH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "combobox.h"
 #endif
 
@@ -90,6 +90,7 @@ public:
     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);
@@ -108,6 +109,8 @@ public:
   
     // implementation
     
+    virtual void SetFocus();
+    
     void OnSize( wxSizeEvent &event );
     void OnChar( wxKeyEvent &event );