1ALLEGRO_MENU(3) ALLEGRO_MENU(3)
23
4
NAME
6ALLEGRO_MENU - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_native_dialog.h>
1011
typedef struct ALLEGRO_MENU ALLEGRO_MENU;
12
DESCRIPTION
14An opaque data type that represents a menu that contains menu items.
15Each of the menu items may optionally include a sub-menu.
1617
18
19
Allegro reference manual ALLEGRO_MENU(3)