Expand description
Types that provide access to the Gooey runtime.
+Expand description
Types that provide access to the Gooey runtime.
Structs
- A context to an event function.
- A context to a function that is rendering a widget.
- A context to a function that is rendering a widget.
- An type that contains information about the state of a widget.
- A context for a widget.
Enums
- An owned
T
or an exclusive reference to aT
.
Traits
- Converts from one context to an
EventContext
. - A type chat can convert to a
ManagedWidget
through aWidgetContext
. - A type that can produce another type when provided a
ManagedWidget
.
sourcepub fn return_focus(&mut self)
pub fn return_focus(&mut self)
Returns the focus to the previous widget before this widget in the configured fous order.
To focus in the forward order, use EventContext::advance_focus()
.