.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_create_popup_menu" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_create_popup_menu - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include ALLEGRO_MENU *al_create_popup_menu(void) \f[R] .fi .SH DESCRIPTION .PP Creates a menu container for popup menus. Only the root (outermost) menu should be created with this function. Sub menus of popups should be created with al_create_menu(3alleg5). .PP Returns \f[C]NULL\f[R] on failure. .SH SINCE .PP 5.1.0 .SH SEE ALSO .PP al_create_menu(3alleg5), al_build_menu(3alleg5)