.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_destroy_menu" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_destroy_menu - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_destroy_menu(ALLEGRO_MENU *menu) \f[R] .fi .SH DESCRIPTION .PP 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. .SH SINCE .PP 5.1.0 .SH SEE ALSO .PP al_remove_menu_item(3alleg5)