Creation/Dev/Script/Client/GuiTreeViewCtrl: Difference between revisions
From Graal Bible
(reformat) |
m (small mistake) |
||
Line 12: | Line 12: | ||
|- | |- | ||
| columns | | columns | ||
| | | stringof format "0 16", offset of the tabulators | ||
| | | Of format "0 16", offset of the tabulators | ||
|- | |- | ||
| expanded | | expanded |
Revision as of 17:18, 27 January 2006
Inherits GuiArrayCtrl.
Variables
Name | Type | Description |
clipcolumntext | boolean | |
columns | stringof format "0 16", offset of the tabulators | Of format "0 16", offset of the tabulators |
expanded | boolean | |
expandedimage | integer | |
expandedselectedimage | integer | |
expandondoubleclick | boolean | |
fitparentwidth | boolean | |
groupsortorder | string | |
image | integer | |
level | integer (read only) | |
name | string | |
nodes | object (read only) | |
parent | object (read only) | |
selectedimage | integer | |
sortgroup | integer | |
sortmode | string | |
sortorder | string | |
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 | |
getnode(str) | object | |
getnodeat(int, int) | object | |
getnodebypath(str, str) | object | |
getselectednode() | object | |
select() | ||
seticonsize(int, int) | ||
sort() |