1. added wxTE_AUTO_URL style and support for it under Win32 (and brief
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2001 22:40:21 +0000 (22:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2001 22:40:21 +0000 (22:40 +0000)
commitc57e33394ca152e6e13f10363b76aef6e74a4705
tree3ae704794213f5a1db948fca586cb6735d1fbc40
parent94589c3f4f71dce8c47fc03612caa6ff7dc73b3d
1. added wxTE_AUTO_URL style and support for it under Win32 (and brief
   mention in docs and tests in the sample)
2. moved wxTextCtrl-specific stuff from defs.h/event.h to textctrl.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/text.tex
include/wx/defs.h
include/wx/event.h
include/wx/msw/textctrl.h
include/wx/textctrl.h
samples/text/text.cpp
src/common/event.cpp
src/common/textcmn.cpp
src/msw/textctrl.cpp