1al_find_menu(3) al_find_menu(3)
23
4
NAME
6al_find_menu - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_native_dialog.h>
1011
ALLEGRO_MENU *al_find_menu(ALLEGRO_MENU *haystack, uint16_t id)
12
DESCRIPTION
14Searches in the haystack menu for any submenu with the given id. (Note
15that this only represents a literal ID, and cannot be used as an in‐
16dex.)
1718
Returns the menu, if found. Otherwise returns NULL.
19
SINCE
215.1.0
22
SEE ALSO
24al_find_menu_item(3)
2526
27
28
Allegro reference manual al_find_menu(3)