EDITTEXT

Definition

EDITTEXT [id]
{
  [Flags]
}
						

描述

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

Flags

Dialog Resource for a description of the common flags.

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

范例

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

延伸阅读