readded wxEditableListBox as part of adv library
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Apr 2007 18:50:50 +0000 (18:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Apr 2007 18:50:50 +0000 (18:50 +0000)
commit806ad819585655ac1c35427409611d7795d0b910
treeaa372f2fa04b6bb40bb33f5a6a348019befb444a
parent5f4d18209157a5ce671f101ec25734ac075a79f9
readded wxEditableListBox as part of adv library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 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_core.dsp
include/wx/editlbox.h [new file with mode: 0644]
samples/editlbox/Makefile.in [new file with mode: 0644]
samples/editlbox/editlbox.bkl [new file with mode: 0644]
samples/editlbox/editlbox.cpp [new file with mode: 0644]
samples/editlbox/editlbox.dsp [new file with mode: 0644]
samples/editlbox/editlbox.dsw [new file with mode: 0644]
samples/editlbox/makefile.bcc [new file with mode: 0644]
samples/editlbox/makefile.gcc [new file with mode: 0644]
samples/editlbox/makefile.unx [new file with mode: 0644]
samples/editlbox/makefile.vc [new file with mode: 0644]
samples/editlbox/makefile.wat [new file with mode: 0644]
src/generic/editlbox.cpp [new file with mode: 0644]