comdlg32: Implement SetControlItemState for menu controls.
commit068a6c7a5f3c93988e5453c1357a33e2e3c93e8f
authorVincent Povirk <vincent@codeweavers.com>
Tue, 18 Aug 2015 19:43:56 +0000 (18 14:43 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Aug 2015 11:19:56 +0000 (19 20:19 +0900)
tree2562ea436aec6f850c160fc94371c4f38a1b70d4
parent1f54400bbf35de4f892468b78544951c3dc8f968
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
dlls/comdlg32/tests/itemdlg.c