do_menu (3) - Linux Manuals
do_menu: Displays an animates a popup menu. Allegro game programming library.
Command to display do_menu
manual in Linux: $ man 3 do_menu
NAME
do_menu - Displays an animates a popup menu. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int do_menu(MENU *menu, int x, int y);
DESCRIPTION
Displays and animates a popup menu at the specified screen coordinates
(these will be adjusted if the menu does not entirely fit on the screen).
Returns the index of the menu item that was selected, or -1 if the menu
was cancelled. Note that the return value cannot indicate selection from
child menus, so you will have to use the callback functions if you want
multi-level menus.
Pages related to do_menu
- do_arc (3) - Calculates all the points in a circular arc. Allegro game programming library.
- do_circle (3) - Calculates all the points in a circle. Allegro game programming library.
- do_dialog (3) - Basic dialog manager function. Allegro game programming library.
- do_ellipse (3) - Calculates all the points in an ellipse. Allegro game programming library.
- do_line (3) - Calculates all the points along a line. Allegro game programming library.
- do_uconvert (3) - Converts a string to another encoding format. Allegro game programming library.
- doCalculation (3) - analytic Heston-model engine based on Fourier transform