Menu Text

From Wiki
Revision as of 15:03, 14 August 2005 by 203.132.66.233 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


menu Text

Menu

Synopsis

menu Text {name} {x} {y} {text}

Description

The menu Text command creates a label at the specified position in the EasyUO menu window.

Example

; This will create a text line named text_1 at position 10 20
; with the words Read me!
; Note that when refering to this field later in the script
; you will reference the NAME and not the displayed TEXT.
menu Text text_1 10 20 Read me!

See Also

menu Activate, menu Button, menu Check, menu Clear, menu Combo, menu Delete, menu Edit, menu Font Align, menu Font BGColor, menu Font Color, menu Font Name, menu Font Size, menu Font Style, menu Font Transparent, menu Get, menu GetNum, menu Hide, menu HideEUO, menu List, menu Set, menu Shape, menu Show, menu Window Color, menu Window Size, menu Window Title

Main_Page Documentation

Menu