.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_set_menu_item_caption" "3" "" "Allegro reference manual" .SH NAME al_set_menu_item_caption \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_set_menu_item_caption(ALLEGRO_MENU *menu, int pos, const char *caption) .EE .SH DESCRIPTION Updates the menu item caption with the new \f[CR]caption\f[R]. This will invalidate any previous calls to al_get_menu_item_caption(3). .SH SINCE 5.1.0 .SH SEE ALSO al_get_menu_item_caption(3)