]> git.saurik.com Git - wxWidgets.git/commit - build/msw/makefile.bcc
wxComboControl and wxOwnerDrawnComboBox (patch 1479938)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 May 2006 23:42:45 +0000 (23:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 May 2006 23:42:45 +0000 (23:42 +0000)
commita340b80d8a692f5308d26c1c1b95fd689a1d7eb3
treec976cbbf7b0cec1a78656e7a6b9ba692f59d5d44
parentcd4e32afe7023f2ebc97b15674ee3b7def480e45
wxComboControl and wxOwnerDrawnComboBox (patch 1479938)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
27 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_adv.dsp
build/msw/wx_base.dsp
build/msw/wx_core.dsp
build/msw/wx_html.dsp
include/wx/combo.h [new file with mode: 0644]
include/wx/generic/combo.h [new file with mode: 0644]
include/wx/msw/combo.h [new file with mode: 0644]
include/wx/odcombo.h [new file with mode: 0644]
samples/combo/combo.bkl [new file with mode: 0644]
samples/combo/combo.cpp [new file with mode: 0644]
samples/combo/dropbuth.png [new file with mode: 0644]
samples/combo/dropbutn.png [new file with mode: 0644]
samples/combo/dropbutp.png [new file with mode: 0644]
samples/samples.bkl
src/common/combocmn.cpp [new file with mode: 0644]
src/common/popupcmn.cpp
src/generic/combog.cpp [new file with mode: 0644]
src/generic/odcombo.cpp [new file with mode: 0644]
src/msw/combo.cpp [new file with mode: 0644]
src/univ/combobox.cpp
src/wxWindows.dsp