.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_get_menu_item_caption" "3" "" "Allegro reference manual" .SH NAME al_get_menu_item_caption \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] const char *al_get_menu_item_caption(ALLEGRO_MENU *menu, int pos) .EE .SH DESCRIPTION Returns the caption associated with the menu item. It is valid as long as the caption is not modified. .PP Returns \f[CR]NULL\f[R] if the item was not found. .SH SINCE 5.1.0 .SH SEE ALSO al_set_menu_item_caption(3)