Added wxTextCtrlBase to type info, useful if different text control
authorJulian Smart <julian@anthemion.co.uk>
Sun, 2 Jul 2006 07:41:02 +0000 (07:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 2 Jul 2006 07:41:02 +0000 (07:41 +0000)
commit9d11268884fd82cfe72673566e403a40105ce703
tree0f31f4f6c9221203e273e8a586e337f835126122
parentc9f3a6a81dc9634469f6d031852c9c101f5ba6c7
Added wxTextCtrlBase to type info, useful if different text control
implementations are available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/textctrl.h
src/cocoa/textctrl.mm
src/common/textcmn.cpp
src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp
src/mac/carbon/textctrl.cpp
src/mac/classic/textctrl.cpp
src/motif/textctrl.cpp
src/msw/textctrl.cpp
src/os2/textctrl.cpp
src/palmos/textctrl.cpp
src/univ/textctrl.cpp
src/x11/textctrl.cpp