]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combo.h
Deprecate wxWindow::MakeModal().
[wxWidgets.git] / interface / wx / combo.h
index 268f247573b07e4862f11f716e5f74a136a245e7..d6e219350e85bc6d10155b6471cdf0e9dd9c580b 100644 (file)
@@ -823,12 +823,6 @@ public:
     */
     virtual void SetValue(const wxString& value);
 
-    /**
-        Same as SetValue(), but also sends wxCommandEvent of type
-        @c wxEVT_COMMAND_TEXT_UPDATED if @a withEvent is @true.
-    */
-    void SetValueWithEvent(const wxString& value, bool withEvent = true);
-
     /**
         Show the popup.