comctl32: Introduce ListBox control.
commit04fe481d2b080aa156eeb22f2a82f6c329e19c07
authorNikolay Sivov <nsivov@codeweavers.com>
Wed, 14 Feb 2018 05:35:18 +0000 (14 08:35 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 14 Feb 2018 08:05:30 +0000 (14 09:05 +0100)
tree44560abd56635e10fa4c6690f31da0943b5d7782
parent6204bbc389dbf762bb7377faae63f8b1dc51c5af
comctl32: Introduce ListBox control.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/comctl32/Makefile.in
dlls/comctl32/combo.c
dlls/comctl32/comctl32.h
dlls/comctl32/commctrl.c
dlls/comctl32/listbox.c [new file with mode: 0644]
dlls/comctl32/tests/misc.c
dlls/user32/class.c