1al_find_menu(3)                                                al_find_menu(3)
2
3
4

NAME

6       al_find_menu - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_native_dialog.h>
10
11              ALLEGRO_MENU *al_find_menu(ALLEGRO_MENU *haystack, uint16_t id)
12

DESCRIPTION

14       Searches in the haystack menu for any submenu with the given id.  (Note
15       that this only represents a literal ID, and cannot be used  as  an  in‐
16       dex.)
17
18       Returns the menu, if found.  Otherwise returns NULL.
19

SINCE

21       5.1.0
22

SEE ALSO

24       al_find_menu_item(3)
25
26
27
28Allegro reference manual                                       al_find_menu(3)
Impressum