MenuSubStat Function (ROM Call 0x3C)

menus.h

void MenuSubStat (HANDLE ExecHandle, short ID, short State);

Changes the state (enabled/disabled) of an item in a pulldown menu.

MenuSubStat is very similar to MenuTopStat, but works with items in associated pulldown menus. MenuSubStat changes status of the item with the given ID (see MenuAddText).


Uses: ROM Call 0x422
Used by: EV_setCmdState, handleVarLinkKey


See also: MenuTopStat