]> git.saurik.com Git - wxWidgets.git/commit - docs/changes.txt
With wxTE_PROCESS_TAB, tabs are now inserted in the text control
authorJulian Smart <julian@anthemion.co.uk>
Tue, 15 Jun 2004 14:03:06 +0000 (14:03 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 15 Jun 2004 14:03:06 +0000 (14:03 +0000)
commit5f6cfda79ff6d1ddc0b1b88c0ba9a69c4dd1f3f3
tree0790a9c0f5ca36a96ea694a41f2c2dc400b4d80b
parent1ab608ee00f21fa3164e1838395783a86fac82d7
With wxTE_PROCESS_TAB, tabs are now inserted in the text control
by default. The new Navigate function can be used to do navigation
programmatically.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/window.tex
include/wx/window.h
src/common/wincmn.cpp
src/mac/carbon/textctrl.cpp
src/mac/classic/textctrl.cpp
src/msw/textctrl.cpp