![]() |
Lysa.ui
0.0
Lysa 3D Engine
|
A single row in a TreeView, which can contain a child widget and be expanded or collapsed.
Inherits from: Panel
Lua full name: lysa.ui.TreeViewItem
Properties | |
| Widget | item |
| The widget rendered as the visible content of this tree row. | |
| integer | level |
| Depth of this item in the tree hierarchy (root items have level 0). | |
| boolean | selected |
| True if this item is currently selected. | |
| boolean | expanded |
| True if this item's children are currently visible. | |
| Widget item |
The widget rendered as the visible content of this tree row.
| integer level |
Depth of this item in the tree hierarchy (root items have level 0).
| boolean selected |
True if this item is currently selected.
| boolean expanded |
True if this item's children are currently visible.