Module selector
Available on crate feature
selector only.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§
- find
- Finds a widget matching the given
Selector. - find_
all - Finds all widgets matching the given
Selector. - id
- Creates a new
Selectorthat matches widgets with the givenwidget::Id. - is_
focused - Returns a
Selectorthat matches widgets that are currently focused.