Expand description
Tree view widget Tree view widget with expandable/collapsible nodes.
Provides [TreeView] and [TreeViewNode] for building hierarchical
tree structures with click callbacks and recursive DOM rendering.
Structs§
- Tree
View - Hierarchical tree view widget with expandable/collapsible nodes.
- Tree
View Node - A single node in a tree hierarchy, with optional children.
- Tree
View Node Vec - Tree
View Node VecSlice - C-compatible slice type for
$struct_name. This is a non-owning view into a Vec’s data. - Tree
View OnNode Click - Tree
View OnNode Click Callback
Enums§
Statics§
- TREE_
VIEW_ ON_ NODE_ CLICK_ INVOKER - Process-global slot for this callback kind’s host-side invoker.
Functions§
- AzApp_
setTree View OnNode Click Callback Invoker - Register the host-side invoker for this callback kind.
- AzTree
View OnNode Click Callback_ create From Host Handle - C-ABI export wrapping
<Wrapper>::create_from_host_handle.
Type Aliases§
- AzTree
View OnNode Click Callback Invoker - Pointer-arg variant of this callback kind’s typedef.
- Tree
View Node VecDestructor Type - Tree
View OnNode Click Callback Type - Callback invoked when a tree node is clicked.