X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4fbfbe5cb7ce7ce651437d10222d5c2deeccb24..4f690a1d5e6192d0861686982e89f9f17a21e679:/docs/latex/wx/text.tex diff --git a/docs/latex/wx/text.tex b/docs/latex/wx/text.tex index 768331d5fc..8f6cbb2e94 100644 --- a/docs/latex/wx/text.tex +++ b/docs/latex/wx/text.tex @@ -57,6 +57,14 @@ used, so that text won't be wrapped. No effect under wxGTK1.} See also \helpref{window styles overview}{windowstyles} and \helpref{wxTextCtrl::wxTextCtrl}{wxtextctrlctor}. +Note that alignment styles (\windowstyle{wxTE\_LEFT}, +\windowstyle{wxTE\_CENTRE} and \windowstyle{wxTE\_RIGHT}) can be changed +dynamically after control creation on wxMSW and wxGTK. +\windowstyle{wxTE\_READONLY}, \windowstyle{wxTE\_PASSWORD} and wrapping styles +can be dynamically changed under wxGTK but not wxMSW. The other styles can be +only set during control creation. + + \wxheading{wxTextCtrl text format} The multiline text controls always store the text as a sequence of lines @@ -1005,7 +1013,9 @@ after the call to SetValue). Note that this function will \emph{not} generate the {\tt wxEVT\_COMMAND\_TEXT\_UPDATED} event. This is the only difference with \helpref{SetValue}{wxtextctrlsetvalue}. -See \helpref{this topic}{progevent} for more info. +See \helpref{this topic}{progevent} for more information. + +\newsince{2.7.1} \wxheading{Parameters}