1al_get_menu_item_caption(3) al_get_menu_item_caption(3)
23
4
NAME
6al_get_menu_item_caption - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_native_dialog.h>
1011
const char *al_get_menu_item_caption(ALLEGRO_MENU *menu, int pos)
12
DESCRIPTION
14Returns the caption associated with the menu item. It is valid as long
15as the caption is not modified.
1617
Returns NULL if the item was not found.
18
SINCE
205.1.0
21
SEE ALSO
23al_set_menu_item_caption(3)
2425
26
27
Allegro reference manual al_get_menu_item_caption(3)