]> git.saurik.com Git - wxWidgets.git/commit - build/msw/wx_core.dsp
Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchF...
authorRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2006 06:19:27 +0000 (06:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2006 06:19:27 +0000 (06:19 +0000)
commit3f7f284d555df50912037296c5d74a2911975bce
tree8c8915b4f9de7a8190ac53f8c35ecae5ff0cd266
parent16ba9ea81557d00c2095194fe4528ccc194ea669
Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
62 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
configure
configure.in
docs/latex/wx/classes.tex
docs/latex/wx/srchctrl.tex [new file with mode: 0644]
include/wx/generic/srchctlg.h [new file with mode: 0644]
include/wx/mac/carbon/private/mactext.h [new file with mode: 0644]
include/wx/mac/carbon/srchctrl.h [new file with mode: 0644]
include/wx/mac/carbon/textctrl.h
include/wx/mac/setup0.h
include/wx/mac/srchctrl.h [new file with mode: 0644]
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/palmos/setup0.h
include/wx/setup_inc.h
include/wx/srchctrl.h [new file with mode: 0644]
include/wx/univ/setup0.h
samples/widgets/Makefile.in
samples/widgets/makefile.bcc
samples/widgets/makefile.gcc
samples/widgets/makefile.unx
samples/widgets/makefile.vc
samples/widgets/makefile.wat
samples/widgets/searchctrl.cpp [new file with mode: 0644]
samples/widgets/widgets.bkl
samples/widgets/widgets.dsp
setup.h.in
src/common/srchcmn.cpp [new file with mode: 0644]
src/generic/srchctlg.cpp [new file with mode: 0644]
src/mac/carbon/srchctrl.cpp [new file with mode: 0644]
src/mac/carbon/textctrl.cpp
src/wxWindows.xcodeproj/project.pbxproj
wxPython/demo/Main.py
wxPython/demo/SearchCtrl.py [new file with mode: 0644]
wxPython/demo/ToolBar.py
wxPython/setup.py
wxPython/src/_srchctrl.i [new file with mode: 0644]
wxPython/src/controls.i
wxPython/src/gtk/_controls.py
wxPython/src/gtk/_controls_wrap.cpp
wxPython/src/gtk/_core_wrap.cpp
wxPython/src/gtk/animate.py
wxPython/src/gtk/animate_wrap.cpp
wxPython/src/gtk/grid_wrap.cpp
wxPython/src/mac/_controls.py
wxPython/src/mac/_controls_wrap.cpp
wxPython/src/mac/_core_wrap.cpp
wxPython/src/mac/grid_wrap.cpp
wxPython/src/msw/_controls.py
wxPython/src/msw/_controls_wrap.cpp
wxPython/src/msw/_core_wrap.cpp
wxPython/src/msw/animate.py
wxPython/src/msw/animate_wrap.cpp
wxPython/src/msw/grid_wrap.cpp