X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c8849722a71ee7139e035bca5fdb2ae7b0af570..5d9dba5b1a3a9072b8f9a2789ab39e11f193940d:/docs/latex/wx/text.tex diff --git a/docs/latex/wx/text.tex b/docs/latex/wx/text.tex index a9bf9028d5..8d12aa2afa 100644 --- a/docs/latex/wx/text.tex +++ b/docs/latex/wx/text.tex @@ -319,7 +319,9 @@ consisting of the from and to values.} \constfunc{wxString}{GetValue}{\void} -Gets the contents of the control. +Gets the contents of the control. Notice that for a multiline text control, +the lines will be separated by (Unix-style) '\\n' characters, even under +Windows where they are separated by "\\r\\n" sequence in the native control. \membersection{wxTextCtrl::IsModified}\label{wxtextctrlismodified}