X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43c48e1e53d74cef62d15f08f015d9efeb45a0c1..ae7e6cc946f85a9f12ab97f5860bf8d6235ec12a:/interface/wx/textctrl.h diff --git a/interface/wx/textctrl.h b/interface/wx/textctrl.h index 2e8f2cd1c6..e6f3aae4ac 100644 --- a/interface/wx/textctrl.h +++ b/interface/wx/textctrl.h @@ -1476,6 +1476,9 @@ public: Removes the text starting at the first given position up to (but not including) the character at the last position. + This function puts the current insertion point position at @a to as a + side effect. + @param from The first position. @param to @@ -1487,6 +1490,9 @@ public: Replaces the text starting at the first position up to (but not including) the character at the last position with the given text. + This function puts the current insertion point position at @a to as a + side effect. + @param from The first position. @param to @@ -1636,7 +1642,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(). @@ -1771,7 +1777,7 @@ public: @param ostr The C++ stream to redirect, cout is used if it is @NULL */ - wxStreamToTextRedirector(wxTextCtrl text, ostream* ostr = NULL); + wxStreamToTextRedirector(wxTextCtrl *text, ostream* ostr); /** When a wxStreamToTextRedirector object is destroyed, the redirection is ended