X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1058f652031c9b99daa7c701f09f16c3af7159c1..a5655d37db9baabce654849fd66173f95f74e230:/interface/wx/textentry.h diff --git a/interface/wx/textentry.h b/interface/wx/textentry.h index ba646469e2..a7110f592a 100644 --- a/interface/wx/textentry.h +++ b/interface/wx/textentry.h @@ -5,7 +5,7 @@ // Created: 2009-03-01 (extracted from wx/textctrl.h) // RCS-ID: $Id$ // Copyright: (c) 2009 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -21,6 +21,8 @@ @category{ctrl} @see wxTextCtrl, wxComboBox + + @since 2.9.0 */ class wxTextEntry { @@ -111,7 +113,7 @@ public: Sets the new text control value. It also marks the control as not-modified which means that IsModified() - would return @false immediately after the call to SetValue(). + would return @false immediately after the call to ChangeValue(). The insertion point is set to the start of the control (i.e. position 0) by this function.