]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/combobox.h
add alignment flags support to wxSpinCtrl[Double] (closes #10621)
[wxWidgets.git] / include / wx / osx / combobox.h
index 69c96872f9de6ed49ac7f916d56e29318c960462..9f9602903c9d2ce7d1c1bd76259bb1140942d8f3 100644 (file)
@@ -126,7 +126,7 @@ class WXDLLIMPEXP_CORE wxComboBox : public wxControl, public wxComboBoxBase
     virtual wxClientDataType GetClientDataType() const;
 
     // osx specific event handling common for all osx-ports
-    
+
     virtual bool        OSXHandleClicked( double timestampsec );
 
     wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST
@@ -141,6 +141,10 @@ protected:
     virtual void DoDeleteOneItem(unsigned int n);
     virtual void DoClear();
 
+    // wxTextEntry functions
+    virtual wxString DoGetValue() const;
+    virtual wxWindow *GetEditableWindow() { return this; }
+
     // override the base class virtuals involved in geometry calculations
     virtual wxSize DoGetBestSize() const;
     virtual void DoMoveWindow(int x, int y, int width, int height);