MenuOn Function (ROM Call 0x3A)

menus.h

void MenuOn (HANDLE ExecHandle);

Redraws a toolbar menu.

MenuOn redraws the menu associated with the handle ExecHandle, where ExecHandle is a handle returned from the MenuBegin function. This may be useful after executing functions like MenuTopSelect, or after calling MenuOff. Note that items that were disabled with MenuTopStat remain disabled and therefore shaded.


Uses: CalcBitmapSize, DrawChar, DrawClipRect, DrawFkey, DrawLine, DrawMultiLines, DrawPix, DrawStr, DrawStrWidth, FontSetSys, PortRestore, RestoreScrState, SaveScrState, ScrRect, ScrRectFill, ScrToWin, SetCurAttr, SetCurClip, memset, ST_eraseHelp, CU_cursorState, CU_restore, CU_stop, ROM Call 0x41E, ROM Call 0x420
Used by: MenuBegin, MenuUpdate, Dialog, EV_setFKeyState, handleVarLinkKey


See also: MenuBegin, MenuOff, MenuTopStat