]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/combobox.h
Fix missing documentation for several GDI functions.
[wxWidgets.git] / include / wx / osx / combobox.h
index e814474732e0e32c07ebe4ae88675b7d7d0e60f5..e3c14f8ad0793438259706744d5ef6313430728c 100644 (file)
@@ -104,10 +104,10 @@ class WXDLLIMPEXP_CORE wxComboBox :
 
     virtual unsigned int GetCount() const;
 
+    virtual void SetValue(const wxString& value);
 // these methods are provided by wxTextEntry for the native impl.
 #if wxOSX_USE_CARBON
     // Text field functions
-    virtual void SetValue(const wxString& value);
     virtual wxString GetValue() const;
     virtual void WriteText(const wxString& text);
 
@@ -139,6 +139,10 @@ class WXDLLIMPEXP_CORE wxComboBox :
     virtual wxTextWidgetImpl* GetTextPeer() const;
 #endif // wxOSX_USE_CARBON
 
+#if wxOSX_USE_COCOA
+    virtual void Popup();
+    virtual void Dismiss();
+#endif // wxOSX_USE_COCOA
 
 
     // osx specific event handling common for all osx-ports