EDITTEXT

Definition

EDITTEXT [id]
{
  [Flags]
}

Description

Edit text fields are used for one line text input. Use GeDialog::GetString() and GeDialog::SetString() to access the text.

Flags

See Dialog Resource for a description of the common flags.

[LAYOUTFLAGS]Layout flags.
[SIZE]Manual size.

Example

EDITTEXT GADGET_PRESET_NAME { SCALE_H; SCALE_V; SIZE 256, 0; };

Further Reading