1al_clone_menu(3) al_clone_menu(3)
23
4
NAME
6al_clone_menu - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_native_dialog.h>
1011
ALLEGRO_MENU *al_clone_menu(ALLEGRO_MENU *menu)
12
DESCRIPTION
14Makes a copy of a menu so that it can be reused on another display.
15The menu being cloned can be anything: a regular menu, a popup menu, or
16a sub-menu.
1718
Returns the cloned menu.
19
SINCE
215.1.0
22
SEE ALSO
24al_clone_menu_for_popup(3)
2526
27
28
Allegro reference manual al_clone_menu(3)