Difference between revisions of "Menu Text"
From Wiki
(→See Also) |
|||
Line 20: | Line 20: | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | | [[menu_Activate|menu Activate]], [[menu_Button|menu Button]], [[menu_Check|menu Check]], [[menu_Clear|menu Clear]], [[menu_Combo|menu Combo]], [[menu_Delete|menu Delete]], [[menu_Edit|menu Edit]], [[menu_Font_Align|menu Font Align]], [[menu_Font_BGColor|menu Font BGColor]], [[menu_Font_Color|menu Font Color]], [[menu_Font_Name|menu Font Name]], [[menu_Font_Size|menu Font Size]], [[menu_Font_Style|menu Font Style]], [[menu_Font_Transparent|menu Font Transparent]], [[menu_Get|menu Get]], [[menu_GetNum|menu GetNum]], [[menu_Hide|menu Hide]], [[menu_HideEUO|menu HideEUO]], [[menu_List|menu List]], [[menu_Set|menu Set]], [[menu_Shape|menu Shape]], [[menu_Show|menu Show]], [[menu_Window_Color|menu Window Color]], [[menu_Window_Size|menu Window Size]], [[menu_Window_Title|menu Window Title]] | + | | [[menu_Activate|menu Activate]], [[menu_Button|menu Button]], [[menu_Check|menu Check]], [[menu_Clear|menu Clear]], [[menu_Combo|menu Combo]], [[menu_Delete|menu Delete]], [[menu_Edit|menu Edit]], [[menu_Font_Align|menu Font Align]], [[menu_Font_BGColor|menu Font BGColor]], [[menu_Font_Color|menu Font Color]], [[menu_Font_Name|menu Font Name]], [[menu_Font_Size|menu Font Size]], [[menu_Font_Style|menu Font Style]], [[menu_Font_Transparent|menu Font Transparent]], [[menu_Get|menu Get]], [[menu_GetNum|menu GetNum]], [[menu_Hide|menu Hide]], [[menu_HideEUO|menu HideEUO]], [[menu Image Create| menu Image Create]], [[menu Image Ellipse|menu Image Ellipse]], [[menu Image File|menu Image File]], [[menu Image FloodFill|menu Image FloodFill]], [[menu Image Line|menu Image Line]], [[menu Image Pix|menu Image Pix]], [[menu Image PixLine|menu Image PixLine]], [[menu Image Pos|menu Image Pos]], [[menu Image Rectangle|menu Image Rectangle]], [[menu_List|menu List]], [[menu_Set|menu Set]], [[menu_Shape|menu Shape]], [[menu_Show|menu Show]], [[menu_Window_Color|menu Window Color]], [[menu_Window_Size|menu Window Size]], [[menu_Window_Title|menu Window Title]] |
|} | |} | ||
---- | ---- |
Revision as of 03:01, 23 August 2005
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
Main_Page | Documentation |