record AL_MENU
Unit
alGUI
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
Description
Fields
txt: AL_STRptr; |
The text to display for the menu item.
|
flags: AL_INT; |
Disabled or checked state.
|
Generated by PasDoc 0.13.0 on 2016-07-20 12:01:35
|