]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/combobox.h
Use sheets for native file dialogs if the dialog has its parent set.
[wxWidgets.git] / include / wx / osx / combobox.h
index 6e0c649aaa620ed9b3a573cde5732b2e1d19c38c..9f9602903c9d2ce7d1c1bd76259bb1140942d8f3 100644 (file)
@@ -126,8 +126,8 @@ class WXDLLIMPEXP_CORE wxComboBox : public wxControl, public wxComboBoxBase
     virtual wxClientDataType GetClientDataType() const;
 
     // osx specific event handling common for all osx-ports
     virtual wxClientDataType GetClientDataType() const;
 
     // osx specific event handling common for all osx-ports
-    
-    virtual bool        HandleClicked( double timestampsec );
+
+    virtual bool        OSXHandleClicked( double timestampsec );
 
     wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST
 
 
     wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST
 
@@ -141,6 +141,10 @@ protected:
     virtual void DoDeleteOneItem(unsigned int n);
     virtual void DoClear();
 
     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);
     // override the base class virtuals involved in geometry calculations
     virtual wxSize DoGetBestSize() const;
     virtual void DoMoveWindow(int x, int y, int width, int height);