Re: [PATCH v9 0/2] MR10207: comctl32/treeview: Cycle all state images from custom image list when toggling checkboxes
March 11, 2026
5:32 a.m.
Nikolay Sivov (@nsivov) commented about dlls/comctl32/tests/treeview.c:
DestroyWindow(hTree); }
+/* Create a 3-state (unchecked/checked/indeterminate) image list */ +static HIMAGELIST setup_3state_imagelist(HWND wndTree) +{ + int itemHeight; + HDC dc; HBITMAP bmp; + RECT rcDraw; + const HBRUSH brush = (HBRUSH)GetStockObject(DC_BRUSH); + HIMAGELIST images; + HGDIOBJ restore;
Use only spaces for new tests please. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10207#note_131807
15
Age (days ago)
15
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov (@nsivov)