Allow using either single or multi line wxTextCtrl in keyboard sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:37:06 +0000 (22:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:37:06 +0000 (22:37 +0000)
commitc77ef57e6e52ed6dbd746ffce489e687b3c3f07d
tree9cc886e22ac1e6ad7a9b0d2692cef06cfe9fa756
parentafa9873106ea8e6ee90f8811bae4d06485e42ba6
Allow using either single or multi line wxTextCtrl in keyboard sample.

These controls are implemented quite differently in wxGTK, so it's convenient
to be able to test both of them in the sample to check that they both behave
correctly.

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