Difference between revisions of "Menu Button"

From Wiki
Jump to: navigation, search
 
(See Also)
Line 23: Line 23:
 
{|
 
{|
 
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |  
 
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |  
[[Documentation#Miscellaneous |Miscellaneous ]]
+
[[Documentation#Menu |Menu ]]
 
|}
 
|}

Revision as of 05:16, 14 August 2005

Menu Button

Menu

Synopsis

menu Button {name} {x} {y} {width} {height} {text}

Description

The menu Button command creates a button on the EasyUO menu window at the specified postion with the specified size.

Example

; This will create a button named button_1 in position 10 20
; with a width of 50 and hight of 25. The text on the button
; will say Click me!
; Note that when refering to this button later in the script
; you will reference the NAME and not the displayed TEXT.
menu Button button_1 10 20 50 25 Click me!

See Also

menu Activate, 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 Text, menu Window Color, menu Window Size, menu Window Title, #menuRes

Main_Page Documentation

Menu