1al_remove_display_menu(3)                            al_remove_display_menu(3)
2
3
4

NAME

6       al_remove_display_menu - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_native_dialog.h>
10
11              ALLEGRO_MENU *al_remove_display_menu(ALLEGRO_DISPLAY *display)
12

DESCRIPTION

14       Detaches the menu associated with the display and returns it.  The menu
15       can then be used on a different display.
16
17       If you simply want to destroy the active menu, you can call al_set_dis‐
18       play_menu(3) with a NULL menu.
19

SINCE

21       5.1.0
22

SEE ALSO

24       al_set_display_menu(3)
25
26
27
28Allegro reference manual                             al_remove_display_menu(3)
Impressum