Vincent Povirk : comdlg32: Implement SetControlItemState for menu controls.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 19 09:56:01 CDT 2015


Module: wine
Branch: master
Commit: 068a6c7a5f3c93988e5453c1357a33e2e3c93e8f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=068a6c7a5f3c93988e5453c1357a33e2e3c93e8f

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Tue Aug 18 14:43:56 2015 -0500

comdlg32: Implement SetControlItemState for menu controls.

This required some rethinking because menus and combo boxes don't
provide a way to "hide" items, just remove them, and native always
shows items in the order they were added even when hidden and shown.

---

 dlls/comdlg32/itemdlg.c       | 195 +++++++++++++++++++++++++++++++++++++++---
 dlls/comdlg32/tests/itemdlg.c |  16 ++--
 2 files changed, 193 insertions(+), 18 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=068a6c7a5f3c93988e5453c1357a33e2e3c93e8f



More information about the wine-cvs mailing list