record AL_DIALOG

DescriptionHierarchyFieldsMethodsProperties

Unit

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

proc: AL_DIALOG_PROC;
x: AL_INT;
y: AL_INT;
w: AL_INT;
h: AL_INT;
fg: AL_INT;
bg: AL_INT;
key: AL_INT;
flags: AL_INT;
d1: AL_INT;
d2: AL_INT;
dp: AL_VOIDptr;
dp2: AL_VOIDptr;
dp3: AL_VOIDptr;

Description

Fields

proc: AL_DIALOG_PROC;

Dialog procedure (message handler)

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

dp: AL_VOIDptr;

Pointers to more object data

dp2: AL_VOIDptr;

Pointers to more object data

dp3: AL_VOIDptr;

Pointers to more object data


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