Expand description
Widget info tree iterators.
Structs§
- Iterator over all ancestors of a widget.
- Iterator over all children of a widget.
- Iterator over all next siblings of a widget.
- Iterator over all next siblings of a widget.
- Reversing tree iterator.
- Filtering tree iterator.
- Primary implementer of
TreeIterator
.
Enums§
- Widget tree filter selected for a widget in the tree.
Traits§
- Iterator that traverses the branches of a widget tree.