]> git.saurik.com Git - wxWidgets.git/commit - include/wx/richtext/richtextctrl.h
added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Sep 2007 00:30:22 +0000 (00:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Sep 2007 00:30:22 +0000 (00:30 +0000)
commit0ec1179b86dac6c87ad9f2cd126f87e92642c62c
treea1deba82be1ffbe3898e54962534121dcced8e8b
parentc0d9b217a7dcec3b322390efcbc5c98615cd3f16
added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
33 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
include/wx/combobox.h
include/wx/ctrlsub.h
include/wx/generic/srchctlg.h
include/wx/gtk/combobox.h
include/wx/gtk/textctrl.h
include/wx/gtk/textentry.h [new file with mode: 0644]
include/wx/mac/carbon/combobox.h
include/wx/richtext/richtextctrl.h
include/wx/richtext/richtextsymboldlg.h
include/wx/srchctrl.h
include/wx/textctrl.h
include/wx/textentry.h [new file with mode: 0644]
include/wx/univ/combobox.h
src/common/combocmn.cpp
src/common/textcmn.cpp
src/common/textentrycmn.cpp [new file with mode: 0644]
src/generic/odcombo.cpp
src/generic/srchctlg.cpp
src/gtk/combobox.cpp
src/gtk/textctrl.cpp
src/gtk/textentry.cpp [new file with mode: 0644]
src/mac/carbon/combobox.cpp
src/richtext/richtextbuffer.cpp
src/richtext/richtextctrl.cpp
src/univ/combobox.cpp
src/univ/textctrl.cpp