1al_get_menu_item_caption(3)                        al_get_menu_item_caption(3)
2
3
4

NAME

6       al_get_menu_item_caption - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

14       Returns the caption associated with the menu item.  It is valid as long
15       as the caption is not modified.
16
17       Returns NULL if the item was not found.
18

SINCE

20       5.1.0
21

SEE ALSO

23       al_set_menu_item_caption(3)
24
25
26
27Allegro reference manual                           al_get_menu_item_caption(3)
Impressum