Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_destroy_menu(3)	    Library Functions Manual	      al_destroy_menu(3)

NAME
     al_destroy_menu - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro_native_dialog.h>

	    void al_destroy_menu(ALLEGRO_MENU *menu)

DESCRIPTION
     Destroys  an entire menu, including its sub-menus.  Any references to it or
     a sub-menu are no longer valid.  It is safe to call this on a menu that  is
     currently being displayed.

SINCE
     5.1.0

SEE ALSO
     al_remove_menu_item(3)

Allegro reference manual				      al_destroy_menu(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_destroy_menu&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help