allow dynamically changing most of text control styles in wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,6 +106,10 @@ wxMSW:
|
||||
- Use system default paper size for printing instead of A4.
|
||||
- Fix colours when converting wxBitmap with alpha to wxImage (nusi).
|
||||
|
||||
wxGTK:
|
||||
|
||||
- Allow dynamically changing most of text control styles
|
||||
|
||||
|
||||
2.7.2
|
||||
-----
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user