(C) 1998 AROS - The Amiga Research OS
NAME
#include <intuition/intuition.h>
void OffMenu (window , menunumber)
LOCATION
In IntuitionBase at offset 30
SYNOPSIS
struct Window * window
UWORD menunumber
FUNCTION
Disable a whole menu, an item or a sub-item depending on the menunumber.
INPUTS
window
The window, the menu belongs to
menunumber
The packed information on what piece of menu to disable
RESULT
None.
EXAMPLE
SEE ALSO
OnMenu(), ResetMenuStrip()
NOTES
BUGS
INTERNALS
HISTORY
25.01.1999 hkiel
Implemented functions