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

FreeBSD Manual Pages

  
 
  

home | help
shutdown_menu(3)		 Allegro manual 		shutdown_menu(3)

NAME
     shutdown_menu  - Destroys a menu player object returned by init_menu(). Al-
     legro game programming library.

SYNOPSIS
     #include <allegro.h>

     int shutdown_menu(MENU_PLAYER *player);

DESCRIPTION
     Destroys a menu player object returned by init_menu(), returning the  index
     of  the  menu item that was selected, or -1 if the menu was cancelled (this
     is the same as the return value from do_menu()).

SEE ALSO
     init_menu(3), update_menu(3)

Allegro 			  version 4.4.3 		shutdown_menu(3)

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

home | help