Nikolay Sivov : comctl32: Introduce ListBox control.

Alexandre Julliard julliard at winehq.org
Wed Feb 14 15:12:09 CST 2018


Module: wine
Branch: master
Commit: 04fe481d2b080aa156eeb22f2a82f6c329e19c07
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=04fe481d2b080aa156eeb22f2a82f6c329e19c07

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Feb 14 08:35:18 2018 +0300

comctl32: Introduce ListBox control.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comctl32/Makefile.in  |    1 +
 dlls/comctl32/combo.c      |   35 -
 dlls/comctl32/comctl32.h   |   44 +
 dlls/comctl32/commctrl.c   |    4 +
 dlls/comctl32/listbox.c    | 3024 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/comctl32/tests/misc.c |    4 +-
 dlls/user32/class.c        |    2 -
 7 files changed, 3076 insertions(+), 38 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=04fe481d2b080aa156eeb22f2a82f6c329e19c07



More information about the wine-cvs mailing list