]> git.saurik.com Git - wxWidgets.git/commit
added wxTE_BESTWRAP style (which is the default now); renamed wxTE_LINEWRAP to wxTE_C...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Mar 2005 15:25:21 +0000 (15:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Mar 2005 15:25:21 +0000 (15:25 +0000)
commitfb4888a650065c9a24572d6867345f34adafaa37
tree8684928309223a1bf14b695b8e688e0b8d29e718
parent120678ee96cd38c8d10ead6e60135004b8e97f9e
added wxTE_BESTWRAP style (which is the default now); renamed wxTE_LINEWRAP to wxTE_CHARWRAP as this corresponds better to what it does; added tests for wxTE_*WRAP to the widgets sample (replaces patch 1156507)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/text.tex
include/wx/textctrl.h
samples/widgets/textctrl.cpp
src/univ/textctrl.cpp