]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
added definition of TARGET_CARBON when compiling with non generated setup.h
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index b0e0bea5e4b258b132d1a18151a833d51590e419..6fc045a70432e4a44816fdc26c5ba20120d19dc8 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __GTKCOMBOBOXH__
 #define __GTKCOMBOBOXH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "combobox.h"
 #endif
 
@@ -108,6 +108,8 @@ public:
   
     // implementation
     
+    virtual void SetFocus();
+    
     void OnSize( wxSizeEvent &event );
     void OnChar( wxKeyEvent &event );