record AL_MENU

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type AL_MENU = record

Description

Structure used to hold an entry of a menu.

See also
al_do_menu
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).

Overview

Fields

txt: AL_STRptr;
proc: AL_SIMPLE_FUNC;
child: AL_MENUptr;
flags: AL_INT;
dp: AL_VOIDptr;

Description

Fields

txt: AL_STRptr;

The text to display for the menu item.

proc: AL_SIMPLE_FUNC;

Called when menu item is clicked.

child: AL_MENUptr;

Nested child menu.

flags: AL_INT;

Disabled or checked state.

dp: AL_VOIDptr;

Pointer to any data you need.


Generated by PasDoc 0.13.0 on 2016-07-20 12:01:35