X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c8849722a71ee7139e035bca5fdb2ae7b0af570..3f8e5072f7391db2158f44c6b9209bbb3db6eb06:/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}