]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
Get the OS X Cocoa native combobox building by having the native code compile if...
[wxWidgets.git] / include / wx / osx / core / private.h
index c0de78f269fb493ab4edd3630eb8475f9571df51..c106c39ca73af78b8b2ea477f2b9929f6dac33c6 100644 (file)
@@ -470,6 +470,17 @@ public :
                                     long style,
                                     long extraStyle);
 
+#ifdef wxOSX_USE_NATIVE_COMBOBOX
+    static wxWidgetImplType*    CreateComboBox( wxWindowMac* wxpeer, 
+                                    wxWindowMac* parent, 
+                                    wxWindowID id, 
+                                    wxMenu* menu,
+                                    const wxPoint& pos, 
+                                    const wxSize& size,
+                                    long style, 
+                                    long extraStyle);
+#endif
+
     // converts from Toplevel-Content relative to local
     static void Convert( wxPoint *pt , wxWidgetImpl *from , wxWidgetImpl *to );
 protected :