NAME
	GU_FreeMenus -- Frees memory allocated by GU_CreateMenusA().

   SYNOPSIS
	GU_FreeMenus(menu)
	             A0

	VOID GU_FreeMenus(struct Menu *);

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

   INPUTS
	menu - pointer to menu structure (or first MenuItem) obtained
	       from GU_CreateMenusA().

   NOTES
	See gadtools/FreeMenus() for more information.

   SEE ALSO
	GU_CreateMenusA(), gadtools/FreeMenus()


[Main] [Previous] [Next]

Converted on 19 Jul 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.