1al_set_menu_item_caption(3) al_set_menu_item_caption(3)
23
4
NAME
6al_set_menu_item_caption - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_native_dialog.h>
1011
void al_set_menu_item_caption(ALLEGRO_MENU *menu, int pos, const char *caption)
12
DESCRIPTION
14Updates the menu item caption with the new caption. This will invaliā
15date any previous calls to al_get_menu_item_caption(3).
16
SINCE
185.1.0
19
SEE ALSO
21al_get_menu_item_caption(3)
2223
24
25
Allegro reference manual al_set_menu_item_caption(3)