]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combo.h
Document that wxDateTime::UNow() returns UTC time.
[wxWidgets.git] / interface / wx / combo.h
index 268f247573b07e4862f11f716e5f74a136a245e7..870780d05e5efc2b4feb88dd6c1d4aaa34ea5d5c 100644 (file)
@@ -694,7 +694,7 @@ public:
 
         @since 2.9.1
     */
-    virtual void SetHint(const wxString& hint);
+    virtual bool SetHint(const wxString& hint);
 
     /**
         Sets the insertion point in the text field.
@@ -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.