Contents page

DeleteMenu()


    USAGE

void DeleteMenu(Menu)

FUNCTION

This deallocates the given menu. DeleteMenu should be used only in conjunction with DupeMenu. The purpose of these routines is to provide a method for generating multiple copies of the same window, so they can run concurrently.

see also: the section Intuition Tools

INPUTS

Menu = Pointer to a menu to delete.

RESULT

none (void)

SEE ALSO

DupeNewWindow, DeleteNewWindow, DupeMenu