]> git.saurik.com Git - wxWidgets.git/commit
Document wxTE_MULTILINE support in wxTextEntryDialog.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Mar 2011 13:33:12 +0000 (13:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Mar 2011 13:33:12 +0000 (13:33 +0000)
commit50a2a3553af0449fefad444c04e91dea2589092c
treeeabce0575cf69e98e147e3c790b5db00bc1306e5
parent90dad08e7724f029c84076dba936ef814cc44e39
Document wxTE_MULTILINE support in wxTextEntryDialog.

It wasn't immediately obvious that this dialog could be used for multiline
text entry too so mention it explicitly in the documentation.

Also show this in action in the dialogs sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/textdlg.h
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h