Home  /  Autodocs  /  gadtools.library

NAME

FreeMenus
frees memory allocated by CreateMenusA(). (V36)

SYNOPSIS

FreeMenus(menu)
A0

VOID FreeMenus(struct Menu *);

FUNCTION

Frees the menus allocated by CreateMenusA(). It is safe to call this function with a NULL parameter.

In case a menu is composed out of several calls to CreateMenus and tied together you still need to call FreeMenus on each pointer returned from CreateMenus. You don't have to untie before calling FreeMenus.

INPUTS

menu
pointer to menu structure (or first MenuItem) obtained from CreateMenusA().

SEE ALSO

CreateMenusA()