logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_destroy_menu - Allegro 5 API

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.

Name

       al_destroy_menu - Allegro 5 API

See Also

al_remove_menu_item(3alleg5)

Allegro reference manual                                                                al_destroy_menu(3alleg5)

Since

       5.1.0

Synopsis

              #include <allegro5/allegro_native_dialog.h>

              void al_destroy_menu(ALLEGRO_MENU *menu)

return

See Also