1al_create_popup_menu(3) al_create_popup_menu(3)
2
3
4
6 al_create_popup_menu - Allegro 5 API
7
9 #include <allegro5/allegro_native_dialog.h>
10
11 ALLEGRO_MENU *al_create_popup_menu(void)
12
14 Creates a menu container for popup menus. Only the root (outermost)
15 menu should be created with this function. Sub menus of popups should
16 be created with al_create_menu(3).
17
18 Returns NULL on failure.
19
21 5.1.0
22
24 al_create_menu(3), al_build_menu(3)
25
26
27
28Allegro reference manual al_create_popup_menu(3)