Refactored wxListBox code so that it correctly implements
authorMattia Barbon <mbarbon@cpan.org>
Wed, 31 Jul 2002 20:35:41 +0000 (20:35 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 31 Jul 2002 20:35:41 +0000 (20:35 +0000)
commitef41d80cdfa98391d8530c4b142c9816e0519e68
tree48e43e78d20010fe6f9052007b6b2efe791acd8a
parent73c7ae5aff03c821a489b4e93aed6d265b90f61c
Refactored wxListBox code so that it correctly implements
wxControlWithItems, and removed some duplicated code.
Implemented wxCheckListBox using the same technique
as wxGTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/motif/checklst.h
include/wx/motif/listbox.h
src/motif/checklst.cpp
src/motif/listbox.cpp