Module selector

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 Selector that matches widgets with the given widget::Id.
is_focused
Returns a Selector that matches widgets that are currently focused.