]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/combobox.h
use wxToggleButtonXmlHandler::DoCreateBitmapToggleButton on supoorted platforms only
[wxWidgets.git] / include / wx / osx / combobox.h
index bf1b20861bf7a8d6367c315cdf8b3c01f87a471d..81be73fbb4b266b869c8967892cd16f8ddef9bc5 100644 (file)
@@ -132,7 +132,9 @@ class WXDLLIMPEXP_CORE wxComboBox : public wxControl, public wxComboBoxBase
     virtual bool CanRedo() const;
 
     virtual wxClientDataType GetClientDataType() const;
-#endif
+
+    virtual wxTextWidgetImpl* GetTextPeer() const;
+#endif // wxOSX_USE_CARBON
 
 
 
@@ -146,10 +148,6 @@ class WXDLLIMPEXP_CORE wxComboBox : public wxControl, public wxComboBoxBase
     WX_DECLARE_CONTROL_CONTAINER();
 #endif
 
-    // only used by the native Cocoa combobox, but we must define it everywhere
-    // to maintain the wxTextEntry abstraction.
-    virtual wxTextWidgetImpl * GetTextPeer() const;
-
 #if wxOSX_USE_COCOA
     wxComboWidgetImpl* GetComboPeer() const;
 #endif