[1/3] comdlg32: Implement SetControlItemState for menu controls.

Dmitry Timoshkov dmitry at baikal.ru
Tue Aug 18 20:49:16 CDT 2015


Vincent Povirk <madewokherd at gmail.com> wrote:

> 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.

You can always add an item at a particular position. That should allow
implementing hide/show for menus and combo/listboxes pretty easily using
standard functionality.

-- 
Dmitry.



More information about the wine-devel mailing list