Creation/Dev/Script/Client/GuiTreeViewNode: Difference between revisions
From Graal Bible
Pooper200000 (talk | contribs) No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]]. | Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]]. | ||
Line 75: | Line 76: | ||
| getnodebypath(str, str) | | getnodebypath(str, str) | ||
| object | | object | ||
| parameters are the node name and separator character | | parameters are the node name and delimiter (separator character, such as "/") | ||
|- | |- | ||
| select() | | select() |
Latest revision as of 23:57, 15 February 2010
Inherits TGraalVar.
Variables
expanded - boolean
expandedimage - integer
expandedselectedimage - integer
icon - TDrawingPanel
image - integer
level - integer (read only)
name - string
nodes[] - array of GuiTreeViewNode
parent - object (read only)
selectedimage - integer
sortgroup - integer
sortvalue - integer
visible - boolean
x - integer (read only)
y - integer (read only)
Functions
Name | Return Type | Description |
addlines(obj, bool) | ||
addnode(str) | object | |
addnodebypath(str, str) | object | |
addvars(obj, bool) | ||
clearnodes() | ||
destroy() | ||
getfullname(str) | string | specify the separator character as parameter |
getnode(str) | object | |
getnodebypath(str, str) | object | parameters are the node name and delimiter (separator character, such as "/") |
select() |