1al_set_menu_item_caption(3)                        al_set_menu_item_caption(3)
2
3
4

NAME

6       al_set_menu_item_caption - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_native_dialog.h>
10
11              void al_set_menu_item_caption(ALLEGRO_MENU *menu, int pos, const char *caption)
12

DESCRIPTION

14       Updates  the menu item caption with the new caption.  This will invaliā€
15       date any previous calls to al_get_menu_item_caption(3).
16

SINCE

18       5.1.0
19

SEE ALSO

21       al_get_menu_item_caption(3)
22
23
24
25Allegro reference manual                           al_set_menu_item_caption(3)
Impressum