1al_destroy_menu(3)                                          al_destroy_menu(3)
2
3
4

NAME

6       al_destroy_menu - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_native_dialog.h>
10
11              void al_destroy_menu(ALLEGRO_MENU *menu)
12

DESCRIPTION

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

SINCE

19       5.1.0
20

SEE ALSO

22       al_remove_menu_item(3)
23
24
25
26Allegro reference manual                                    al_destroy_menu(3)
Impressum