1al_clone_menu(3)                                              al_clone_menu(3)
2
3
4

NAME

6       al_clone_menu - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_native_dialog.h>
10
11              ALLEGRO_MENU *al_clone_menu(ALLEGRO_MENU *menu)
12

DESCRIPTION

14       Makes  a  copy  of  a menu so that it can be reused on another display.
15       The menu being cloned can be anything: a regular menu, a popup menu, or
16       a sub-menu.
17
18       Returns the cloned menu.
19

SINCE

21       5.1.0
22

SEE ALSO

24       al_clone_menu_for_popup(3)
25
26
27
28Allegro reference manual                                      al_clone_menu(3)
Impressum