record AL_DIALOG
Unit
alGUI
Declaration
type AL_DIALOG = record
Description
This is the structure which contains a GUI object.
See also
- al_do_dialog
- The basic dialog manager function.
Overview
Fields
Description
Fields
x: AL_INT; |
Position and size of the object
|
y: AL_INT; |
Position and size of the object
|
w: AL_INT; |
Position and size of the object
|
h: AL_INT; |
Position and size of the object
|
fg: AL_INT; |
Foreground and background colors
|
bg: AL_INT; |
Foreground and background colors
|
key: AL_INT; |
Keyboard shortcut (ASCII code)
|
flags: AL_INT; |
Flags about the object state
|
d1: AL_INT; |
Any data the object might require
|
d2: AL_INT; |
Any data the object might require
|
Generated by PasDoc 0.13.0 on 2016-07-20 12:01:35
|