]> git.saurik.com Git - wxWidgets.git/commit - src/common/lboxcmn.cpp
1. sorted wxListBox and wxComboBox seem to work under wxGTK
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Oct 1999 18:00:39 +0000 (18:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Oct 1999 18:00:39 +0000 (18:00 +0000)
commit6c8a980fc412792e64256724e02e9d387ee38e21
tree51df97cf576fb678569c4c15876a03ce9f713812
parent2ee3ee1bc8ac2f95029835ebc115fac0a1fbd02a
1. sorted wxListBox and wxComboBox seem to work under wxGTK
2. to support this, new class wxControlWithItems added (ctrlsub.h/cpp) and the
   controls sample modified to test it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 files changed:
Makefile.in
distrib/msw/tmake/filelist.txt
include/wx/choice.h
include/wx/ctrlsub.h [new file with mode: 0644]
include/wx/gtk/choice.h
include/wx/gtk/listbox.h
include/wx/gtk1/choice.h
include/wx/gtk1/listbox.h
include/wx/listbox.h
include/wx/msw/choice.h
include/wx/msw/listbox.h
samples/controls/controls.cpp
src/common/choiccmn.cpp
src/common/ctrlsub.cpp [new file with mode: 0644]
src/common/lboxcmn.cpp
src/gtk/choice.cpp
src/gtk/listbox.cpp
src/gtk1/choice.cpp
src/gtk1/listbox.cpp
src/msw/choice.cpp
src/msw/listbox.cpp
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.sc
src/msw/makefile.vc
src/msw/makefile.wat