Expand description
Find and query widgets in your applications.
Enums§
- Candidate
- A selection candidate.
- Target
- A generic widget match produced during selection.
- Text
- A text match.
Traits§
- Bounded
- A bounded type has both layout bounds and visible bounds.
- Selector
- A type that traverses the widget tree to “select” data and produce some output.
Functions§
- delineate
- Finds the visible bounds of the first
Selector
target. - find_
by_ id - Finds a widget by the given
widget::Id
. - find_
by_ text - Finds a widget that contains the given text.