Difference between revisions of "Menu List"

From Wiki
Jump to: navigation, search
(Applying templates (header, body, footer))
m
Line 1: Line 1:
 
{{command header|Menu}}
 
{{command header|Menu}}
  
{{body|menu List { "Create" { name } { x } { y } { width } { height } <nowiki> | </nowiki> "Add" { name } { string <nowiki> } } </nowiki> |The [[menu List]] creates a listbox at position x/y with specified size on the EasyUO menu window or adds entires to the listbox.}}
+
{{body|menu List { {"Create"} {name} {x} {y} {width} {height}<nowiki> | </nowiki>{"Add"} {name} {string}<nowiki> | </nowiki>{"Select"} {list name} {item number<nowiki>} } </nowiki> |The [[menu List]] creates a listbox at position x/y with specified size on the EasyUO menu window, adds entires to the listbox or selects an entry in the list.}}
  
 
{{footer}}
 
{{footer}}

Revision as of 13:17, 23 September 2005


Synopsis

menu List { {"Create"} {name} {x} {y} {width} {height} | {"Add"} {name} {string} | {"Select"} {list name} {item number} }

Description

The menu List creates a listbox at position x/y with specified size on the EasyUO menu window, adds entires to the listbox or selects an entry in the list.

See also

Main Page Documentation