(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/intuition.h>

void OnMenu (window , menunumber)

LOCATION
In IntuitionBase at offset 32

SYNOPSIS
struct Window * window
UWORD menunumber

FUNCTION
Enable 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 enable

RESULT
None.

EXAMPLE

SEE ALSO
OffMenu(), ResetMenuStrip()

NOTES

BUGS

INTERNALS

HISTORY
25.01.1999 hkiel
Implemented functions