.\" Automatically generated by Pandoc 2.2.1 .\" .TH "al_set_menu_item_flags" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_set_menu_item_flags \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ void\ al_set_menu_item_flags(ALLEGRO_MENU\ *menu,\ int\ pos,\ int\ flags) \f[] .fi .SH DESCRIPTION .PP Updates the menu item's flags. See al_insert_menu_item(3alleg5) for a description of the available flags. .SH SINCE .PP 5.1.0 .SH SEE ALSO .PP al_get_menu_item_flags(3alleg5), al_toggle_menu_item_flags(3alleg5)