]> git.saurik.com Git - wxWidgets.git/commit - samples/widgets/textctrl.cpp
Test wxTE_PROCESS_ENTER style in the widgets sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Feb 2010 21:07:46 +0000 (21:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Feb 2010 21:07:46 +0000 (21:07 +0000)
commit2d1e63c0a52861df231829cd5741f151d5672cd0
tree5a35698f2832458011a4cb34245719d93634820c
parent15b850072622e84759c9592e1e591ecdee4aee1c
Test wxTE_PROCESS_ENTER style in the widgets sample.

Add a checkbox for toggling wxTE_PROCESS_ENTER to the text page and use this
style by default. This makes it easier to check that this style works as
intended, including that it generates the correct events.

See #11691.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/widgets/textctrl.cpp