\ No newline at end of file
diff --git a/main/gooey/context/enum.Exclusive.html b/main/gooey/context/enum.Exclusive.html
index 41b3ca75b..c6d19cf7c 100644
--- a/main/gooey/context/enum.Exclusive.html
+++ b/main/gooey/context/enum.Exclusive.html
@@ -1,10 +1,10 @@
-Exclusive in gooey::context - Rust
\ No newline at end of file
diff --git a/main/gooey/context/struct.EventContext.html b/main/gooey/context/struct.EventContext.html
index baec90a0e..0571e97e2 100644
--- a/main/gooey/context/struct.EventContext.html
+++ b/main/gooey/context/struct.EventContext.html
@@ -8,7 +8,7 @@
Queries the widget hierarchy for matching style components.
This function traverses up the widget hierarchy looking for the
components being requested. The resulting styles will contain the values
from the closest matches in the widget hierarchy.
@@ -97,15 +97,15 @@
attached. The Style
widget is provided as a convenient way to attach styles into the widget
hierarchy.
-
Queries the widget hierarchy for a single style component.
This function traverses up the widget hierarchy looking for the
component being requested. If a matching component is found, it will be
returned. Otherwise, the default value will be returned.
The graphics context clipped and offset to the area of the widget being
rendered. Drawing at 0,0 will draw at the top-left pixel of the laid-out
widget region.
Queries the widget hierarchy for matching style components.
This function traverses up the widget hierarchy looking for the
components being requested. The resulting styles will contain the values
from the closest matches in the widget hierarchy.
@@ -63,15 +63,15 @@
attached. The Style
widget is provided as a convenient way to attach styles into the widget
hierarchy.
-
Queries the widget hierarchy for a single style component.
This function traverses up the widget hierarchy looking for the
component being requested. If a matching component is found, it will be
returned. Otherwise, the default value will be returned.
Returns a new layout context that does not persist any child layout
operations.
This type of context is useful for asking widgets to measuree themselves
in hypothetical layout conditions while trying to determine the best
layout for a composite control.
Queries the widget hierarchy for matching style components.
This function traverses up the widget hierarchy looking for the
components being requested. The resulting styles will contain the values
from the closest matches in the widget hierarchy.
@@ -71,14 +71,14 @@
attached. The Style
widget is provided as a convenient way to attach styles into the widget
hierarchy.
-
Queries the widget hierarchy for a single style component.
This function traverses up the widget hierarchy looking for the
component being requested. If a matching component is found, it will be
returned. Otherwise, the default value will be returned.
Queries the widget hierarchy for matching style components.
This function traverses up the widget hierarchy looking for the
components being requested. The resulting styles will contain the values
from the closest matches in the widget hierarchy.
@@ -42,14 +42,14 @@
attached. The Style
widget is provided as a convenient way to attach styles into the widget
hierarchy.
-
Queries the widget hierarchy for a single style component.
This function traverses up the widget hierarchy looking for the
component being requested. If a matching component is found, it will be
returned. Otherwise, the default value will be returned.
\ No newline at end of file
diff --git a/main/gooey/trait.Run.html b/main/gooey/trait.Run.html
index 84af7cf37..3ee931d51 100644
--- a/main/gooey/trait.Run.html
+++ b/main/gooey/trait.Run.html
@@ -6,5 +6,5 @@
program exit. Note that this function may not ever return on some
platforms.
\ No newline at end of file
diff --git a/main/gooey/widget/constant.HANDLED.html b/main/gooey/widget/constant.HANDLED.html
index 789a04040..82eec357a 100644
--- a/main/gooey/widget/constant.HANDLED.html
+++ b/main/gooey/widget/constant.HANDLED.html
@@ -1,2 +1,2 @@
-HANDLED in gooey::widget - Rust
An EventHandling value that represents a handled event.
\ No newline at end of file
diff --git a/main/gooey/widget/constant.IGNORED.html b/main/gooey/widget/constant.IGNORED.html
index fcccc744d..b561aadec 100644
--- a/main/gooey/widget/constant.IGNORED.html
+++ b/main/gooey/widget/constant.IGNORED.html
@@ -1,2 +1,2 @@
-IGNORED in gooey::widget - Rust
An EventHandling value that represents an ignored event.
\ No newline at end of file
diff --git a/main/gooey/widget/enum.WidgetRef.html b/main/gooey/widget/enum.WidgetRef.html
index 1c643c4ed..81986b839 100644
--- a/main/gooey/widget/enum.WidgetRef.html
+++ b/main/gooey/widget/enum.WidgetRef.html
@@ -1,12 +1,12 @@
-WidgetRef in gooey::widget - Rust
A type that represents whether an event has been handled or ignored.
\ No newline at end of file
diff --git a/main/gooey/widget/sidebar-items.js b/main/gooey/widget/sidebar-items.js
index 3e5bbfddc..195491b11 100644
--- a/main/gooey/widget/sidebar-items.js
+++ b/main/gooey/widget/sidebar-items.js
@@ -1 +1 @@
-window.SIDEBAR_ITEMS = {"constant":["HANDLED","IGNORED"],"enum":["WidgetRef"],"struct":["Callback","Children","EventHandled","EventIgnored","ManagedWidget","WidgetGuard","WidgetInstance"],"trait":["MakeWidget","Widget"],"type":["EventHandling"]};
\ No newline at end of file
+window.SIDEBAR_ITEMS = {"constant":["HANDLED","IGNORED"],"enum":["WidgetRef"],"struct":["Callback","Children","EventHandled","EventIgnored","ManagedWidget","PendingWidgetId","WidgetGuard","WidgetId","WidgetInstance"],"trait":["MakeWidget","MakeWidgetWithId","Widget"],"type":["EventHandling"]};
\ No newline at end of file
diff --git a/main/gooey/widget/struct.Callback.html b/main/gooey/widget/struct.Callback.html
index 00f02c65b..f553c6630 100644
--- a/main/gooey/widget/struct.Callback.html
+++ b/main/gooey/widget/struct.Callback.html
@@ -1,10 +1,10 @@
-Callback in gooey::widget - Rust
Locks the widget for exclusive access. Locking widgets should only be
done for brief moments of time when you are certain no deadlocks can
occur due to other widget locks being held.
This type cannot be cloned or copied to ensure only a single widget can be
+assigned a given WidgetId. The contained WidgetId can be accessed
+via id(), Into<WidgetId>, or Deref.
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
+then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be
+further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
\ No newline at end of file
diff --git a/main/gooey/widget/struct.WidgetGuard.html b/main/gooey/widget/struct.WidgetGuard.html
index 05d7197d9..50aeb0e7b 100644
--- a/main/gooey/widget/struct.WidgetGuard.html
+++ b/main/gooey/widget/struct.WidgetGuard.html
@@ -1,9 +1,9 @@
-WidgetGuard in gooey::widget - Rust
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
+then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be
+further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
\ No newline at end of file
diff --git a/main/gooey/widget/struct.WidgetInstance.html b/main/gooey/widget/struct.WidgetInstance.html
index c54f176ff..2a179ef8f 100644
--- a/main/gooey/widget/struct.WidgetInstance.html
+++ b/main/gooey/widget/struct.WidgetInstance.html
@@ -1,28 +1,34 @@
-WidgetInstance in gooey::widget - Rust
Locks the widget for exclusive access. Locking widgets should only be
done for brief moments of time when you are certain no deadlocks can
occur due to other widget locks being held.
\ No newline at end of file
diff --git a/main/gooey/widget/trait.MakeWidgetWithId.html b/main/gooey/widget/trait.MakeWidgetWithId.html
new file mode 100644
index 000000000..6fa24568d
--- /dev/null
+++ b/main/gooey/widget/trait.MakeWidgetWithId.html
@@ -0,0 +1,8 @@
+MakeWidgetWithId in gooey::widget - Rust
\ No newline at end of file
diff --git a/main/gooey/widget/trait.Widget.html b/main/gooey/widget/trait.Widget.html
index 1fba10336..c23c72d0c 100644
--- a/main/gooey/widget/trait.Widget.html
+++ b/main/gooey/widget/trait.Widget.html
@@ -1,4 +1,4 @@
-Widget in gooey::widget - Rust
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
searching for another focus target.
A type that represents whether an event has been handled or ignored.
\ No newline at end of file
diff --git a/main/gooey/widgets/button/struct.Button.html b/main/gooey/widgets/button/struct.Button.html
index d8fe8b7cf..8e98123d6 100644
--- a/main/gooey/widgets/button/struct.Button.html
+++ b/main/gooey/widgets/button/struct.Button.html
@@ -1,4 +1,4 @@
-Button in gooey::widgets::button - Rust
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
-searching for another focus target.
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
-searching for another focus target.
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
-searching for another focus target.
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
-searching for another focus target.
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
-searching for another focus target.
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
-searching for another focus target.
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
-searching for another focus target.
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
-searching for another focus target.
This widget has been targeted to be focused. If this function returns
true, the widget will be focused. If false, Gooey will continue
-searching for another focus target.
\ No newline at end of file
diff --git a/main/implementors/core/clone/trait.Clone.js b/main/implementors/core/clone/trait.Clone.js
index daf35992d..88dd99837 100644
--- a/main/implementors/core/clone/trait.Clone.js
+++ b/main/implementors/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Clone for EaseInOutBack"],["impl Clone for EaseInBack"],["impl Clone for ButtonActiveBackground"],["impl Clone for Dimension"],["impl Clone for EaseInQuartic"],["impl Clone for EaseInOutElastic"],["impl Clone for WidgetInstance"],["impl Clone for IntrinsicPadding"],["impl Clone for EaseInBounce"],["impl Clone for HighlightColor"],["impl Clone for EaseOutCubic"],["impl Clone for EasingFunction"],["impl Clone for StackDirection"],["impl Clone for ZeroToOne"],["impl Clone for EaseInOutQuadradic"],["impl Clone for EasingOut"],["impl Clone for Generation"],["impl Clone for EaseInQuintic"],["impl Clone for EasingIn"],["impl Clone for ComponentName"],["impl Clone for WidgetRef"],["impl Clone for EaseOutQuadradic"],["impl Clone for EaseInOutQuartic"],["impl Clone for EaseOutQuartic"],["impl Clone for TextColor"],["impl Clone for Styles"],["impl Clone for EaseInExponential"],["impl Clone for ManagedWidget"],["impl Clone for EventHandled"],["impl Clone for LineHeight"],["impl Clone for ButtonBackground"],["impl Clone for Tick"],["impl Clone for EaseInOutQuintic"],["impl Clone for Easing"],["impl Clone for EaseInOutCubic"],["impl Clone for ButtonHoverBackground"],["impl Clone for Name"],["impl Clone for EaseOutElastic"],["impl Clone for EaseOutSine"],["impl Clone for TextSize"],["impl<T: Clone> Clone for Edges<T>"],["impl Clone for EaseOutCircular"],["impl Clone for EaseInOutCircular"],["impl<T> Clone for Value<T>where\n T: Clone,"],["impl Clone for ConstraintLimit"],["impl Clone for EaseInOutExponential"],["impl Clone for StackDimension"],["impl Clone for EaseOutBounce"],["impl Clone for EaseInCircular"],["impl Clone for EaseOutBack"],["impl Clone for CustomComponent"],["impl Clone for FlexibleDimension"],["impl Clone for Linear"],["impl Clone for Group"],["impl Clone for EaseOutQuintic"],["impl Clone for EaseInCubic"],["impl Clone for EaseInElastic"],["impl<T> Clone for DynamicReader<T>"],["impl Clone for EaseInQuadradic"],["impl Clone for EaseOutExponential"],["impl Clone for EaseInOutSine"],["impl Clone for EventIgnored"],["impl<T> Clone for Dynamic<T>"],["impl Clone for Component"],["impl Clone for StackOrientation"]]
+"gooey":[["impl Clone for EaseInOutBack"],["impl Clone for EaseInBack"],["impl Clone for ButtonActiveBackground"],["impl Clone for Dimension"],["impl Clone for EaseInQuartic"],["impl Clone for EaseInOutElastic"],["impl Clone for IntrinsicPadding"],["impl Clone for EaseInBounce"],["impl Clone for EventHandled"],["impl Clone for HighlightColor"],["impl Clone for EaseOutCubic"],["impl Clone for EasingFunction"],["impl Clone for StackDirection"],["impl Clone for ZeroToOne"],["impl Clone for EaseInOutQuadradic"],["impl Clone for EasingOut"],["impl Clone for Generation"],["impl Clone for EaseInQuintic"],["impl Clone for EasingIn"],["impl Clone for ComponentName"],["impl Clone for EventIgnored"],["impl Clone for EaseOutQuadradic"],["impl Clone for EaseInOutQuartic"],["impl Clone for EaseOutQuartic"],["impl Clone for TextColor"],["impl Clone for Styles"],["impl Clone for EaseInExponential"],["impl Clone for LineHeight"],["impl Clone for ButtonBackground"],["impl Clone for Tick"],["impl Clone for WidgetId"],["impl Clone for WidgetRef"],["impl Clone for EaseInOutQuintic"],["impl Clone for Easing"],["impl Clone for WidgetInstance"],["impl Clone for EaseInOutCubic"],["impl Clone for ButtonHoverBackground"],["impl Clone for Name"],["impl Clone for EaseOutElastic"],["impl Clone for EaseOutSine"],["impl Clone for TextSize"],["impl<T: Clone> Clone for Edges<T>"],["impl Clone for EaseOutCircular"],["impl Clone for EaseInOutCircular"],["impl<T> Clone for Value<T>where\n T: Clone,"],["impl Clone for ConstraintLimit"],["impl Clone for EaseInOutExponential"],["impl Clone for StackDimension"],["impl Clone for EaseOutBounce"],["impl Clone for EaseInCircular"],["impl Clone for EaseOutBack"],["impl Clone for CustomComponent"],["impl Clone for FlexibleDimension"],["impl Clone for Linear"],["impl Clone for Group"],["impl Clone for EaseOutQuintic"],["impl Clone for EaseInCubic"],["impl Clone for EaseInElastic"],["impl<T> Clone for DynamicReader<T>"],["impl Clone for EaseInQuadradic"],["impl Clone for EaseOutExponential"],["impl Clone for ManagedWidget"],["impl Clone for EaseInOutSine"],["impl<T> Clone for Dynamic<T>"],["impl Clone for Component"],["impl Clone for StackOrientation"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/cmp/trait.Eq.js b/main/implementors/core/cmp/trait.Eq.js
index 26674f4fe..bff35f4de 100644
--- a/main/implementors/core/cmp/trait.Eq.js
+++ b/main/implementors/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Eq for Group"],["impl Eq for TextSize"],["impl Eq for Generation"],["impl Eq for EventIgnored"],["impl Eq for ZeroToOne"],["impl Eq for TextColor"],["impl Eq for ButtonBackground"],["impl Eq for HighlightColor"],["impl Eq for WidgetInstance"],["impl Eq for LineHeight"],["impl Eq for Easing"],["impl Eq for ComponentName"],["impl Eq for ConstraintLimit"],["impl Eq for EasingOut"],["impl Eq for Name"],["impl Eq for ButtonActiveBackground"],["impl Eq for EventHandled"],["impl Eq for EasingIn"],["impl Eq for StackOrientation"],["impl Eq for IntrinsicPadding"],["impl Eq for ButtonHoverBackground"],["impl Eq for StackDirection"]]
+"gooey":[["impl Eq for Group"],["impl Eq for TextSize"],["impl Eq for Generation"],["impl Eq for ZeroToOne"],["impl Eq for TextColor"],["impl Eq for WidgetInstance"],["impl Eq for ButtonBackground"],["impl Eq for HighlightColor"],["impl Eq for EventIgnored"],["impl Eq for LineHeight"],["impl Eq for Easing"],["impl Eq for ComponentName"],["impl Eq for WidgetId"],["impl Eq for ConstraintLimit"],["impl Eq for EasingOut"],["impl Eq for Name"],["impl Eq for ButtonActiveBackground"],["impl Eq for EasingIn"],["impl Eq for StackOrientation"],["impl Eq for EventHandled"],["impl Eq for IntrinsicPadding"],["impl Eq for PendingWidgetId"],["impl Eq for ButtonHoverBackground"],["impl Eq for StackDirection"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/cmp/trait.PartialEq.js b/main/implementors/core/cmp/trait.PartialEq.js
index 34a3581af..9f9373636 100644
--- a/main/implementors/core/cmp/trait.PartialEq.js
+++ b/main/implementors/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl PartialEq<StackDirection> for StackDirection"],["impl PartialEq<EventHandled> for EventHandled"],["impl PartialEq<HighlightColor> for HighlightColor"],["impl PartialEq<ConstraintLimit> for ConstraintLimit"],["impl PartialEq<Easing> for Easing"],["impl PartialEq<StackOrientation> for StackOrientation"],["impl PartialEq<TextSize> for TextSize"],["impl PartialEq<WidgetInstance> for ManagedWidget"],["impl PartialEq<TextColor> for TextColor"],["impl PartialEq<LineHeight> for LineHeight"],["impl PartialEq<WidgetInstance> for WidgetInstance"],["impl PartialEq<EventIgnored> for EventIgnored"],["impl PartialEq<ButtonActiveBackground> for ButtonActiveBackground"],["impl PartialEq<EasingOut> for EasingOut"],["impl PartialEq<Generation> for Generation"],["impl PartialEq<IntrinsicPadding> for IntrinsicPadding"],["impl PartialEq<Name> for Name"],["impl PartialEq<ManagedWidget> for ManagedWidget"],["impl PartialEq<EasingIn> for EasingIn"],["impl PartialEq<Group> for Group"],["impl PartialEq<ZeroToOne> for ZeroToOne"],["impl PartialEq<ButtonBackground> for ButtonBackground"],["impl PartialEq<f32> for ZeroToOne"],["impl PartialEq<ComponentName> for ComponentName"],["impl PartialEq<ButtonHoverBackground> for ButtonHoverBackground"]]
+"gooey":[["impl PartialEq<StackDirection> for StackDirection"],["impl PartialEq<HighlightColor> for HighlightColor"],["impl PartialEq<PendingWidgetId> for PendingWidgetId"],["impl PartialEq<ConstraintLimit> for ConstraintLimit"],["impl PartialEq<Easing> for Easing"],["impl PartialEq<EventHandled> for EventHandled"],["impl PartialEq<StackOrientation> for StackOrientation"],["impl PartialEq<TextSize> for TextSize"],["impl PartialEq<ManagedWidget> for ManagedWidget"],["impl PartialEq<TextColor> for TextColor"],["impl PartialEq<LineHeight> for LineHeight"],["impl PartialEq<ButtonActiveBackground> for ButtonActiveBackground"],["impl PartialEq<EasingOut> for EasingOut"],["impl PartialEq<WidgetInstance> for WidgetInstance"],["impl PartialEq<Generation> for Generation"],["impl PartialEq<IntrinsicPadding> for IntrinsicPadding"],["impl PartialEq<Name> for Name"],["impl PartialEq<WidgetInstance> for ManagedWidget"],["impl PartialEq<EasingIn> for EasingIn"],["impl PartialEq<Group> for Group"],["impl PartialEq<ZeroToOne> for ZeroToOne"],["impl PartialEq<ButtonBackground> for ButtonBackground"],["impl PartialEq<f32> for ZeroToOne"],["impl PartialEq<ComponentName> for ComponentName"],["impl PartialEq<ButtonHoverBackground> for ButtonHoverBackground"],["impl PartialEq<WidgetId> for WidgetId"],["impl PartialEq<EventIgnored> for EventIgnored"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/convert/trait.From.js b/main/implementors/core/convert/trait.From.js
index 90de361cb..5cbbdc00f 100644
--- a/main/implementors/core/convert/trait.From.js
+++ b/main/implementors/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl From<Px> for FlexibleDimension"],["impl From<EaseInOutSine> for EasingFunction"],["impl From<EaseInOutQuartic> for EasingFunction"],["impl From<EaseOutQuintic> for EasingFunction"],["impl From<EaseInOutCircular> for EasingFunction"],["impl From<EaseInOutBack> for EasingFunction"],["impl From<EaseInBounce> for EasingFunction"],["impl From<EaseOutQuartic> for EasingFunction"],["impl From<EaseInQuadradic> for EasingFunction"],["impl From<EaseInQuartic> for EasingFunction"],["impl From<EaseInOutQuadradic> for EasingFunction"],["impl From<Dimension> for Component"],["impl From<Lp> for Dimension"],["impl From<EaseOutElastic> for EasingFunction"],["impl From<EaseInBack> for EasingFunction"],["impl From<EaseInCircular> for EasingFunction"],["impl From<EaseOutBounce> for EasingFunction"],["impl From<EaseOutExponential> for EasingFunction"],["impl From<EaseOutQuadradic> for EasingFunction"],["impl From<EaseInCubic> for EasingFunction"],["impl From<EaseInOutQuintic> for EasingFunction"],["impl<T> From<DynamicTransition<T>> for TransitioningDynamic<T>where\n T: Clone,"],["impl From<EaseInOutCubic> for EasingFunction"],["impl From<EaseInOutElastic> for EasingFunction"],["impl From<Lp> for Component"],["impl<'a> From<&'a str> for Name"],["impl From<EaseInOutExponential> for EasingFunction"],["impl From<Px> for Dimension"],["impl From<EaseOutSine> for EasingFunction"],["impl From<EaseOutCubic> for EasingFunction"],["impl From<Color> for Component"],["impl<T> From<T> for Edges<T>where\n T: Clone,"],["impl From<EaseInExponential> for EasingFunction"],["impl From<EaseInQuintic> for EasingFunction"],["impl From<EaseOutBack> for EasingFunction"],["impl From<Dimension> for FlexibleDimension"],["impl From<EasingFunction> for Component"],["impl From<Lp> for FlexibleDimension"],["impl<T> From<Dynamic<T>> for DynamicReader<T>"],["impl From<String> for Name"],["impl From<Px> for Component"],["impl From<EaseOutCircular> for EasingFunction"],["impl From<EaseInElastic> for EasingFunction"]]
+"gooey":[["impl From<Px> for FlexibleDimension"],["impl From<EaseInOutSine> for EasingFunction"],["impl From<EaseInOutQuartic> for EasingFunction"],["impl From<EaseOutQuintic> for EasingFunction"],["impl From<EaseInOutCircular> for EasingFunction"],["impl From<EaseInOutBack> for EasingFunction"],["impl From<EaseInBounce> for EasingFunction"],["impl From<EaseOutQuartic> for EasingFunction"],["impl From<EaseInQuadradic> for EasingFunction"],["impl From<EaseInQuartic> for EasingFunction"],["impl From<EaseInOutQuadradic> for EasingFunction"],["impl From<Dimension> for Component"],["impl From<Lp> for Dimension"],["impl From<EaseOutElastic> for EasingFunction"],["impl From<EaseInBack> for EasingFunction"],["impl From<PendingWidgetId> for WidgetId"],["impl From<EaseInCircular> for EasingFunction"],["impl From<EaseOutBounce> for EasingFunction"],["impl From<EaseOutExponential> for EasingFunction"],["impl From<EaseOutQuadradic> for EasingFunction"],["impl From<EaseInCubic> for EasingFunction"],["impl From<EaseInOutQuintic> for EasingFunction"],["impl<T> From<DynamicTransition<T>> for TransitioningDynamic<T>where\n T: Clone,"],["impl From<EaseInOutCubic> for EasingFunction"],["impl From<EaseInOutElastic> for EasingFunction"],["impl From<Lp> for Component"],["impl<'a> From<&'a str> for Name"],["impl From<EaseInOutExponential> for EasingFunction"],["impl From<Px> for Dimension"],["impl From<EaseOutSine> for EasingFunction"],["impl From<EaseOutCubic> for EasingFunction"],["impl From<Color> for Component"],["impl<T> From<T> for Edges<T>where\n T: Clone,"],["impl From<EaseInExponential> for EasingFunction"],["impl From<EaseInQuintic> for EasingFunction"],["impl From<EaseOutBack> for EasingFunction"],["impl From<Dimension> for FlexibleDimension"],["impl From<EasingFunction> for Component"],["impl From<Lp> for FlexibleDimension"],["impl<T> From<Dynamic<T>> for DynamicReader<T>"],["impl From<String> for Name"],["impl From<Px> for Component"],["impl From<EaseOutCircular> for EasingFunction"],["impl From<EaseInElastic> for EasingFunction"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/default/trait.Default.js b/main/implementors/core/default/trait.Default.js
index b1d43280f..2f62f7d12 100644
--- a/main/implementors/core/default/trait.Default.js
+++ b/main/implementors/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Default for InputState"],["impl<T> Default for Value<T>where\n T: Default,"],["impl Default for Styles"],["impl Default for ZeroToOne"],["impl<T> Default for Dynamic<T>where\n T: Default,"],["impl Default for FlexibleDimension"],["impl Default for Dimension"],["impl Default for AnimationHandle"],["impl<T> Default for Edges<T>where\n T: Default,"],["impl Default for Generation"],["impl<Behavior> Default for Window<Behavior>where\n Behavior: WindowBehavior,\n Behavior::Context: Default,"],["impl Default for Children"]]
+"gooey":[["impl Default for InputState"],["impl Default for Children"],["impl<T> Default for Value<T>where\n T: Default,"],["impl Default for Styles"],["impl Default for ZeroToOne"],["impl<T> Default for Dynamic<T>where\n T: Default,"],["impl Default for FlexibleDimension"],["impl Default for Dimension"],["impl Default for AnimationHandle"],["impl<T> Default for Edges<T>where\n T: Default,"],["impl Default for Generation"],["impl<Behavior> Default for Window<Behavior>where\n Behavior: WindowBehavior,\n Behavior::Context: Default,"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/fmt/trait.Debug.js b/main/implementors/core/fmt/trait.Debug.js
index fab80c673..60df939d8 100644
--- a/main/implementors/core/fmt/trait.Debug.js
+++ b/main/implementors/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Debug for EventIgnored"],["impl Debug for EaseOutQuadradic"],["impl Debug for EaseInOutQuadradic"],["impl Debug for EaseInOutCubic"],["impl Debug for EaseOutElastic"],["impl Debug for EaseInOutQuartic"],["impl Debug for Stack"],["impl Debug for ButtonActiveBackground"],["impl Debug for IntrinsicPadding"],["impl Debug for TextColor"],["impl Debug for Linear"],["impl Debug for EaseInQuartic"],["impl Debug for ButtonHoverBackground"],["impl Debug for Component"],["impl Debug for FlexibleDimension"],["impl Debug for EaseInOutQuintic"],["impl Debug for EaseOutQuintic"],["impl Debug for ButtonBackground"],["impl Debug for EaseOutExponential"],["impl Debug for EaseInCubic"],["impl Debug for EaseOutQuartic"],["impl Debug for Scroll"],["impl<T: Debug> Debug for Dynamic<T>"],["impl Debug for Styles"],["impl Debug for EaseInOutBack"],["impl Debug for Canvas"],["impl Debug for EaseInOutSine"],["impl Debug for Resize"],["impl Debug for ConstraintLimit"],["impl<T: Debug> Debug for DynamicReader<T>"],["impl Debug for EaseInQuintic"],["impl Debug for EaseInBounce"],["impl<'a, T: Debug> Debug for BlockUntilUpdatedFuture<'a, T>"],["impl Debug for Group"],["impl Debug for WidgetRef"],["impl Debug for TextSize"],["impl Debug for EaseOutBack"],["impl Debug for Style"],["impl Debug for EasingOut"],["impl Debug for Name"],["impl Debug for EaseInBack"],["impl Debug for EaseInCircular"],["impl Debug for HighlightColor"],["impl Debug for Dimension"],["impl Debug for AnimationHandle"],["impl<Layers: Debug> Debug for TileMap<Layers>"],["impl Debug for StackDirection"],["impl Debug for EventHandled"],["impl Debug for EaseInQuadradic"],["impl Debug for EaseOutCircular"],["impl<T: Debug> Debug for Value<T>"],["impl Debug for InputState"],["impl Debug for ManagedWidget"],["impl Debug for Generation"],["impl Debug for StackOrientation"],["impl Debug for EasingFunction"],["impl Debug for EaseInOutCircular"],["impl Debug for EaseInOutElastic"],["impl Debug for CustomComponent"],["impl Debug for Align"],["impl Debug for ZeroToOne"],["impl Debug for Children"],["impl Debug for LineHeight"],["impl Debug for EaseInOutExponential"],["impl Debug for Label"],["impl Debug for Button"],["impl Debug for EaseInElastic"],["impl Debug for EasingIn"],["impl<T, R> Debug for Callback<T, R>"],["impl Debug for ComponentName"],["impl Debug for WidgetInstance"],["impl Debug for Expand"],["impl Debug for EaseOutBounce"],["impl Debug for EaseOutCubic"],["impl<T: Debug> Debug for Edges<T>"],["impl Debug for Input"],["impl Debug for EaseOutSine"],["impl Debug for Tick"],["impl Debug for EaseInExponential"],["impl Debug for StackDimension"],["impl Debug for Easing"]]
+"gooey":[["impl Debug for EaseOutQuadradic"],["impl Debug for EaseInOutQuadradic"],["impl Debug for EaseInOutCubic"],["impl Debug for EaseOutElastic"],["impl Debug for WidgetId"],["impl Debug for EaseInOutQuartic"],["impl Debug for EventIgnored"],["impl Debug for Stack"],["impl Debug for ButtonActiveBackground"],["impl Debug for IntrinsicPadding"],["impl Debug for TextColor"],["impl Debug for Linear"],["impl Debug for EaseInQuartic"],["impl Debug for WidgetInstance"],["impl Debug for ButtonHoverBackground"],["impl Debug for Component"],["impl Debug for FlexibleDimension"],["impl Debug for EaseInOutQuintic"],["impl Debug for EaseOutQuintic"],["impl Debug for ButtonBackground"],["impl Debug for EaseOutExponential"],["impl Debug for EaseInCubic"],["impl Debug for EaseOutQuartic"],["impl Debug for Scroll"],["impl<T: Debug> Debug for Dynamic<T>"],["impl Debug for Styles"],["impl Debug for EaseInOutBack"],["impl Debug for Canvas"],["impl Debug for EaseInOutSine"],["impl Debug for Resize"],["impl Debug for ConstraintLimit"],["impl<T: Debug> Debug for DynamicReader<T>"],["impl Debug for EaseInQuintic"],["impl Debug for EaseInBounce"],["impl<'a, T: Debug> Debug for BlockUntilUpdatedFuture<'a, T>"],["impl Debug for Group"],["impl Debug for ManagedWidget"],["impl Debug for TextSize"],["impl Debug for EaseOutBack"],["impl Debug for Style"],["impl Debug for EasingOut"],["impl Debug for Name"],["impl Debug for EaseInBack"],["impl Debug for EaseInCircular"],["impl Debug for Children"],["impl Debug for HighlightColor"],["impl Debug for WidgetRef"],["impl Debug for Dimension"],["impl Debug for AnimationHandle"],["impl Debug for EventHandled"],["impl<T, R> Debug for Callback<T, R>"],["impl<Layers: Debug> Debug for TileMap<Layers>"],["impl Debug for StackDirection"],["impl Debug for EaseInQuadradic"],["impl Debug for EaseOutCircular"],["impl<T: Debug> Debug for Value<T>"],["impl Debug for InputState"],["impl Debug for Generation"],["impl Debug for StackOrientation"],["impl Debug for EasingFunction"],["impl Debug for EaseInOutCircular"],["impl Debug for EaseInOutElastic"],["impl Debug for CustomComponent"],["impl Debug for Align"],["impl Debug for ZeroToOne"],["impl Debug for LineHeight"],["impl Debug for EaseInOutExponential"],["impl Debug for Label"],["impl Debug for Button"],["impl Debug for EaseInElastic"],["impl Debug for EasingIn"],["impl Debug for ComponentName"],["impl Debug for Expand"],["impl Debug for EaseOutBounce"],["impl Debug for EaseOutCubic"],["impl<T: Debug> Debug for Edges<T>"],["impl Debug for Input"],["impl Debug for EaseOutSine"],["impl Debug for Tick"],["impl Debug for EaseInExponential"],["impl Debug for StackDimension"],["impl Debug for PendingWidgetId"],["impl Debug for Easing"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/hash/trait.Hash.js b/main/implementors/core/hash/trait.Hash.js
index ef1e394e0..14a7bbea7 100644
--- a/main/implementors/core/hash/trait.Hash.js
+++ b/main/implementors/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Hash for Name"],["impl Hash for Group"]]
+"gooey":[["impl Hash for Name"],["impl Hash for WidgetId"],["impl Hash for Group"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/marker/trait.Copy.js b/main/implementors/core/marker/trait.Copy.js
index 1e0a31a3e..6b59901fe 100644
--- a/main/implementors/core/marker/trait.Copy.js
+++ b/main/implementors/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Copy for EaseInOutQuadradic"],["impl Copy for EaseOutSine"],["impl Copy for EaseOutQuintic"],["impl Copy for EaseOutCircular"],["impl Copy for EaseOutQuadradic"],["impl Copy for Generation"],["impl Copy for StackOrientation"],["impl Copy for Dimension"],["impl Copy for EaseInQuadradic"],["impl Copy for EaseOutExponential"],["impl Copy for EaseOutElastic"],["impl Copy for EaseInBounce"],["impl Copy for EventHandled"],["impl Copy for TextSize"],["impl Copy for HighlightColor"],["impl Copy for EaseInCircular"],["impl Copy for EaseInExponential"],["impl Copy for EaseInOutQuintic"],["impl Copy for ConstraintLimit"],["impl Copy for Easing"],["impl<T: Copy> Copy for Edges<T>"],["impl Copy for ZeroToOne"],["impl Copy for EaseInOutSine"],["impl Copy for EaseInOutCubic"],["impl Copy for EaseInQuintic"],["impl Copy for EaseInOutQuartic"],["impl Copy for Linear"],["impl Copy for TextColor"],["impl Copy for EaseInOutBack"],["impl Copy for EasingIn"],["impl Copy for EaseInOutCircular"],["impl Copy for EaseOutQuartic"],["impl Copy for EaseOutBack"],["impl Copy for EaseInQuartic"],["impl Copy for EaseInBack"],["impl Copy for EventIgnored"],["impl Copy for EaseOutCubic"],["impl Copy for LineHeight"],["impl Copy for FlexibleDimension"],["impl Copy for IntrinsicPadding"],["impl Copy for EaseInElastic"],["impl Copy for EasingOut"],["impl Copy for ButtonHoverBackground"],["impl Copy for EaseOutBounce"],["impl Copy for ButtonActiveBackground"],["impl Copy for EaseInCubic"],["impl Copy for EaseInOutExponential"],["impl Copy for StackDimension"],["impl Copy for EaseInOutElastic"],["impl Copy for StackDirection"],["impl Copy for ButtonBackground"]]
+"gooey":[["impl Copy for EaseInOutQuadradic"],["impl Copy for EventHandled"],["impl Copy for EaseOutSine"],["impl Copy for EaseOutQuintic"],["impl Copy for EventIgnored"],["impl Copy for EaseOutCircular"],["impl Copy for EaseOutQuadradic"],["impl Copy for Generation"],["impl Copy for StackOrientation"],["impl Copy for Dimension"],["impl Copy for EaseInQuadradic"],["impl Copy for WidgetId"],["impl Copy for EaseOutExponential"],["impl Copy for EaseOutElastic"],["impl Copy for EaseInBounce"],["impl Copy for TextSize"],["impl Copy for HighlightColor"],["impl Copy for EaseInCircular"],["impl Copy for EaseInExponential"],["impl Copy for EaseInOutQuintic"],["impl Copy for ConstraintLimit"],["impl Copy for Easing"],["impl<T: Copy> Copy for Edges<T>"],["impl Copy for ZeroToOne"],["impl Copy for EaseInOutSine"],["impl Copy for EaseInOutCubic"],["impl Copy for EaseInQuintic"],["impl Copy for EaseInOutQuartic"],["impl Copy for Linear"],["impl Copy for TextColor"],["impl Copy for EaseInOutBack"],["impl Copy for EasingIn"],["impl Copy for EaseInOutCircular"],["impl Copy for EaseOutQuartic"],["impl Copy for EaseOutBack"],["impl Copy for EaseInQuartic"],["impl Copy for EaseInBack"],["impl Copy for EaseOutCubic"],["impl Copy for LineHeight"],["impl Copy for FlexibleDimension"],["impl Copy for IntrinsicPadding"],["impl Copy for EaseInElastic"],["impl Copy for EasingOut"],["impl Copy for ButtonHoverBackground"],["impl Copy for EaseOutBounce"],["impl Copy for ButtonActiveBackground"],["impl Copy for EaseInCubic"],["impl Copy for EaseInOutExponential"],["impl Copy for StackDimension"],["impl Copy for EaseInOutElastic"],["impl Copy for StackDirection"],["impl Copy for ButtonBackground"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/marker/trait.Freeze.js b/main/implementors/core/marker/trait.Freeze.js
index b960a7892..8135787b6 100644
--- a/main/implementors/core/marker/trait.Freeze.js
+++ b/main/implementors/core/marker/trait.Freeze.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Freeze for Linear",1,["gooey::animation::easings::Linear"]],["impl Freeze for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl Freeze for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl Freeze for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl Freeze for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl Freeze for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl Freeze for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl Freeze for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl Freeze for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl Freeze for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl Freeze for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl Freeze for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl Freeze for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl Freeze for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl Freeze for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl Freeze for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl Freeze for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl Freeze for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl Freeze for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl Freeze for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl Freeze for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl Freeze for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl Freeze for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl Freeze for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl Freeze for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl Freeze for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl Freeze for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl Freeze for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl Freeze for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> Freeze for DynamicTransition<T>where\n T: Freeze,",1,["gooey::animation::DynamicTransition"]],["impl<T> Freeze for TransitioningDynamic<T>where\n T: Freeze,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> Freeze for Animation<Target, Easing>where\n Easing: Freeze,\n Target: Freeze,",1,["gooey::animation::Animation"]],["impl Freeze for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> Freeze for RunningAnimation<T, Easing>where\n Easing: Freeze,\n T: Freeze,",1,["gooey::animation::RunningAnimation"]],["impl Freeze for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> Freeze for Chain<A, B>where\n A: Freeze,\n B: Freeze,",1,["gooey::animation::Chain"]],["impl<A, B> Freeze for RunningChain<A, B>where\n B: Freeze,\n <A as IntoAnimate>::Animate: Freeze,\n <B as IntoAnimate>::Animate: Freeze,",1,["gooey::animation::RunningChain"]],["impl<A> Freeze for OnCompleteAnimation<A>where\n A: Freeze,",1,["gooey::animation::OnCompleteAnimation"]],["impl Freeze for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl Freeze for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> Freeze for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> Freeze for Exclusive<'a, T>where\n T: Freeze,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Freeze for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Freeze for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> Freeze for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> Freeze for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl Freeze for Name",1,["gooey::names::Name"]],["impl Freeze for TextSize",1,["gooey::styles::components::TextSize"]],["impl Freeze for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl Freeze for TextColor",1,["gooey::styles::components::TextColor"]],["impl Freeze for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl Freeze for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl Freeze for Easing",1,["gooey::styles::components::Easing"]],["impl Freeze for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl Freeze for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl Freeze for Styles",1,["gooey::styles::Styles"]],["impl Freeze for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl Freeze for Component",1,["gooey::styles::Component"]],["impl Freeze for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl Freeze for Dimension",1,["gooey::styles::Dimension"]],["impl Freeze for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl Freeze for Group",1,["gooey::styles::Group"]],["impl Freeze for Global",1,["gooey::styles::Global"]],["impl Freeze for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> Freeze for Edges<T>where\n T: Freeze,",1,["gooey::styles::Edges"]],["impl Freeze for Tick",1,["gooey::tick::Tick"]],["impl Freeze for InputState",1,["gooey::tick::InputState"]],["impl<T> Freeze for Dynamic<T>",1,["gooey::value::Dynamic"]],["impl<T> Freeze for DynamicReader<T>",1,["gooey::value::DynamicReader"]],["impl<'a, T> Freeze for BlockUntilUpdatedFuture<'a, T>",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl Freeze for Generation",1,["gooey::value::Generation"]],["impl<T> Freeze for Value<T>where\n T: Freeze,",1,["gooey::value::Value"]],["impl Freeze for EventHandled",1,["gooey::widget::EventHandled"]],["impl Freeze for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl Freeze for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T, R> Freeze for Callback<T, R>",1,["gooey::widget::Callback"]],["impl Freeze for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> Freeze for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl Freeze for Children",1,["gooey::widget::Children"]],["impl Freeze for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl Freeze for Align",1,["gooey::widgets::align::Align"]],["impl Freeze for Button",1,["gooey::widgets::button::Button"]],["impl Freeze for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl Freeze for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl Freeze for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl Freeze for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl Freeze for Expand",1,["gooey::widgets::expand::Expand"]],["impl Freeze for Input",1,["gooey::widgets::input::Input"]],["impl Freeze for Label",1,["gooey::widgets::label::Label"]],["impl Freeze for Resize",1,["gooey::widgets::resize::Resize"]],["impl Freeze for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl Freeze for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl Freeze for Stack",1,["gooey::widgets::stack::Stack"]],["impl Freeze for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl Freeze for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl Freeze for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl Freeze for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> Freeze for TileMap<Layers>where\n Layers: Freeze,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> Freeze for Window<Behavior>where\n <Behavior as WindowBehavior>::Context: Freeze,",1,["gooey::window::Window"]],["impl Freeze for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
+"gooey":[["impl Freeze for Linear",1,["gooey::animation::easings::Linear"]],["impl Freeze for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl Freeze for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl Freeze for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl Freeze for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl Freeze for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl Freeze for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl Freeze for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl Freeze for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl Freeze for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl Freeze for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl Freeze for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl Freeze for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl Freeze for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl Freeze for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl Freeze for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl Freeze for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl Freeze for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl Freeze for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl Freeze for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl Freeze for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl Freeze for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl Freeze for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl Freeze for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl Freeze for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl Freeze for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl Freeze for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl Freeze for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl Freeze for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> Freeze for DynamicTransition<T>where\n T: Freeze,",1,["gooey::animation::DynamicTransition"]],["impl<T> Freeze for TransitioningDynamic<T>where\n T: Freeze,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> Freeze for Animation<Target, Easing>where\n Easing: Freeze,\n Target: Freeze,",1,["gooey::animation::Animation"]],["impl Freeze for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> Freeze for RunningAnimation<T, Easing>where\n Easing: Freeze,\n T: Freeze,",1,["gooey::animation::RunningAnimation"]],["impl Freeze for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> Freeze for Chain<A, B>where\n A: Freeze,\n B: Freeze,",1,["gooey::animation::Chain"]],["impl<A, B> Freeze for RunningChain<A, B>where\n B: Freeze,\n <A as IntoAnimate>::Animate: Freeze,\n <B as IntoAnimate>::Animate: Freeze,",1,["gooey::animation::RunningChain"]],["impl<A> Freeze for OnCompleteAnimation<A>where\n A: Freeze,",1,["gooey::animation::OnCompleteAnimation"]],["impl Freeze for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl Freeze for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> Freeze for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> Freeze for Exclusive<'a, T>where\n T: Freeze,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Freeze for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Freeze for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> Freeze for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> Freeze for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl Freeze for Name",1,["gooey::names::Name"]],["impl Freeze for TextSize",1,["gooey::styles::components::TextSize"]],["impl Freeze for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl Freeze for TextColor",1,["gooey::styles::components::TextColor"]],["impl Freeze for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl Freeze for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl Freeze for Easing",1,["gooey::styles::components::Easing"]],["impl Freeze for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl Freeze for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl Freeze for Styles",1,["gooey::styles::Styles"]],["impl Freeze for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl Freeze for Component",1,["gooey::styles::Component"]],["impl Freeze for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl Freeze for Dimension",1,["gooey::styles::Dimension"]],["impl Freeze for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl Freeze for Group",1,["gooey::styles::Group"]],["impl Freeze for Global",1,["gooey::styles::Global"]],["impl Freeze for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> Freeze for Edges<T>where\n T: Freeze,",1,["gooey::styles::Edges"]],["impl Freeze for Tick",1,["gooey::tick::Tick"]],["impl Freeze for InputState",1,["gooey::tick::InputState"]],["impl<T> Freeze for Dynamic<T>",1,["gooey::value::Dynamic"]],["impl<T> Freeze for DynamicReader<T>",1,["gooey::value::DynamicReader"]],["impl<'a, T> Freeze for BlockUntilUpdatedFuture<'a, T>",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl Freeze for Generation",1,["gooey::value::Generation"]],["impl<T> Freeze for Value<T>where\n T: Freeze,",1,["gooey::value::Value"]],["impl Freeze for EventHandled",1,["gooey::widget::EventHandled"]],["impl Freeze for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl Freeze for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T, R> Freeze for Callback<T, R>",1,["gooey::widget::Callback"]],["impl Freeze for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> Freeze for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl Freeze for Children",1,["gooey::widget::Children"]],["impl Freeze for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl Freeze for WidgetId",1,["gooey::widget::WidgetId"]],["impl Freeze for PendingWidgetId",1,["gooey::widget::PendingWidgetId"]],["impl Freeze for Align",1,["gooey::widgets::align::Align"]],["impl Freeze for Button",1,["gooey::widgets::button::Button"]],["impl Freeze for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl Freeze for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl Freeze for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl Freeze for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl Freeze for Expand",1,["gooey::widgets::expand::Expand"]],["impl Freeze for Input",1,["gooey::widgets::input::Input"]],["impl Freeze for Label",1,["gooey::widgets::label::Label"]],["impl Freeze for Resize",1,["gooey::widgets::resize::Resize"]],["impl Freeze for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl Freeze for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl Freeze for Stack",1,["gooey::widgets::stack::Stack"]],["impl Freeze for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl Freeze for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl Freeze for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl Freeze for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> Freeze for TileMap<Layers>where\n Layers: Freeze,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> Freeze for Window<Behavior>where\n <Behavior as WindowBehavior>::Context: Freeze,",1,["gooey::window::Window"]],["impl Freeze for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/marker/trait.Send.js b/main/implementors/core/marker/trait.Send.js
index f73efee42..efdba33b5 100644
--- a/main/implementors/core/marker/trait.Send.js
+++ b/main/implementors/core/marker/trait.Send.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Send for Linear",1,["gooey::animation::easings::Linear"]],["impl Send for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl Send for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl Send for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl Send for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl Send for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl Send for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl Send for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl Send for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl Send for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl Send for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl Send for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl Send for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl Send for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl Send for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl Send for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl Send for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl Send for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl Send for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl Send for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl Send for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl Send for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl Send for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl Send for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl Send for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl Send for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl Send for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl Send for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl Send for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> Send for DynamicTransition<T>where\n T: Send,",1,["gooey::animation::DynamicTransition"]],["impl<T> Send for TransitioningDynamic<T>where\n T: Send,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> Send for Animation<Target, Easing>where\n Easing: Send,",1,["gooey::animation::Animation"]],["impl Send for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> Send for RunningAnimation<T, Easing>where\n Easing: Send,\n T: Send,",1,["gooey::animation::RunningAnimation"]],["impl Send for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> Send for Chain<A, B>",1,["gooey::animation::Chain"]],["impl<A, B> Send for RunningChain<A, B>",1,["gooey::animation::RunningChain"]],["impl<A> Send for OnCompleteAnimation<A>where\n A: Send,",1,["gooey::animation::OnCompleteAnimation"]],["impl Send for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl Send for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> Send for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> Send for Exclusive<'a, T>where\n T: Send,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Send for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Send for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> Send for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> Send for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl Send for Name",1,["gooey::names::Name"]],["impl Send for TextSize",1,["gooey::styles::components::TextSize"]],["impl Send for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl Send for TextColor",1,["gooey::styles::components::TextColor"]],["impl Send for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl Send for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl Send for Easing",1,["gooey::styles::components::Easing"]],["impl Send for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl Send for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl Send for Styles",1,["gooey::styles::Styles"]],["impl Send for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl Send for Component",1,["gooey::styles::Component"]],["impl Send for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl Send for Dimension",1,["gooey::styles::Dimension"]],["impl Send for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl Send for Group",1,["gooey::styles::Group"]],["impl Send for Global",1,["gooey::styles::Global"]],["impl Send for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> Send for Edges<T>where\n T: Send,",1,["gooey::styles::Edges"]],["impl Send for Tick",1,["gooey::tick::Tick"]],["impl Send for InputState",1,["gooey::tick::InputState"]],["impl<T> Send for Dynamic<T>where\n T: Send,",1,["gooey::value::Dynamic"]],["impl<T> Send for DynamicReader<T>where\n T: Send,",1,["gooey::value::DynamicReader"]],["impl<'a, T> Send for BlockUntilUpdatedFuture<'a, T>where\n T: Send,",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl Send for Generation",1,["gooey::value::Generation"]],["impl<T> Send for Value<T>where\n T: Send,",1,["gooey::value::Value"]],["impl Send for EventHandled",1,["gooey::widget::EventHandled"]],["impl Send for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl Send for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T, R> Send for Callback<T, R>",1,["gooey::widget::Callback"]],["impl Send for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> !Send for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl Send for Children",1,["gooey::widget::Children"]],["impl Send for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl Send for Align",1,["gooey::widgets::align::Align"]],["impl Send for Button",1,["gooey::widgets::button::Button"]],["impl Send for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl Send for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl Send for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl Send for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl Send for Expand",1,["gooey::widgets::expand::Expand"]],["impl Send for Input",1,["gooey::widgets::input::Input"]],["impl Send for Label",1,["gooey::widgets::label::Label"]],["impl Send for Resize",1,["gooey::widgets::resize::Resize"]],["impl Send for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl Send for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl Send for Stack",1,["gooey::widgets::stack::Stack"]],["impl Send for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl Send for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl Send for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl Send for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> Send for TileMap<Layers>where\n Layers: Send,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> Send for Window<Behavior>",1,["gooey::window::Window"]],["impl Send for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
+"gooey":[["impl Send for Linear",1,["gooey::animation::easings::Linear"]],["impl Send for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl Send for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl Send for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl Send for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl Send for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl Send for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl Send for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl Send for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl Send for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl Send for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl Send for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl Send for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl Send for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl Send for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl Send for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl Send for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl Send for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl Send for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl Send for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl Send for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl Send for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl Send for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl Send for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl Send for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl Send for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl Send for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl Send for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl Send for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> Send for DynamicTransition<T>where\n T: Send,",1,["gooey::animation::DynamicTransition"]],["impl<T> Send for TransitioningDynamic<T>where\n T: Send,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> Send for Animation<Target, Easing>where\n Easing: Send,",1,["gooey::animation::Animation"]],["impl Send for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> Send for RunningAnimation<T, Easing>where\n Easing: Send,\n T: Send,",1,["gooey::animation::RunningAnimation"]],["impl Send for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> Send for Chain<A, B>",1,["gooey::animation::Chain"]],["impl<A, B> Send for RunningChain<A, B>",1,["gooey::animation::RunningChain"]],["impl<A> Send for OnCompleteAnimation<A>where\n A: Send,",1,["gooey::animation::OnCompleteAnimation"]],["impl Send for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl Send for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> Send for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> Send for Exclusive<'a, T>where\n T: Send,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Send for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Send for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> Send for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> Send for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl Send for Name",1,["gooey::names::Name"]],["impl Send for TextSize",1,["gooey::styles::components::TextSize"]],["impl Send for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl Send for TextColor",1,["gooey::styles::components::TextColor"]],["impl Send for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl Send for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl Send for Easing",1,["gooey::styles::components::Easing"]],["impl Send for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl Send for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl Send for Styles",1,["gooey::styles::Styles"]],["impl Send for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl Send for Component",1,["gooey::styles::Component"]],["impl Send for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl Send for Dimension",1,["gooey::styles::Dimension"]],["impl Send for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl Send for Group",1,["gooey::styles::Group"]],["impl Send for Global",1,["gooey::styles::Global"]],["impl Send for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> Send for Edges<T>where\n T: Send,",1,["gooey::styles::Edges"]],["impl Send for Tick",1,["gooey::tick::Tick"]],["impl Send for InputState",1,["gooey::tick::InputState"]],["impl<T> Send for Dynamic<T>where\n T: Send,",1,["gooey::value::Dynamic"]],["impl<T> Send for DynamicReader<T>where\n T: Send,",1,["gooey::value::DynamicReader"]],["impl<'a, T> Send for BlockUntilUpdatedFuture<'a, T>where\n T: Send,",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl Send for Generation",1,["gooey::value::Generation"]],["impl<T> Send for Value<T>where\n T: Send,",1,["gooey::value::Value"]],["impl Send for EventHandled",1,["gooey::widget::EventHandled"]],["impl Send for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl Send for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T, R> Send for Callback<T, R>",1,["gooey::widget::Callback"]],["impl Send for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> !Send for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl Send for Children",1,["gooey::widget::Children"]],["impl Send for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl Send for WidgetId",1,["gooey::widget::WidgetId"]],["impl Send for PendingWidgetId",1,["gooey::widget::PendingWidgetId"]],["impl Send for Align",1,["gooey::widgets::align::Align"]],["impl Send for Button",1,["gooey::widgets::button::Button"]],["impl Send for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl Send for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl Send for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl Send for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl Send for Expand",1,["gooey::widgets::expand::Expand"]],["impl Send for Input",1,["gooey::widgets::input::Input"]],["impl Send for Label",1,["gooey::widgets::label::Label"]],["impl Send for Resize",1,["gooey::widgets::resize::Resize"]],["impl Send for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl Send for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl Send for Stack",1,["gooey::widgets::stack::Stack"]],["impl Send for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl Send for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl Send for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl Send for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> Send for TileMap<Layers>where\n Layers: Send,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> Send for Window<Behavior>",1,["gooey::window::Window"]],["impl Send for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/marker/trait.StructuralEq.js b/main/implementors/core/marker/trait.StructuralEq.js
index 92af884dd..6b295a28d 100644
--- a/main/implementors/core/marker/trait.StructuralEq.js
+++ b/main/implementors/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl StructuralEq for StackDirection"],["impl StructuralEq for Easing"],["impl StructuralEq for ButtonHoverBackground"],["impl StructuralEq for EventIgnored"],["impl StructuralEq for ComponentName"],["impl StructuralEq for EventHandled"],["impl StructuralEq for EasingIn"],["impl StructuralEq for Group"],["impl StructuralEq for ButtonActiveBackground"],["impl StructuralEq for LineHeight"],["impl StructuralEq for Name"],["impl StructuralEq for ConstraintLimit"],["impl StructuralEq for ButtonBackground"],["impl StructuralEq for TextSize"],["impl StructuralEq for Generation"],["impl StructuralEq for TextColor"],["impl StructuralEq for StackOrientation"],["impl StructuralEq for EasingOut"],["impl StructuralEq for IntrinsicPadding"],["impl StructuralEq for HighlightColor"]]
+"gooey":[["impl StructuralEq for StackDirection"],["impl StructuralEq for Easing"],["impl StructuralEq for ButtonHoverBackground"],["impl StructuralEq for WidgetId"],["impl StructuralEq for ComponentName"],["impl StructuralEq for EasingIn"],["impl StructuralEq for PendingWidgetId"],["impl StructuralEq for Group"],["impl StructuralEq for ButtonActiveBackground"],["impl StructuralEq for LineHeight"],["impl StructuralEq for Name"],["impl StructuralEq for ConstraintLimit"],["impl StructuralEq for ButtonBackground"],["impl StructuralEq for TextSize"],["impl StructuralEq for Generation"],["impl StructuralEq for TextColor"],["impl StructuralEq for StackOrientation"],["impl StructuralEq for EasingOut"],["impl StructuralEq for EventIgnored"],["impl StructuralEq for IntrinsicPadding"],["impl StructuralEq for EventHandled"],["impl StructuralEq for HighlightColor"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/marker/trait.StructuralPartialEq.js b/main/implementors/core/marker/trait.StructuralPartialEq.js
index f71188a62..eeb77fa1c 100644
--- a/main/implementors/core/marker/trait.StructuralPartialEq.js
+++ b/main/implementors/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl StructuralPartialEq for IntrinsicPadding"],["impl StructuralPartialEq for StackOrientation"],["impl StructuralPartialEq for ButtonActiveBackground"],["impl StructuralPartialEq for EventIgnored"],["impl StructuralPartialEq for StackDirection"],["impl StructuralPartialEq for TextSize"],["impl StructuralPartialEq for ButtonBackground"],["impl StructuralPartialEq for ComponentName"],["impl StructuralPartialEq for EasingIn"],["impl StructuralPartialEq for HighlightColor"],["impl StructuralPartialEq for EventHandled"],["impl StructuralPartialEq for ButtonHoverBackground"],["impl StructuralPartialEq for Generation"],["impl StructuralPartialEq for TextColor"],["impl StructuralPartialEq for LineHeight"],["impl StructuralPartialEq for Group"],["impl StructuralPartialEq for EasingOut"],["impl StructuralPartialEq for Name"],["impl StructuralPartialEq for ConstraintLimit"],["impl StructuralPartialEq for Easing"]]
+"gooey":[["impl StructuralPartialEq for IntrinsicPadding"],["impl StructuralPartialEq for StackOrientation"],["impl StructuralPartialEq for ButtonActiveBackground"],["impl StructuralPartialEq for EventHandled"],["impl StructuralPartialEq for StackDirection"],["impl StructuralPartialEq for TextSize"],["impl StructuralPartialEq for ButtonBackground"],["impl StructuralPartialEq for ComponentName"],["impl StructuralPartialEq for EasingIn"],["impl StructuralPartialEq for HighlightColor"],["impl StructuralPartialEq for ButtonHoverBackground"],["impl StructuralPartialEq for Generation"],["impl StructuralPartialEq for TextColor"],["impl StructuralPartialEq for LineHeight"],["impl StructuralPartialEq for Group"],["impl StructuralPartialEq for EasingOut"],["impl StructuralPartialEq for Name"],["impl StructuralPartialEq for EventIgnored"],["impl StructuralPartialEq for ConstraintLimit"],["impl StructuralPartialEq for PendingWidgetId"],["impl StructuralPartialEq for Easing"],["impl StructuralPartialEq for WidgetId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/marker/trait.Sync.js b/main/implementors/core/marker/trait.Sync.js
index 8a5d7684c..205cf7c34 100644
--- a/main/implementors/core/marker/trait.Sync.js
+++ b/main/implementors/core/marker/trait.Sync.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Sync for Linear",1,["gooey::animation::easings::Linear"]],["impl Sync for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl Sync for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl Sync for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl Sync for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl Sync for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl Sync for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl Sync for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl Sync for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl Sync for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl Sync for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl Sync for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl Sync for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl Sync for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl Sync for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl Sync for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl Sync for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl Sync for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl Sync for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl Sync for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl Sync for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl Sync for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl Sync for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl Sync for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl Sync for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl Sync for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl Sync for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl Sync for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl Sync for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> Sync for DynamicTransition<T>where\n T: Send + Sync,",1,["gooey::animation::DynamicTransition"]],["impl<T> Sync for TransitioningDynamic<T>where\n T: Send + Sync,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> Sync for Animation<Target, Easing>where\n Easing: Sync,",1,["gooey::animation::Animation"]],["impl Sync for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> Sync for RunningAnimation<T, Easing>where\n Easing: Sync,\n T: Sync,",1,["gooey::animation::RunningAnimation"]],["impl Sync for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> Sync for Chain<A, B>",1,["gooey::animation::Chain"]],["impl<A, B> Sync for RunningChain<A, B>",1,["gooey::animation::RunningChain"]],["impl<A> Sync for OnCompleteAnimation<A>where\n A: Sync,",1,["gooey::animation::OnCompleteAnimation"]],["impl Sync for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl Sync for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> !Sync for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> Sync for Exclusive<'a, T>where\n T: Sync,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !Sync for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !Sync for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> !Sync for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> Sync for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl Sync for Name",1,["gooey::names::Name"]],["impl Sync for TextSize",1,["gooey::styles::components::TextSize"]],["impl Sync for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl Sync for TextColor",1,["gooey::styles::components::TextColor"]],["impl Sync for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl Sync for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl Sync for Easing",1,["gooey::styles::components::Easing"]],["impl Sync for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl Sync for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl Sync for Styles",1,["gooey::styles::Styles"]],["impl Sync for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl Sync for Component",1,["gooey::styles::Component"]],["impl Sync for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl Sync for Dimension",1,["gooey::styles::Dimension"]],["impl Sync for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl Sync for Group",1,["gooey::styles::Group"]],["impl Sync for Global",1,["gooey::styles::Global"]],["impl Sync for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> Sync for Edges<T>where\n T: Sync,",1,["gooey::styles::Edges"]],["impl Sync for Tick",1,["gooey::tick::Tick"]],["impl Sync for InputState",1,["gooey::tick::InputState"]],["impl<T> Sync for Dynamic<T>where\n T: Send,",1,["gooey::value::Dynamic"]],["impl<T> Sync for DynamicReader<T>where\n T: Send,",1,["gooey::value::DynamicReader"]],["impl<'a, T> Sync for BlockUntilUpdatedFuture<'a, T>where\n T: Send,",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl Sync for Generation",1,["gooey::value::Generation"]],["impl<T> Sync for Value<T>where\n T: Send + Sync,",1,["gooey::value::Value"]],["impl Sync for EventHandled",1,["gooey::widget::EventHandled"]],["impl Sync for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl Sync for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T = (), R = ()> !Sync for Callback<T, R>",1,["gooey::widget::Callback"]],["impl Sync for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> !Sync for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl Sync for Children",1,["gooey::widget::Children"]],["impl Sync for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl Sync for Align",1,["gooey::widgets::align::Align"]],["impl !Sync for Button",1,["gooey::widgets::button::Button"]],["impl Sync for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl Sync for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl Sync for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl !Sync for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl Sync for Expand",1,["gooey::widgets::expand::Expand"]],["impl !Sync for Input",1,["gooey::widgets::input::Input"]],["impl Sync for Label",1,["gooey::widgets::label::Label"]],["impl Sync for Resize",1,["gooey::widgets::resize::Resize"]],["impl Sync for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl Sync for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl Sync for Stack",1,["gooey::widgets::stack::Stack"]],["impl Sync for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl Sync for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl Sync for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl Sync for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> Sync for TileMap<Layers>where\n Layers: Send + Sync,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> Sync for Window<Behavior>where\n <Behavior as WindowBehavior>::Context: Sync,",1,["gooey::window::Window"]],["impl Sync for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
+"gooey":[["impl Sync for Linear",1,["gooey::animation::easings::Linear"]],["impl Sync for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl Sync for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl Sync for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl Sync for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl Sync for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl Sync for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl Sync for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl Sync for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl Sync for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl Sync for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl Sync for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl Sync for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl Sync for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl Sync for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl Sync for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl Sync for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl Sync for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl Sync for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl Sync for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl Sync for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl Sync for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl Sync for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl Sync for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl Sync for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl Sync for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl Sync for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl Sync for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl Sync for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> Sync for DynamicTransition<T>where\n T: Send + Sync,",1,["gooey::animation::DynamicTransition"]],["impl<T> Sync for TransitioningDynamic<T>where\n T: Send + Sync,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> Sync for Animation<Target, Easing>where\n Easing: Sync,",1,["gooey::animation::Animation"]],["impl Sync for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> Sync for RunningAnimation<T, Easing>where\n Easing: Sync,\n T: Sync,",1,["gooey::animation::RunningAnimation"]],["impl Sync for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> Sync for Chain<A, B>",1,["gooey::animation::Chain"]],["impl<A, B> Sync for RunningChain<A, B>",1,["gooey::animation::RunningChain"]],["impl<A> Sync for OnCompleteAnimation<A>where\n A: Sync,",1,["gooey::animation::OnCompleteAnimation"]],["impl Sync for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl Sync for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> !Sync for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> Sync for Exclusive<'a, T>where\n T: Sync,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !Sync for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !Sync for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> !Sync for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> Sync for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl Sync for Name",1,["gooey::names::Name"]],["impl Sync for TextSize",1,["gooey::styles::components::TextSize"]],["impl Sync for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl Sync for TextColor",1,["gooey::styles::components::TextColor"]],["impl Sync for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl Sync for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl Sync for Easing",1,["gooey::styles::components::Easing"]],["impl Sync for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl Sync for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl Sync for Styles",1,["gooey::styles::Styles"]],["impl Sync for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl Sync for Component",1,["gooey::styles::Component"]],["impl Sync for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl Sync for Dimension",1,["gooey::styles::Dimension"]],["impl Sync for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl Sync for Group",1,["gooey::styles::Group"]],["impl Sync for Global",1,["gooey::styles::Global"]],["impl Sync for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> Sync for Edges<T>where\n T: Sync,",1,["gooey::styles::Edges"]],["impl Sync for Tick",1,["gooey::tick::Tick"]],["impl Sync for InputState",1,["gooey::tick::InputState"]],["impl<T> Sync for Dynamic<T>where\n T: Send,",1,["gooey::value::Dynamic"]],["impl<T> Sync for DynamicReader<T>where\n T: Send,",1,["gooey::value::DynamicReader"]],["impl<'a, T> Sync for BlockUntilUpdatedFuture<'a, T>where\n T: Send,",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl Sync for Generation",1,["gooey::value::Generation"]],["impl<T> Sync for Value<T>where\n T: Send + Sync,",1,["gooey::value::Value"]],["impl Sync for EventHandled",1,["gooey::widget::EventHandled"]],["impl Sync for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl Sync for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T = (), R = ()> !Sync for Callback<T, R>",1,["gooey::widget::Callback"]],["impl Sync for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> !Sync for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl Sync for Children",1,["gooey::widget::Children"]],["impl Sync for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl Sync for WidgetId",1,["gooey::widget::WidgetId"]],["impl Sync for PendingWidgetId",1,["gooey::widget::PendingWidgetId"]],["impl Sync for Align",1,["gooey::widgets::align::Align"]],["impl !Sync for Button",1,["gooey::widgets::button::Button"]],["impl Sync for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl Sync for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl Sync for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl !Sync for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl Sync for Expand",1,["gooey::widgets::expand::Expand"]],["impl !Sync for Input",1,["gooey::widgets::input::Input"]],["impl Sync for Label",1,["gooey::widgets::label::Label"]],["impl Sync for Resize",1,["gooey::widgets::resize::Resize"]],["impl Sync for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl Sync for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl Sync for Stack",1,["gooey::widgets::stack::Stack"]],["impl Sync for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl Sync for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl Sync for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl Sync for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> Sync for TileMap<Layers>where\n Layers: Send + Sync,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> Sync for Window<Behavior>where\n <Behavior as WindowBehavior>::Context: Sync,",1,["gooey::window::Window"]],["impl Sync for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/marker/trait.Unpin.js b/main/implementors/core/marker/trait.Unpin.js
index aad4d95df..c5fdf3cf5 100644
--- a/main/implementors/core/marker/trait.Unpin.js
+++ b/main/implementors/core/marker/trait.Unpin.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl Unpin for Linear",1,["gooey::animation::easings::Linear"]],["impl Unpin for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl Unpin for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl Unpin for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl Unpin for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl Unpin for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl Unpin for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl Unpin for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl Unpin for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl Unpin for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl Unpin for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl Unpin for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl Unpin for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl Unpin for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl Unpin for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl Unpin for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl Unpin for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl Unpin for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl Unpin for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl Unpin for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl Unpin for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl Unpin for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl Unpin for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl Unpin for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl Unpin for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl Unpin for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl Unpin for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl Unpin for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl Unpin for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> Unpin for DynamicTransition<T>where\n T: Unpin,",1,["gooey::animation::DynamicTransition"]],["impl<T> Unpin for TransitioningDynamic<T>where\n T: Unpin,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> Unpin for Animation<Target, Easing>where\n Easing: Unpin,\n Target: Unpin,",1,["gooey::animation::Animation"]],["impl Unpin for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> Unpin for RunningAnimation<T, Easing>where\n Easing: Unpin,\n T: Unpin,",1,["gooey::animation::RunningAnimation"]],["impl Unpin for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> Unpin for Chain<A, B>where\n A: Unpin,\n B: Unpin,",1,["gooey::animation::Chain"]],["impl<A, B> Unpin for RunningChain<A, B>where\n B: Unpin,\n <A as IntoAnimate>::Animate: Unpin,\n <B as IntoAnimate>::Animate: Unpin,",1,["gooey::animation::RunningChain"]],["impl<A> Unpin for OnCompleteAnimation<A>where\n A: Unpin,",1,["gooey::animation::OnCompleteAnimation"]],["impl Unpin for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl Unpin for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> Unpin for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> Unpin for Exclusive<'a, T>where\n T: Unpin,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Unpin for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Unpin for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> Unpin for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> Unpin for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl Unpin for Name",1,["gooey::names::Name"]],["impl Unpin for TextSize",1,["gooey::styles::components::TextSize"]],["impl Unpin for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl Unpin for TextColor",1,["gooey::styles::components::TextColor"]],["impl Unpin for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl Unpin for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl Unpin for Easing",1,["gooey::styles::components::Easing"]],["impl Unpin for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl Unpin for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl Unpin for Styles",1,["gooey::styles::Styles"]],["impl Unpin for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl Unpin for Component",1,["gooey::styles::Component"]],["impl Unpin for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl Unpin for Dimension",1,["gooey::styles::Dimension"]],["impl Unpin for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl Unpin for Group",1,["gooey::styles::Group"]],["impl Unpin for Global",1,["gooey::styles::Global"]],["impl Unpin for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> Unpin for Edges<T>where\n T: Unpin,",1,["gooey::styles::Edges"]],["impl Unpin for Tick",1,["gooey::tick::Tick"]],["impl Unpin for InputState",1,["gooey::tick::InputState"]],["impl<T> Unpin for Dynamic<T>",1,["gooey::value::Dynamic"]],["impl<T> Unpin for DynamicReader<T>",1,["gooey::value::DynamicReader"]],["impl<'a, T> Unpin for BlockUntilUpdatedFuture<'a, T>",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl Unpin for Generation",1,["gooey::value::Generation"]],["impl<T> Unpin for Value<T>where\n T: Unpin,",1,["gooey::value::Value"]],["impl Unpin for EventHandled",1,["gooey::widget::EventHandled"]],["impl Unpin for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl Unpin for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T, R> Unpin for Callback<T, R>",1,["gooey::widget::Callback"]],["impl Unpin for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> Unpin for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl Unpin for Children",1,["gooey::widget::Children"]],["impl Unpin for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl Unpin for Align",1,["gooey::widgets::align::Align"]],["impl Unpin for Button",1,["gooey::widgets::button::Button"]],["impl Unpin for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl Unpin for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl Unpin for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl Unpin for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl Unpin for Expand",1,["gooey::widgets::expand::Expand"]],["impl Unpin for Input",1,["gooey::widgets::input::Input"]],["impl Unpin for Label",1,["gooey::widgets::label::Label"]],["impl Unpin for Resize",1,["gooey::widgets::resize::Resize"]],["impl Unpin for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl Unpin for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl Unpin for Stack",1,["gooey::widgets::stack::Stack"]],["impl Unpin for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl Unpin for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl Unpin for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl Unpin for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> Unpin for TileMap<Layers>where\n Layers: Unpin,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> Unpin for Window<Behavior>where\n <Behavior as WindowBehavior>::Context: Unpin,",1,["gooey::window::Window"]],["impl Unpin for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
+"gooey":[["impl Unpin for Linear",1,["gooey::animation::easings::Linear"]],["impl Unpin for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl Unpin for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl Unpin for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl Unpin for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl Unpin for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl Unpin for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl Unpin for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl Unpin for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl Unpin for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl Unpin for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl Unpin for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl Unpin for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl Unpin for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl Unpin for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl Unpin for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl Unpin for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl Unpin for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl Unpin for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl Unpin for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl Unpin for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl Unpin for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl Unpin for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl Unpin for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl Unpin for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl Unpin for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl Unpin for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl Unpin for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl Unpin for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> Unpin for DynamicTransition<T>where\n T: Unpin,",1,["gooey::animation::DynamicTransition"]],["impl<T> Unpin for TransitioningDynamic<T>where\n T: Unpin,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> Unpin for Animation<Target, Easing>where\n Easing: Unpin,\n Target: Unpin,",1,["gooey::animation::Animation"]],["impl Unpin for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> Unpin for RunningAnimation<T, Easing>where\n Easing: Unpin,\n T: Unpin,",1,["gooey::animation::RunningAnimation"]],["impl Unpin for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> Unpin for Chain<A, B>where\n A: Unpin,\n B: Unpin,",1,["gooey::animation::Chain"]],["impl<A, B> Unpin for RunningChain<A, B>where\n B: Unpin,\n <A as IntoAnimate>::Animate: Unpin,\n <B as IntoAnimate>::Animate: Unpin,",1,["gooey::animation::RunningChain"]],["impl<A> Unpin for OnCompleteAnimation<A>where\n A: Unpin,",1,["gooey::animation::OnCompleteAnimation"]],["impl Unpin for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl Unpin for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> Unpin for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> Unpin for Exclusive<'a, T>where\n T: Unpin,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Unpin for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> Unpin for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> Unpin for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> Unpin for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl Unpin for Name",1,["gooey::names::Name"]],["impl Unpin for TextSize",1,["gooey::styles::components::TextSize"]],["impl Unpin for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl Unpin for TextColor",1,["gooey::styles::components::TextColor"]],["impl Unpin for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl Unpin for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl Unpin for Easing",1,["gooey::styles::components::Easing"]],["impl Unpin for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl Unpin for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl Unpin for Styles",1,["gooey::styles::Styles"]],["impl Unpin for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl Unpin for Component",1,["gooey::styles::Component"]],["impl Unpin for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl Unpin for Dimension",1,["gooey::styles::Dimension"]],["impl Unpin for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl Unpin for Group",1,["gooey::styles::Group"]],["impl Unpin for Global",1,["gooey::styles::Global"]],["impl Unpin for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> Unpin for Edges<T>where\n T: Unpin,",1,["gooey::styles::Edges"]],["impl Unpin for Tick",1,["gooey::tick::Tick"]],["impl Unpin for InputState",1,["gooey::tick::InputState"]],["impl<T> Unpin for Dynamic<T>",1,["gooey::value::Dynamic"]],["impl<T> Unpin for DynamicReader<T>",1,["gooey::value::DynamicReader"]],["impl<'a, T> Unpin for BlockUntilUpdatedFuture<'a, T>",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl Unpin for Generation",1,["gooey::value::Generation"]],["impl<T> Unpin for Value<T>where\n T: Unpin,",1,["gooey::value::Value"]],["impl Unpin for EventHandled",1,["gooey::widget::EventHandled"]],["impl Unpin for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl Unpin for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T, R> Unpin for Callback<T, R>",1,["gooey::widget::Callback"]],["impl Unpin for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> Unpin for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl Unpin for Children",1,["gooey::widget::Children"]],["impl Unpin for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl Unpin for WidgetId",1,["gooey::widget::WidgetId"]],["impl Unpin for PendingWidgetId",1,["gooey::widget::PendingWidgetId"]],["impl Unpin for Align",1,["gooey::widgets::align::Align"]],["impl Unpin for Button",1,["gooey::widgets::button::Button"]],["impl Unpin for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl Unpin for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl Unpin for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl Unpin for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl Unpin for Expand",1,["gooey::widgets::expand::Expand"]],["impl Unpin for Input",1,["gooey::widgets::input::Input"]],["impl Unpin for Label",1,["gooey::widgets::label::Label"]],["impl Unpin for Resize",1,["gooey::widgets::resize::Resize"]],["impl Unpin for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl Unpin for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl Unpin for Stack",1,["gooey::widgets::stack::Stack"]],["impl Unpin for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl Unpin for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl Unpin for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl Unpin for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> Unpin for TileMap<Layers>where\n Layers: Unpin,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> Unpin for Window<Behavior>where\n <Behavior as WindowBehavior>::Context: Unpin,",1,["gooey::window::Window"]],["impl Unpin for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/ops/deref/trait.Deref.js b/main/implementors/core/ops/deref/trait.Deref.js
index 6f0edde8b..e5f996b25 100644
--- a/main/implementors/core/ops/deref/trait.Deref.js
+++ b/main/implementors/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl<'context, 'window> Deref for EventContext<'context, 'window>"],["impl<'context, 'window, 'clip, 'gfx, 'pass> Deref for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>"],["impl Deref for ZeroToOne"],["impl Deref for Name"],["impl Deref for Children"],["impl<'window> Deref for WidgetContext<'_, 'window>"],["impl<'context, 'window, 'clip, 'gfx, 'pass> Deref for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>"],["impl<'gfx, 'pass> Deref for Graphics<'_, 'gfx, 'pass>"],["impl<T> Deref for Exclusive<'_, T>"]]
+"gooey":[["impl<'context, 'window> Deref for EventContext<'context, 'window>"],["impl<'context, 'window, 'clip, 'gfx, 'pass> Deref for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>"],["impl Deref for Children"],["impl Deref for ZeroToOne"],["impl Deref for Name"],["impl Deref for PendingWidgetId"],["impl<'window> Deref for WidgetContext<'_, 'window>"],["impl<'context, 'window, 'clip, 'gfx, 'pass> Deref for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>"],["impl<'gfx, 'pass> Deref for Graphics<'_, 'gfx, 'pass>"],["impl<T> Deref for Exclusive<'_, T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js b/main/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js
index 7913c97b5..28f636051 100644
--- a/main/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js
+++ b/main/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl RefUnwindSafe for Linear",1,["gooey::animation::easings::Linear"]],["impl RefUnwindSafe for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl RefUnwindSafe for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl RefUnwindSafe for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl RefUnwindSafe for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl RefUnwindSafe for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl RefUnwindSafe for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl RefUnwindSafe for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl RefUnwindSafe for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl RefUnwindSafe for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl RefUnwindSafe for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl RefUnwindSafe for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl RefUnwindSafe for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl RefUnwindSafe for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl RefUnwindSafe for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl RefUnwindSafe for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl RefUnwindSafe for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl RefUnwindSafe for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl RefUnwindSafe for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl RefUnwindSafe for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl RefUnwindSafe for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl RefUnwindSafe for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl RefUnwindSafe for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl RefUnwindSafe for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl RefUnwindSafe for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl RefUnwindSafe for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl RefUnwindSafe for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl RefUnwindSafe for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl RefUnwindSafe for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> RefUnwindSafe for DynamicTransition<T>where\n T: RefUnwindSafe,",1,["gooey::animation::DynamicTransition"]],["impl<T> RefUnwindSafe for TransitioningDynamic<T>where\n T: RefUnwindSafe,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> RefUnwindSafe for Animation<Target, Easing>where\n Easing: RefUnwindSafe,\n Target: RefUnwindSafe,",1,["gooey::animation::Animation"]],["impl !RefUnwindSafe for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> RefUnwindSafe for RunningAnimation<T, Easing>where\n Easing: RefUnwindSafe,\n T: RefUnwindSafe,",1,["gooey::animation::RunningAnimation"]],["impl RefUnwindSafe for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> RefUnwindSafe for Chain<A, B>where\n A: RefUnwindSafe,\n B: RefUnwindSafe,",1,["gooey::animation::Chain"]],["impl<A, B> RefUnwindSafe for RunningChain<A, B>where\n B: RefUnwindSafe,\n <A as IntoAnimate>::Animate: RefUnwindSafe,\n <B as IntoAnimate>::Animate: RefUnwindSafe,",1,["gooey::animation::RunningChain"]],["impl<A> !RefUnwindSafe for OnCompleteAnimation<A>",1,["gooey::animation::OnCompleteAnimation"]],["impl RefUnwindSafe for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl RefUnwindSafe for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> !RefUnwindSafe for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> RefUnwindSafe for Exclusive<'a, T>where\n T: RefUnwindSafe,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !RefUnwindSafe for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !RefUnwindSafe for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> !RefUnwindSafe for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> !RefUnwindSafe for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl RefUnwindSafe for Name",1,["gooey::names::Name"]],["impl RefUnwindSafe for TextSize",1,["gooey::styles::components::TextSize"]],["impl RefUnwindSafe for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl RefUnwindSafe for TextColor",1,["gooey::styles::components::TextColor"]],["impl RefUnwindSafe for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl RefUnwindSafe for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl RefUnwindSafe for Easing",1,["gooey::styles::components::Easing"]],["impl RefUnwindSafe for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl RefUnwindSafe for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl RefUnwindSafe for Styles",1,["gooey::styles::Styles"]],["impl RefUnwindSafe for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl RefUnwindSafe for Component",1,["gooey::styles::Component"]],["impl RefUnwindSafe for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl RefUnwindSafe for Dimension",1,["gooey::styles::Dimension"]],["impl RefUnwindSafe for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl RefUnwindSafe for Group",1,["gooey::styles::Group"]],["impl RefUnwindSafe for Global",1,["gooey::styles::Global"]],["impl RefUnwindSafe for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> RefUnwindSafe for Edges<T>where\n T: RefUnwindSafe,",1,["gooey::styles::Edges"]],["impl RefUnwindSafe for Tick",1,["gooey::tick::Tick"]],["impl RefUnwindSafe for InputState",1,["gooey::tick::InputState"]],["impl<T> RefUnwindSafe for Dynamic<T>",1,["gooey::value::Dynamic"]],["impl<T> RefUnwindSafe for DynamicReader<T>",1,["gooey::value::DynamicReader"]],["impl<'a, T> RefUnwindSafe for BlockUntilUpdatedFuture<'a, T>",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl RefUnwindSafe for Generation",1,["gooey::value::Generation"]],["impl<T> RefUnwindSafe for Value<T>where\n T: RefUnwindSafe,",1,["gooey::value::Value"]],["impl RefUnwindSafe for EventHandled",1,["gooey::widget::EventHandled"]],["impl RefUnwindSafe for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl RefUnwindSafe for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T = (), R = ()> !RefUnwindSafe for Callback<T, R>",1,["gooey::widget::Callback"]],["impl RefUnwindSafe for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> RefUnwindSafe for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl RefUnwindSafe for Children",1,["gooey::widget::Children"]],["impl RefUnwindSafe for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl RefUnwindSafe for Align",1,["gooey::widgets::align::Align"]],["impl !RefUnwindSafe for Button",1,["gooey::widgets::button::Button"]],["impl RefUnwindSafe for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl RefUnwindSafe for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl RefUnwindSafe for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl !RefUnwindSafe for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl RefUnwindSafe for Expand",1,["gooey::widgets::expand::Expand"]],["impl !RefUnwindSafe for Input",1,["gooey::widgets::input::Input"]],["impl RefUnwindSafe for Label",1,["gooey::widgets::label::Label"]],["impl RefUnwindSafe for Resize",1,["gooey::widgets::resize::Resize"]],["impl RefUnwindSafe for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl RefUnwindSafe for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl RefUnwindSafe for Stack",1,["gooey::widgets::stack::Stack"]],["impl RefUnwindSafe for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl RefUnwindSafe for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl RefUnwindSafe for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl RefUnwindSafe for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> RefUnwindSafe for TileMap<Layers>where\n Layers: RefUnwindSafe,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> !RefUnwindSafe for Window<Behavior>",1,["gooey::window::Window"]],["impl RefUnwindSafe for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
+"gooey":[["impl RefUnwindSafe for Linear",1,["gooey::animation::easings::Linear"]],["impl RefUnwindSafe for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl RefUnwindSafe for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl RefUnwindSafe for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl RefUnwindSafe for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl RefUnwindSafe for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl RefUnwindSafe for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl RefUnwindSafe for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl RefUnwindSafe for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl RefUnwindSafe for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl RefUnwindSafe for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl RefUnwindSafe for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl RefUnwindSafe for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl RefUnwindSafe for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl RefUnwindSafe for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl RefUnwindSafe for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl RefUnwindSafe for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl RefUnwindSafe for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl RefUnwindSafe for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl RefUnwindSafe for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl RefUnwindSafe for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl RefUnwindSafe for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl RefUnwindSafe for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl RefUnwindSafe for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl RefUnwindSafe for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl RefUnwindSafe for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl RefUnwindSafe for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl RefUnwindSafe for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl RefUnwindSafe for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> RefUnwindSafe for DynamicTransition<T>where\n T: RefUnwindSafe,",1,["gooey::animation::DynamicTransition"]],["impl<T> RefUnwindSafe for TransitioningDynamic<T>where\n T: RefUnwindSafe,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> RefUnwindSafe for Animation<Target, Easing>where\n Easing: RefUnwindSafe,\n Target: RefUnwindSafe,",1,["gooey::animation::Animation"]],["impl !RefUnwindSafe for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> RefUnwindSafe for RunningAnimation<T, Easing>where\n Easing: RefUnwindSafe,\n T: RefUnwindSafe,",1,["gooey::animation::RunningAnimation"]],["impl RefUnwindSafe for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> RefUnwindSafe for Chain<A, B>where\n A: RefUnwindSafe,\n B: RefUnwindSafe,",1,["gooey::animation::Chain"]],["impl<A, B> RefUnwindSafe for RunningChain<A, B>where\n B: RefUnwindSafe,\n <A as IntoAnimate>::Animate: RefUnwindSafe,\n <B as IntoAnimate>::Animate: RefUnwindSafe,",1,["gooey::animation::RunningChain"]],["impl<A> !RefUnwindSafe for OnCompleteAnimation<A>",1,["gooey::animation::OnCompleteAnimation"]],["impl RefUnwindSafe for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl RefUnwindSafe for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> !RefUnwindSafe for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> RefUnwindSafe for Exclusive<'a, T>where\n T: RefUnwindSafe,",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !RefUnwindSafe for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !RefUnwindSafe for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> !RefUnwindSafe for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> !RefUnwindSafe for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl RefUnwindSafe for Name",1,["gooey::names::Name"]],["impl RefUnwindSafe for TextSize",1,["gooey::styles::components::TextSize"]],["impl RefUnwindSafe for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl RefUnwindSafe for TextColor",1,["gooey::styles::components::TextColor"]],["impl RefUnwindSafe for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl RefUnwindSafe for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl RefUnwindSafe for Easing",1,["gooey::styles::components::Easing"]],["impl RefUnwindSafe for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl RefUnwindSafe for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl RefUnwindSafe for Styles",1,["gooey::styles::Styles"]],["impl RefUnwindSafe for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl RefUnwindSafe for Component",1,["gooey::styles::Component"]],["impl RefUnwindSafe for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl RefUnwindSafe for Dimension",1,["gooey::styles::Dimension"]],["impl RefUnwindSafe for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl RefUnwindSafe for Group",1,["gooey::styles::Group"]],["impl RefUnwindSafe for Global",1,["gooey::styles::Global"]],["impl RefUnwindSafe for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> RefUnwindSafe for Edges<T>where\n T: RefUnwindSafe,",1,["gooey::styles::Edges"]],["impl RefUnwindSafe for Tick",1,["gooey::tick::Tick"]],["impl RefUnwindSafe for InputState",1,["gooey::tick::InputState"]],["impl<T> RefUnwindSafe for Dynamic<T>",1,["gooey::value::Dynamic"]],["impl<T> RefUnwindSafe for DynamicReader<T>",1,["gooey::value::DynamicReader"]],["impl<'a, T> RefUnwindSafe for BlockUntilUpdatedFuture<'a, T>",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl RefUnwindSafe for Generation",1,["gooey::value::Generation"]],["impl<T> RefUnwindSafe for Value<T>where\n T: RefUnwindSafe,",1,["gooey::value::Value"]],["impl RefUnwindSafe for EventHandled",1,["gooey::widget::EventHandled"]],["impl RefUnwindSafe for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl RefUnwindSafe for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T = (), R = ()> !RefUnwindSafe for Callback<T, R>",1,["gooey::widget::Callback"]],["impl RefUnwindSafe for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> RefUnwindSafe for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl RefUnwindSafe for Children",1,["gooey::widget::Children"]],["impl RefUnwindSafe for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl RefUnwindSafe for WidgetId",1,["gooey::widget::WidgetId"]],["impl RefUnwindSafe for PendingWidgetId",1,["gooey::widget::PendingWidgetId"]],["impl RefUnwindSafe for Align",1,["gooey::widgets::align::Align"]],["impl !RefUnwindSafe for Button",1,["gooey::widgets::button::Button"]],["impl RefUnwindSafe for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl RefUnwindSafe for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl RefUnwindSafe for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl !RefUnwindSafe for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl RefUnwindSafe for Expand",1,["gooey::widgets::expand::Expand"]],["impl !RefUnwindSafe for Input",1,["gooey::widgets::input::Input"]],["impl RefUnwindSafe for Label",1,["gooey::widgets::label::Label"]],["impl RefUnwindSafe for Resize",1,["gooey::widgets::resize::Resize"]],["impl RefUnwindSafe for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl RefUnwindSafe for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl RefUnwindSafe for Stack",1,["gooey::widgets::stack::Stack"]],["impl RefUnwindSafe for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl RefUnwindSafe for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl RefUnwindSafe for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl RefUnwindSafe for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> RefUnwindSafe for TileMap<Layers>where\n Layers: RefUnwindSafe,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> !RefUnwindSafe for Window<Behavior>",1,["gooey::window::Window"]],["impl RefUnwindSafe for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/core/panic/unwind_safe/trait.UnwindSafe.js b/main/implementors/core/panic/unwind_safe/trait.UnwindSafe.js
index e932f28de..b01044675 100644
--- a/main/implementors/core/panic/unwind_safe/trait.UnwindSafe.js
+++ b/main/implementors/core/panic/unwind_safe/trait.UnwindSafe.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"gooey":[["impl UnwindSafe for Linear",1,["gooey::animation::easings::Linear"]],["impl UnwindSafe for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl UnwindSafe for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl UnwindSafe for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl UnwindSafe for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl UnwindSafe for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl UnwindSafe for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl UnwindSafe for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl UnwindSafe for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl UnwindSafe for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl UnwindSafe for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl UnwindSafe for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl UnwindSafe for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl UnwindSafe for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl UnwindSafe for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl UnwindSafe for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl UnwindSafe for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl UnwindSafe for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl UnwindSafe for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl UnwindSafe for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl UnwindSafe for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl UnwindSafe for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl UnwindSafe for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl UnwindSafe for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl UnwindSafe for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl UnwindSafe for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl UnwindSafe for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl UnwindSafe for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl UnwindSafe for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> UnwindSafe for DynamicTransition<T>where\n T: UnwindSafe,",1,["gooey::animation::DynamicTransition"]],["impl<T> UnwindSafe for TransitioningDynamic<T>where\n T: UnwindSafe,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> UnwindSafe for Animation<Target, Easing>where\n Easing: UnwindSafe,\n Target: UnwindSafe,",1,["gooey::animation::Animation"]],["impl !UnwindSafe for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> UnwindSafe for RunningAnimation<T, Easing>where\n Easing: UnwindSafe,\n T: UnwindSafe,",1,["gooey::animation::RunningAnimation"]],["impl UnwindSafe for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> UnwindSafe for Chain<A, B>where\n A: UnwindSafe,\n B: UnwindSafe,",1,["gooey::animation::Chain"]],["impl<A, B> UnwindSafe for RunningChain<A, B>where\n B: UnwindSafe,\n <A as IntoAnimate>::Animate: UnwindSafe,\n <B as IntoAnimate>::Animate: UnwindSafe,",1,["gooey::animation::RunningChain"]],["impl<A> !UnwindSafe for OnCompleteAnimation<A>",1,["gooey::animation::OnCompleteAnimation"]],["impl UnwindSafe for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl UnwindSafe for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> !UnwindSafe for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> !UnwindSafe for Exclusive<'a, T>",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !UnwindSafe for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !UnwindSafe for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> !UnwindSafe for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> !UnwindSafe for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl UnwindSafe for Name",1,["gooey::names::Name"]],["impl UnwindSafe for TextSize",1,["gooey::styles::components::TextSize"]],["impl UnwindSafe for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl UnwindSafe for TextColor",1,["gooey::styles::components::TextColor"]],["impl UnwindSafe for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl UnwindSafe for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl UnwindSafe for Easing",1,["gooey::styles::components::Easing"]],["impl UnwindSafe for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl UnwindSafe for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl UnwindSafe for Styles",1,["gooey::styles::Styles"]],["impl UnwindSafe for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl UnwindSafe for Component",1,["gooey::styles::Component"]],["impl UnwindSafe for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl UnwindSafe for Dimension",1,["gooey::styles::Dimension"]],["impl UnwindSafe for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl UnwindSafe for Group",1,["gooey::styles::Group"]],["impl UnwindSafe for Global",1,["gooey::styles::Global"]],["impl UnwindSafe for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> UnwindSafe for Edges<T>where\n T: UnwindSafe,",1,["gooey::styles::Edges"]],["impl UnwindSafe for Tick",1,["gooey::tick::Tick"]],["impl UnwindSafe for InputState",1,["gooey::tick::InputState"]],["impl<T> UnwindSafe for Dynamic<T>",1,["gooey::value::Dynamic"]],["impl<T> UnwindSafe for DynamicReader<T>",1,["gooey::value::DynamicReader"]],["impl<'a, T> !UnwindSafe for BlockUntilUpdatedFuture<'a, T>",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl UnwindSafe for Generation",1,["gooey::value::Generation"]],["impl<T> UnwindSafe for Value<T>where\n T: UnwindSafe,",1,["gooey::value::Value"]],["impl UnwindSafe for EventHandled",1,["gooey::widget::EventHandled"]],["impl UnwindSafe for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl UnwindSafe for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T, R> UnwindSafe for Callback<T, R>",1,["gooey::widget::Callback"]],["impl UnwindSafe for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> UnwindSafe for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl UnwindSafe for Children",1,["gooey::widget::Children"]],["impl UnwindSafe for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl UnwindSafe for Align",1,["gooey::widgets::align::Align"]],["impl UnwindSafe for Button",1,["gooey::widgets::button::Button"]],["impl UnwindSafe for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl UnwindSafe for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl UnwindSafe for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl UnwindSafe for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl UnwindSafe for Expand",1,["gooey::widgets::expand::Expand"]],["impl UnwindSafe for Input",1,["gooey::widgets::input::Input"]],["impl UnwindSafe for Label",1,["gooey::widgets::label::Label"]],["impl UnwindSafe for Resize",1,["gooey::widgets::resize::Resize"]],["impl UnwindSafe for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl UnwindSafe for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl UnwindSafe for Stack",1,["gooey::widgets::stack::Stack"]],["impl UnwindSafe for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl UnwindSafe for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl UnwindSafe for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl UnwindSafe for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> UnwindSafe for TileMap<Layers>where\n Layers: UnwindSafe,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> !UnwindSafe for Window<Behavior>",1,["gooey::window::Window"]],["impl UnwindSafe for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
+"gooey":[["impl UnwindSafe for Linear",1,["gooey::animation::easings::Linear"]],["impl UnwindSafe for EaseOutSine",1,["gooey::animation::easings::EaseOutSine"]],["impl UnwindSafe for EaseInOutSine",1,["gooey::animation::easings::EaseInOutSine"]],["impl UnwindSafe for EaseInQuadradic",1,["gooey::animation::easings::EaseInQuadradic"]],["impl UnwindSafe for EaseOutQuadradic",1,["gooey::animation::easings::EaseOutQuadradic"]],["impl UnwindSafe for EaseInOutQuadradic",1,["gooey::animation::easings::EaseInOutQuadradic"]],["impl UnwindSafe for EaseInCubic",1,["gooey::animation::easings::EaseInCubic"]],["impl UnwindSafe for EaseOutCubic",1,["gooey::animation::easings::EaseOutCubic"]],["impl UnwindSafe for EaseInOutCubic",1,["gooey::animation::easings::EaseInOutCubic"]],["impl UnwindSafe for EaseInQuartic",1,["gooey::animation::easings::EaseInQuartic"]],["impl UnwindSafe for EaseOutQuartic",1,["gooey::animation::easings::EaseOutQuartic"]],["impl UnwindSafe for EaseInOutQuartic",1,["gooey::animation::easings::EaseInOutQuartic"]],["impl UnwindSafe for EaseInQuintic",1,["gooey::animation::easings::EaseInQuintic"]],["impl UnwindSafe for EaseOutQuintic",1,["gooey::animation::easings::EaseOutQuintic"]],["impl UnwindSafe for EaseInOutQuintic",1,["gooey::animation::easings::EaseInOutQuintic"]],["impl UnwindSafe for EaseInExponential",1,["gooey::animation::easings::EaseInExponential"]],["impl UnwindSafe for EaseOutExponential",1,["gooey::animation::easings::EaseOutExponential"]],["impl UnwindSafe for EaseInOutExponential",1,["gooey::animation::easings::EaseInOutExponential"]],["impl UnwindSafe for EaseInCircular",1,["gooey::animation::easings::EaseInCircular"]],["impl UnwindSafe for EaseOutCircular",1,["gooey::animation::easings::EaseOutCircular"]],["impl UnwindSafe for EaseInOutCircular",1,["gooey::animation::easings::EaseInOutCircular"]],["impl UnwindSafe for EaseInBack",1,["gooey::animation::easings::EaseInBack"]],["impl UnwindSafe for EaseOutBack",1,["gooey::animation::easings::EaseOutBack"]],["impl UnwindSafe for EaseInOutBack",1,["gooey::animation::easings::EaseInOutBack"]],["impl UnwindSafe for EaseInElastic",1,["gooey::animation::easings::EaseInElastic"]],["impl UnwindSafe for EaseOutElastic",1,["gooey::animation::easings::EaseOutElastic"]],["impl UnwindSafe for EaseInOutElastic",1,["gooey::animation::easings::EaseInOutElastic"]],["impl UnwindSafe for EaseInBounce",1,["gooey::animation::easings::EaseInBounce"]],["impl UnwindSafe for EaseOutBounce",1,["gooey::animation::easings::EaseOutBounce"]],["impl<T> UnwindSafe for DynamicTransition<T>where\n T: UnwindSafe,",1,["gooey::animation::DynamicTransition"]],["impl<T> UnwindSafe for TransitioningDynamic<T>where\n T: UnwindSafe,",1,["gooey::animation::TransitioningDynamic"]],["impl<Target, Easing> UnwindSafe for Animation<Target, Easing>where\n Easing: UnwindSafe,\n Target: UnwindSafe,",1,["gooey::animation::Animation"]],["impl !UnwindSafe for BoxedAnimation",1,["gooey::animation::BoxedAnimation"]],["impl<T, Easing> UnwindSafe for RunningAnimation<T, Easing>where\n Easing: UnwindSafe,\n T: UnwindSafe,",1,["gooey::animation::RunningAnimation"]],["impl UnwindSafe for AnimationHandle",1,["gooey::animation::AnimationHandle"]],["impl<A, B> UnwindSafe for Chain<A, B>where\n A: UnwindSafe,\n B: UnwindSafe,",1,["gooey::animation::Chain"]],["impl<A, B> UnwindSafe for RunningChain<A, B>where\n B: UnwindSafe,\n <A as IntoAnimate>::Animate: UnwindSafe,\n <B as IntoAnimate>::Animate: UnwindSafe,",1,["gooey::animation::RunningChain"]],["impl<A> !UnwindSafe for OnCompleteAnimation<A>",1,["gooey::animation::OnCompleteAnimation"]],["impl UnwindSafe for ZeroToOne",1,["gooey::animation::ZeroToOne"]],["impl UnwindSafe for EasingFunction",1,["gooey::animation::EasingFunction"]],["impl<'context, 'window> !UnwindSafe for EventContext<'context, 'window>",1,["gooey::context::EventContext"]],["impl<'a, T> !UnwindSafe for Exclusive<'a, T>",1,["gooey::context::Exclusive"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !UnwindSafe for GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::GraphicsContext"]],["impl<'context, 'window, 'clip, 'gfx, 'pass> !UnwindSafe for LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>",1,["gooey::context::LayoutContext"]],["impl<'context, 'window> !UnwindSafe for WidgetContext<'context, 'window>",1,["gooey::context::WidgetContext"]],["impl<'clip, 'gfx, 'pass> !UnwindSafe for Graphics<'clip, 'gfx, 'pass>",1,["gooey::graphics::Graphics"]],["impl UnwindSafe for Name",1,["gooey::names::Name"]],["impl UnwindSafe for TextSize",1,["gooey::styles::components::TextSize"]],["impl UnwindSafe for LineHeight",1,["gooey::styles::components::LineHeight"]],["impl UnwindSafe for TextColor",1,["gooey::styles::components::TextColor"]],["impl UnwindSafe for HighlightColor",1,["gooey::styles::components::HighlightColor"]],["impl UnwindSafe for IntrinsicPadding",1,["gooey::styles::components::IntrinsicPadding"]],["impl UnwindSafe for Easing",1,["gooey::styles::components::Easing"]],["impl UnwindSafe for EasingIn",1,["gooey::styles::components::EasingIn"]],["impl UnwindSafe for EasingOut",1,["gooey::styles::components::EasingOut"]],["impl UnwindSafe for Styles",1,["gooey::styles::Styles"]],["impl UnwindSafe for StylesIntoIter",1,["gooey::styles::StylesIntoIter"]],["impl UnwindSafe for Component",1,["gooey::styles::Component"]],["impl UnwindSafe for FlexibleDimension",1,["gooey::styles::FlexibleDimension"]],["impl UnwindSafe for Dimension",1,["gooey::styles::Dimension"]],["impl UnwindSafe for CustomComponent",1,["gooey::styles::CustomComponent"]],["impl UnwindSafe for Group",1,["gooey::styles::Group"]],["impl UnwindSafe for Global",1,["gooey::styles::Global"]],["impl UnwindSafe for ComponentName",1,["gooey::styles::ComponentName"]],["impl<T> UnwindSafe for Edges<T>where\n T: UnwindSafe,",1,["gooey::styles::Edges"]],["impl UnwindSafe for Tick",1,["gooey::tick::Tick"]],["impl UnwindSafe for InputState",1,["gooey::tick::InputState"]],["impl<T> UnwindSafe for Dynamic<T>",1,["gooey::value::Dynamic"]],["impl<T> UnwindSafe for DynamicReader<T>",1,["gooey::value::DynamicReader"]],["impl<'a, T> !UnwindSafe for BlockUntilUpdatedFuture<'a, T>",1,["gooey::value::BlockUntilUpdatedFuture"]],["impl UnwindSafe for Generation",1,["gooey::value::Generation"]],["impl<T> UnwindSafe for Value<T>where\n T: UnwindSafe,",1,["gooey::value::Value"]],["impl UnwindSafe for EventHandled",1,["gooey::widget::EventHandled"]],["impl UnwindSafe for EventIgnored",1,["gooey::widget::EventIgnored"]],["impl UnwindSafe for WidgetInstance",1,["gooey::widget::WidgetInstance"]],["impl<T, R> UnwindSafe for Callback<T, R>",1,["gooey::widget::Callback"]],["impl UnwindSafe for ManagedWidget",1,["gooey::widget::ManagedWidget"]],["impl<'a> UnwindSafe for WidgetGuard<'a>",1,["gooey::widget::WidgetGuard"]],["impl UnwindSafe for Children",1,["gooey::widget::Children"]],["impl UnwindSafe for WidgetRef",1,["gooey::widget::WidgetRef"]],["impl UnwindSafe for WidgetId",1,["gooey::widget::WidgetId"]],["impl UnwindSafe for PendingWidgetId",1,["gooey::widget::PendingWidgetId"]],["impl UnwindSafe for Align",1,["gooey::widgets::align::Align"]],["impl UnwindSafe for Button",1,["gooey::widgets::button::Button"]],["impl UnwindSafe for ButtonBackground",1,["gooey::widgets::button::ButtonBackground"]],["impl UnwindSafe for ButtonActiveBackground",1,["gooey::widgets::button::ButtonActiveBackground"]],["impl UnwindSafe for ButtonHoverBackground",1,["gooey::widgets::button::ButtonHoverBackground"]],["impl UnwindSafe for Canvas",1,["gooey::widgets::canvas::Canvas"]],["impl UnwindSafe for Expand",1,["gooey::widgets::expand::Expand"]],["impl UnwindSafe for Input",1,["gooey::widgets::input::Input"]],["impl UnwindSafe for Label",1,["gooey::widgets::label::Label"]],["impl UnwindSafe for Resize",1,["gooey::widgets::resize::Resize"]],["impl UnwindSafe for Scroll",1,["gooey::widgets::scroll::Scroll"]],["impl UnwindSafe for ScrollBarThickness",1,["gooey::widgets::scroll::ScrollBarThickness"]],["impl UnwindSafe for Stack",1,["gooey::widgets::stack::Stack"]],["impl UnwindSafe for StackDirection",1,["gooey::widgets::stack::StackDirection"]],["impl UnwindSafe for StackOrientation",1,["gooey::widgets::stack::StackOrientation"]],["impl UnwindSafe for StackDimension",1,["gooey::widgets::stack::StackDimension"]],["impl UnwindSafe for Style",1,["gooey::widgets::style::Style"]],["impl<Layers> UnwindSafe for TileMap<Layers>where\n Layers: UnwindSafe,",1,["gooey::widgets::tilemap::TileMap"]],["impl<Behavior> !UnwindSafe for Window<Behavior>",1,["gooey::window::Window"]],["impl UnwindSafe for ConstraintLimit",1,["gooey::ConstraintLimit"]]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/implementors/gooey/widget/trait.MakeWidgetWithId.js b/main/implementors/gooey/widget/trait.MakeWidgetWithId.js
new file mode 100644
index 000000000..1528a8690
--- /dev/null
+++ b/main/implementors/gooey/widget/trait.MakeWidgetWithId.js
@@ -0,0 +1,3 @@
+(function() {var implementors = {
+"gooey":[]
+};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/main/search-index.js b/main/search-index.js
index 06c26ed40..8ea361400 100644
--- a/main/search-index.js
+++ b/main/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = JSON.parse('{\
-"gooey":{"doc":"Gooey is considered experimental and unsupported crate …","t":"NQEDDNDGIDIALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMCLLLLLLLLLKLLAOLLLLLLLLLLLLLLLLLLLLLLLLLLALAAAKIQIDDIIDDNDIENIISDQDDIDSDLKLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKLALLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLMLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLDDDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLINDEDDNDLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMNNEIIIDIQNDENNNDEEDNINNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLKKLLMLLLLLLMLLLLLLLLLMLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDNDDIELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDGDRRIDNNIDDELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLKLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDCDDDDDCCDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNDEDELLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLMQGDGILLMLLLLLLLLLLKLLLLLLKLLLLLLLL","n":["ClippedAfter","Cloned","ConstraintLimit","Graphics","InputState","Known","Name","Result","Run","Tick","WithClone","animation","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","children","clip_rect","clipped_to","clone","clone","clone","clone_into","clone_into","clone_into","context","default","deref","deref","deref_mut","downcast","downcast","downcast","downcast","downcast","draw_measured_text","draw_shape","draw_text","draw_text_buffer","draw_texture","draw_textured_shape","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","handled_keys","hash","inner_graphics","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","key_input","keys","kludgine","max","measure_text","measure_text_buffer","new","new","new","redraws_per_second","region","rendered","run","scale","size","styles","styles","sub","times_per_second","to_owned","to_owned","to_owned","translation","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","value","visible_rect","widget","widgets","window","with_clone","Animate","Animate","AnimateTarget","Animation","AnimationHandle","AnimationTarget","BoxAnimate","BoxedAnimation","Chain","Custom","DynamicTransition","Easing","EasingFunction","Fn","IntoAnimate","LinearInterpolate","ONE","OnCompleteAnimation","Running","RunningAnimation","RunningChain","Spawn","TransitioningDynamic","ZERO","ZeroToOne","and_then","animate","animate","animate","animate","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","begin","begin","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","boxed","boxed","boxed","boxed","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clear","clone","clone","clone_into","clone_into","cmp","compare","compare","default","default","deref","detach","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","drop","dynamic","ease","ease","easings","eq","eq","equivalent","equivalent","equivalent","finish","finish","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","into","into","into","into","into","into","into","into","into","into","into","into_animate","into_animate","into_animate","into_animate","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_component","into_components","into_f32","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","launch","lerp","lerp","new","new","new","new","new_value","on_complete","over","partial_cmp","partial_cmp","spawn","spawn","spawn","spawn","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_component","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","with_easing","EaseInBack","EaseInBounce","EaseInCircular","EaseInCubic","EaseInElastic","EaseInExponential","EaseInOutBack","EaseInOutCircular","EaseInOutCubic","EaseInOutElastic","EaseInOutExponential","EaseInOutQuadradic","EaseInOutQuartic","EaseInOutQuintic","EaseInOutSine","EaseInQuadradic","EaseInQuartic","EaseInQuintic","EaseOutBack","EaseOutBounce","EaseOutCircular","EaseOutCubic","EaseOutElastic","EaseOutExponential","EaseOutQuadradic","EaseOutQuartic","EaseOutQuintic","EaseOutSine","Linear","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","AsEventContext","Borrowed","EventContext","Exclusive","GraphicsContext","LayoutContext","Owned","WidgetContext","activate","active","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_event_context","as_event_context","as_event_context","as_temporary","attach_styles","blur","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrowed","borrowed","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","clipped_to","deactivate","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","downcast","downcast","downcast","downcast","downcast","draw_focus_ring","draw_focus_ring_using","drop","drop","focus","focused","for_other","for_other","for_other","for_other","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","graphics","hit_test","hovered","ime","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","keyboard_input","kludgine","last_layout","layout","mouse_down","mouse_drag","mouse_up","mouse_wheel","primary_hover","push_child","query_style","query_styles","redraw","redraw_when_changed","remove_child","set_child_layout","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","widget","widget","widget","Auto","Color","Component","ComponentDefaultvalue","ComponentDefinition","ComponentGroup","ComponentName","ComponentType","ComponentType","Custom","CustomComponent","Dimension","Dimension","Dimension","Easing","Edges","FlexibleDimension","Global","Group","Lp","NamedComponent","Percent","Px","Styles","StylesIntoIter","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","components","default","default","default","default","default_component_value","default_value","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_iter","from_lp","from_px","get","get_or_default","group","hash","insert","insert_named","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_component","into_component","into_component","into_components","into_components","into_components","into_iter","into_iter","into_lp","into_px","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","left","matches","name","name","name","name","name","named","new","new","new","new","next","right","size","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_component","try_from_component","try_from_component","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uniform","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","with","with_bottom","with_capacity","with_horizontal","with_left","with_right","with_top","with_vertical","Easing","EasingIn","EasingOut","HighlightColor","IntrinsicPadding","LineHeight","TextColor","TextSize","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default_component_value","default_component_value","default_component_value","default_component_value","default_component_value","default_component_value","default_component_value","default_component_value","default_value","default_value","default_value","default_value","default_value","default_value","default_value","default_value","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","name","name","name","name","name","name","name","name","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","BlockUntilUpdatedFuture","Constant","Dynamic","Dynamic","DynamicReader","Generation","IntoValue","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","block_until_updated","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","create_reader","default","default","default","downcast","downcast","downcast","downcast","downcast","drop","drop","dynamic","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","for_each","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","generation","generation","get","get","get","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_future","into_reader","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","map","map_each","map_mut","map_mut","map_ref","map_ref","new","next","poll","redraw_when_changed","replace","set","to_owned","to_owned","to_owned","to_owned","transition_to","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","update","wait_until_updated","with_clone","Callback","Children","EventHandled","EventHandling","EventIgnored","HANDLED","IGNORED","MakeWidget","ManagedWidget","Mounted","Unmounted","Widget","WidgetGuard","WidgetInstance","WidgetRef","accept_focus","activate","active","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blur","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","deactivate","default","deref","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_ref","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","focus","focused","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_iter","hit_test","hover","hovered","id","id","ime","initialize","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","invoke","is_empty","keyboard_input","last_layout","layout","len","lock","lock","make_root","make_widget","make_widget","mounted","mounted","mouse_down","mouse_drag","mouse_up","mouse_wheel","new","new","new","new","next_focus","parent","primary_hover","push","redraw","run","run","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unhover","unmounted","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","with_capacity","with_next_focus","with_next_focus","with_styles","with_widget","Align","Button","Canvas","Expand","Input","Label","Resize","Scroll","Stack","Style","TileMap","accept_focus","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blur","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","button","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","centered","child","child","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dynamic","empty","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","focus","focus_on","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","height","height","hit_test","ime","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","keyboard_input","keyboard_input","layout","layout","layout","layout","layout","layout","layout","layout","make_widget","make_widget","make_widget","make_widget","make_widget","make_widget","make_widget","make_widget","mounted","mouse_down","mouse_drag","mouse_wheel","new","new","new","new","new","new","new","on_key","redraw","redraw","redraw","redraw","redraw","redraw","redraw","redraw","run","run","run","run","run","run","run","run","scroll","stack","text","text","tick","tick","to","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","weight","weighted","width","width","Button","ButtonActiveBackground","ButtonBackground","ButtonHoverBackground","accept_focus","activate","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blur","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone_into","clone_into","clone_into","deactivate","default_component_value","default_component_value","default_component_value","default_value","default_value","default_value","downcast","downcast","downcast","downcast","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","focus","from","from","from","from","from_cast","from_cast","from_cast","from_cast","hit_test","hover","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","keyboard_input","label","layout","make_widget","mouse_down","mouse_drag","mouse_up","name","name","name","name","new","on_click","on_click","redraw","run","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unhover","upcast","upcast","upcast","upcast","Scroll","ScrollBarThickness","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cast","cast","cast_into","cast_into","default_component_value","default_value","downcast","downcast","fmt","from","from","from_cast","from_cast","hit_test","horizontal","hover","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_value","into_value","into_value","into_value","layout","make_widget","mouse_wheel","name","name","new","redraw","run","try_from","try_from","try_into","try_into","type_id","type_id","unhover","upcast","upcast","vertical","Column","Exact","FitContent","Fractional","Row","Stack","StackDimension","StackDirection","StackOrientation","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","children","clone","clone","clone","clone_into","clone_into","clone_into","columns","columns","columns_rev","direction","downcast","downcast","downcast","downcast","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_cast","from_cast","from_cast","from_cast","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","layout","make_widget","new","orientation","redraw","reverse","rows","rows","rows_rev","run","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","weight","Context","RunningWindow","Window","WindowAttributes","WindowBehavior","as_any","as_any_mut","attributes","borrow","borrow_mut","cast","cast_into","close_requested","default","downcast","for_widget","from","from_cast","initialize","into","into_any","into_any_arc","into_any_rc","into_value","into_value","make_root","new","run","run","run_with","try_from","try_into","type_id","upcast"],"q":[[0,"gooey"],[174,"gooey::animation"],[505,"gooey::animation::easings"],[1287,"gooey::context"],[1441,"gooey::styles"],[1767,"gooey::styles::components"],[2023,"gooey::value"],[2184,"gooey::widget"],[2441,"gooey::widgets"],[2681,"gooey::widgets::button"],[2818,"gooey::widgets::scroll"],[2874,"gooey::widgets::stack"],[2998,"gooey::widgets::stack::StackDimension"],[2999,"gooey::window"]],"d":["The widget is expected to resize itself to fit within the …","The type that results from cloning.","A limit used when measuring a widget.","A 2d graphics context","The current state of input during the execution of a Tick.","The widget is expected to occupy a known size.","A smart-string type that is used as a “name” in Gooey.","A result alias that defaults to the result type commonly …","A type that can be run as an application.","A fixed-rate callback that provides access to tracked …","Invokes a function with a clone of self.","Types for creating animations.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Children instance with the given list of widgets.","Returns the current clipping rectangle.","Returns a context that has been clipped to clip.","","","","","","","Types that provide access to the Gooey runtime.","","","","","","","","","","Prepares the text layout contained in buffer to be …","Draws a shape at the origin, rotating and scaling as …","Draws text using the current text settings.","Prepares the text layout contained in buffer to be …","Draws texture at destination, scaling as necessary.","Draws a shape that was created with texture coordinates, …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Adds the collection of Keys to the list that are handled, …","","Returns the underlying renderer.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Processes input.","A collection of all keys currently pressed.","","Returns the maximum measurement that will fit the …","Measures text using the current text settings.","Measures buffer and caches the results using default_color …","Returns a new graphics context for the given Renderer.","Returns a name for the given string.","Returns a new tick that invokes tick, aiming to repeat at …","Returns a new tick that redraws its associated widget at a …","Returns the current region being rendered to.","Signals that this widget has been redrawn.","Runs the provided type, returning Ok(()) upon successful …","Returns the current DPI scaling factor applied to the …","Returns the size of the current region.","Types for styling widgets.","Creates a Styles instance with the given name/component …","","Returns a new tick that invokes tick at a target number of …","","","","Returns the offset relative to the clipping rect that the …","","","","","","","","","","","","","","","","","","","","","Types for storing and interacting with values in Widgets.","Returns the visible region of the graphics context.","Types for creating reusable widgets (aka components or …","Built-in Widget implementations.","Types for displaying a Widget inside of a desktop window.","Maps with with the results of cloning self.","A type that can animate.","The running animation type.","The target of an Animate implementor.","Describes a change to a new value for a Dynamic over a …","A handle to a spawned animation. When dropped, the …","A target for a timed Animation.","A type that can convert into Box<dyn Animate>.","A Animate implementor that has been boxed as a trait …","An animation combinator that runs animation A, then …","A custom easing implementation.","A pending transition for a Dynamic to a new value.","Performs easing for value interpolation.","An easing function for customizing animations.","A function pointer to use as an easing function.","A type that can be converted into an animation.","Performs a linear interpolation between two values.","The maximum value this type can contain.","An animation wrapper that invokes a callback upon the …","The type that can linearly interpolate this target.","A running Animation that changes a Dynamic over a specified","A Chain that is currently animating.","An animation that can be spawned.","A DynamicTransition that has begun its transition.","The minimum type this type can contain.","An f32 that is clamped between 0.0 and 1.0 and cannot be …","Returns an combined animation that performs self and other …","Update the animation by progressing the timeline by elapsed…","","","","","","","","","","","","","","","","","","","","","","","","","","Record the current value of the target, and return a type …","","","","","","","","","","","","","","","","","","","","","","","","Returns the boxed animation.","","","","","","","","","","","","","","","","","","","","","","","","","","Cancels the animation immediately.","","","","","","","","","","","Detaches the animation from the AnimationHandle, allowing …","","","","","","","","","","","","","The dynamic value to change.","Eases a value ranging between zero and one. The resulting …","","Built-in Easing implementations.","","","","","","Sets the target to the desired completion state.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Return this change as a running animation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the contained floating point value.","","","","","","","","","","","","","","","","","","","","","","","Launches this animation, running it to completion in the …","Interpolate linearly between self and target using percent.","","Returns a new instance with first and second.","Returns a pending animation that performs animation then …","Returns an empty handle that references no animation.","Returns a new instance after clamping value between +0.0 …","The final value to store in the Dynamic.","Invokes on_complete after this animation finishes.","Returns a pending animation that linearly transitions self …","","","Spawns the animation, returning a handle that tracks the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Updates the target with linear interpolation.","","Returns this animation with a different easing function.","An Easing function that eases in using a curve that backs …","An Easing function that eases in using a curve that …","An Easing function that eases in using a curve resembling …","An Easing function that eases in using a cubic (x^3) curve …","An Easing function that eases in using a curve that …","An Easing function that eases in using an expenential curve","An Easing function that eases in and out using a curve …","An Easing function that eases in and out using a curve …","An Easing function that eases in and out using a cubic …","An Easing function that eases in and out using a curve …","An Easing function that eases in and out using an …","An Easing function that eases in and out using a quadradic …","An Easing function that eases in and out using a quartic …","An Easing function that eases in and out using a quintic …","An Easing function that eases in and out using a sine wave …","An Easing function that eases in using a quadradic (x^2) …","An Easing function that eases in using a quartic (x^4) …","An Easing function that eases in using a quintic (x^5) …","An Easing function that eases out using a curve that backs …","An Easing function that eases out using a curve that …","An Easing function that eases out using a curve resembling …","An Easing function that eases out using a cubic (x^3) curve","An Easing function that eases out using a curve that …","An Easing function that eases out using an expenential …","An Easing function that eases out using a quadradic (x^2) …","An Easing function that eases out using a quartic (x^4) …","An Easing function that eases out using a quintic (x^5) …","An Easing function that eases out using a sine wave .","An Easing function that produces a steady, linear …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Eases out using a sine wave .","Eases in and out using a sine wave .","","","Eases in using a quadradic (x^2) curve .","Eases out using a quadradic (x^2) curve .","","Eases in and out using a quadradic (x^2) curve .","","","Eases in using a cubic (x^3) curve .","Eases out using a cubic (x^3) curve .","","Eases in and out using a cubic (x^3) curve .","","Eases in using a quartic (x^4) curve .","","","Eases out using a quartic (x^4) curve .","","Eases in and out using a quartic (x^4) curve .","","Eases in using a quintic (x^5) curve .","","Eases out using a quintic (x^5) curve .","","Eases in and out using a quintic (x^5) curve .","","Eases in using an expenential curve .","Eases out using an expenential curve .","","","Eases in and out using an expenential curve .","","Eases in using a curve resembling the top-left arc of a …","","Eases out using a curve resembling the top-left arc of a …","Eases in and out using a curve resembling the top-left arc …","","Eases in using a curve that backs away initially .","","Eases out using a curve that backs away initially .","","Eases in and out using a curve that backs away initially .","","","Eases in using a curve that bounces around the start …","","Eases out using a curve that bounces around the start …","","Eases in and out using a curve that bounces around the …","","Eases in using a curve that bounces progressively closer …","","Eases out using a curve that bounces progressively closer …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts from one context to an EventContext.","An exclusive borrow.","A context to an event function.","An owned T or an exclusive reference to a T.","A context to a function that is rendering a widget.","A context to a function that is rendering a widget.","An owned instance.","A context for a widget.","Activates this widget, if it is not already active.","Returns true if this widget is currently the active widget.","","","","","","","","","","","Returns this context as an EventContext.","","","Returns a new layout context that does not persist any …","Attaches styles to the widget hierarchy for this widget.","Clears focus from this widget, if it is the focused widget.","","","","","","","","","","","Returns a new instance that borrows from self.","Returns a new instance that borrows from self.","","","","","","","","","","","Returns a new graphics context that renders to the clip …","Deactivates this widget, if it is the currently active …","","","","","","","","","","","","","","","","Renders the default focus ring for this widget.","Renders the default focus ring for this widget.","","","Sets the currently focused widget to this widget.","Returns true if this widget is currently focused for user …","Returns a new EventContext with widget being referenced in …","Returns a new GraphicsContext that allows invoking …","Returns a new LayoutContext that allows invoking layout …","Returns a new context representing widget.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","The graphics context clipped and offset to the area of the …","Invokes Widget::hit_test() on this context’s widget and …","Returns true if this widget is currently hovered, even if …","Invokes Widget::ime() on this context’s widget and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Invokes Widget::keyboard_input() on this context’s …","The rendering library’s state.","Returns the last layout of this widget.","Invokes Widget::layout() on this context’s widget and …","Invokes Widget::mouse_down() on this context’s widget …","Invokes Widget::hit_test() on this context’s widget and …","Invokes Widget::mouse_up() on this context’s widget and …","Invokes Widget::mouse_wheel() on this context’s widget …","Returns true if this widget that is directly beneath the …","Pushes a new child widget into the widget hierarchy …","Queries the widget hierarchy for a single style component.","Queries the widget hierarchy for matching style components.","Invokes Widget::redraw() on this context’s widget.","Ensures that this widget will be redrawn when value has …","Removes a widget from the hierarchy.","Sets the layout for child to layout.","","","","","","","","","","","","","","","","","","","","","Returns the widget this context is for.","The context for the widget receiving the event.","The context of the widget being rendered.","Automatically calculate this dimension.","A color.","A value of a style component.","A type that represents a named component with a default …","A type that represents a named component with a default …","A type that represents a group of style components.","A fully-qualified style component name.","A type that can be converted to and from Component.","The type that will be contained in the Component.","A custom component type.","A custom component value.","A 1-dimensional measurement.","A single-dimension measurement.","Use this dimension.","An easing function for animations.","A type describing characteristics about the edges of a …","A 1-dimensional measurement that may be automatically …","The Global style components group.","A style component group.","Logical Pixels","A type that represents a named style component.","A percentage between 0.0 and 1.0.","Physical Pixels","A collection of style components organized by their name.","An iterator over the owned contents of a Styles instance.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bottom edge","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","All style components supported by the built-in widgets.","","","","","Returns the default value for this component.","Returns the default value to use for this component.","","","","","","","","Return the contained value cast as T. Returns None if T …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Returns the associated component for the given name, if …","Returns the component associated with the given name, or …","The group name.","","Inserts a Component using then name provided.","Inserts a Component with a given name.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns this type, wrapped in a Component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The left edge","Returns true if this instance matches the group name of T.","Returns the name of the group.","Returns the name of the style component.","","","The name of the component within the group.","Returns a new instance using G and name.","Returns an empty collection.","Wraps an arbitrary value so that it can be used as a …","Returns a new instance using the group name of T.","Returns a new instance using group and name.","","The right edge","Returns the sum of the parts as a Size.","","","","","","","","","The top edge","","","","","","","","","","","","Attempts to extract this type from component. If component …","","","","","","","","","","","","","","","","","","","","","","","Returns a new instance with dimension for every edge.","","","","","","","","","","","Adds a Component for the name provided and returns self.","Updates bottom and returns self.","Returns a collection with the capacity to hold up to …","Updates left and right to be horizontal and returns self.","Updates left and returns self.","Updates right and returns self.","Updates top and returns self.","Updates top and bottom to be vertical and returns self.","The EasingFunction to apply to animations that have no …","The EasingFunction to apply to animations that transition …","The EasingFunction to apply to animations that transition …","A Color to be used as a highlight color.","Intrinsic, uniform padding for a widget.","The Dimension to use to space multiple lines of text.","The Color to use when rendering text.","The Dimension to use as the size to render text.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Suspends the current async task until the contained value …","A value that will not ever change externally.","An instance of a value that provides APIs to observe and …","A value that may be updated externally.","A reader that tracks the last generation accessed through …","A tag that represents an individual revision of a Dynamic …","A type that can be converted into a Value.","A value that may be either constant or dynamic.","","","","","","","","","","","Blocks the current thread until the contained value has …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a new reference-based reader for this dynamic …","","","","","","","","","","","Returns a Value::Dynamic containing value.","","","","","","","","","","Attaches for_each to this value so that it is invoked each …","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the current generation of the value.","Returns the current generation of the data stored, if the …","Returns a clone of the currently contained value.","Returns a clone of the currently contained value.","Returns a clone of the currently stored value.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Converts this Dynamic into a reader.","Returns this type as a Value.","","","","","","","","","","","","","Maps the current contents to map and returns the result.","Creates a new dynamic value that contains the result of …","Maps the contents with exclusive access. Before returning …","Maps the current contents with exclusive access and …","Maps the contents with read-only access.","Maps the contents of the dynamic value and returns the …","Creates a new instance wrapping value.","Returns the next tag.","","Marks the widget for redraw when this value is updated.","Replaces the contents with new_value, returning the …","Stores new_value in this dynamic. Before returning from …","","","","","Returns a pending transition for this value to new_value.","","","","","","","","","","","","","","","","","","","","","Updates this dynamic with new_value, but only if new_value …","Suspends the current async task until the contained value …","A helper function that invokes with_clone with a clone of …","A function that can be invoked with a parameter (T) and …","A list of Widgets.","A marker type that represents a handled event.","A type that represents whether an event has been handled …","A marker type that represents an ignored event.","An EventHandling value that represents a handled event.","An EventHandling value that represents an ignored event.","A type that can create a widget.","A Widget that has been attached to a widget hierarchy.","A mounted child widget","An unmounted child widget","A type that makes up a graphical user interface.","Exclusive access to a widget.","An instance of a Widget.","A child widget","This widget has been targeted to be focused. If this …","The widget has become the active widget.","Returns true if this widget is the currently active widget.","","","","","","","","","","","","","","","","","The widget is no longer focused for user input.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The widget is no longer active.","","","","","","","","","","","Returns an exclusive reference to T if it is the type …","Returns a reference to T if it is the type contained.","","","","","","","","","","","","","","","","","","","","","","The widget has received focus for user input.","Returns true if this widget is the currently focused …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Returns true if this widget should respond to mouse input …","The widget is currently has a cursor hovering it at …","Returns true if this widget is currently the hovered …","Returns the unique id of this widget instance.","Returns the unique id of this widget instance.","An input manager event has been sent to this widget. …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Invokes the wrapped function and returns the produced …","Returns true if there are no widgets in this list.","A keyboard event has been sent to this widget. Returns …","Returns the region that the widget was last rendered at.","Layout this widget and returns the ideal size based on its …","Returns the number of widgets in this list.","Locks the widget for exclusive access. Locking widgets …","Locks the widget for exclusive access. Locking widgets …","","Returns a new widget.","","The widget has been mounted into a parent widget.","Returns this child, mounting it in the process if …","A mouse button event has occurred at location. Returns …","A mouse button is being held down as the cursor is moved …","A mouse button is no longer being pressed.","A mouse wheel event has been sent to this widget. Returns …","Returns a new instance that calls function each time the …","Returns a new instance containing widget.","Returns an empty list.","Returns a new unmounted child","Returns the next widget to focus after this widget.","Returns the parent of this widget.","Returns true if this widget that is directly beneath the …","Pushes widget into the list.","Redraw the contents of this widget.","","Runs this widget instance as an application.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The widget is no longer being hovered.","The widget has been removed from its parent widget.","","","","","","","","","Returns a list with enough capacity to hold capacity …","Sets the widget that should be focused next.","Sets the widget that should be focused next.","Associates styles with this widget.","Adds widget to self and returns the updated list.","A widget aligns its contents to its container’s …","","A 2d drawable surface.","A widget that expands its child widget to fill the parent.","A text input widget.","A read-only text widget.","A widget that resizes its contained widget to an explicit …","","","A widget that applies a set of Styles to all contained …","A layered tile-based 2d game surface.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A clickable, labeled button","","","","","","","","","","","","","","","","","Returns a new spacing widget that centers widget …","Returns a reference to the child widget.","Returns a reference to the child widget.","","","","","","","","","Returns a new tilemap that contains dynamic layers.","Returns an empty widget.","","","","","","","","","","Sets the camera’s focus and returns self.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Resizes child’s height to height.","If present, the height to apply to the child widget.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a new canvas that draws its contents by invoking …","Returns a new widget containing initial_text.","Returns a new spacing widget containing widget, …","Returns a widget that expands child to fill the parent …","Returns a new label that displays text.","Returns a new widget that applies styles to child and any …","Returns a new tilemap that renders layers.","Sets the on_key callback.","","","","","","","","","","","","","","","","","A container that scrolls its contents on a virtual surface.","A widget that combines an array of [Widgets] into one.","The value of this widget.","The contents of the label.","Associates a Tick with this widget and returns self.","Associates a Tick with this widget and returns self.","Resizes child to size.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The weight to use when splitting available space with …","Returns a widget that expands child to fill the parent …","Resizes child’s width to width.","If present, the width to apply to the child widget.","A clickable button.","The background color of the button when it is active …","The background color of the button.","The background color of the button when the mouse cursor …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","The label to display on the button.","","","","","","","","","","Returns a new button with the provided label.","Sets the on_click callback and returns self.","The callback that is invoked when the button is clicked.","","","","","","","","","","","","","","","","","","","","","","","A widget that supports scrolling its contents.","The thickness that scrollbars are drawn with.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns a new scroll widget that allows scrolling contents …","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns a new scroll widget containing contents that …","","","","","","","","","","","","Returns a new scroll widget that allows scrolling contents …","The child widgets should be displayed as columns.","Use an exact measurement for this widget’s size.","Attempt to lay out the widget based on its contents.","Use a fractional amount of the available space.","The child widgets should be displayed as rows.","A widget that displays a collection of [Widgets] in a …","The strategy to use when laying a widget out inside of an …","The direction of an Stack widget.","The orientation (Row/Column) of an Stack widget.","","","","","","","","","","","","","","","","","","","","","","","","","The children widgets that belong to this array.","","","","","","","Returns a new instance that displays widgets in a series …","Display child widgets as columns.","Display child widgets as columns in reverse order.","The direction to display the children using.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a new widget with the given direction and widgets.","The orientation of the widgets.","","If true, the widgets will be laid out in reverse order.","Returns a new instance that displays widgets in a series …","Display child widgets as rows.","Display child widgets as rows in reverse order.","","","","","","","","","","","","","","","","","","","","","The weight to apply to this widget when dividing multiple …","The type that is provided when initializing this window.","A currently running Gooey window.","A Gooey window that is not yet running.","The attributes of a Gooey window.","The behavior of a Gooey window.","","","The attributes of this window.","","","","","The window has been requested to close. If this function …","","","Returns a new instance using widget as its contents.","Returns the argument unchanged.","","Return a new instance of this behavior using context.","Calls U::from(self).","","","","","","Create the window’s root widget. This function is only …","Returns a new instance using context to initialize the …","","Runs this behavior as an application.","Runs this behavior as an application, initialized with …","","","",""],"i":[9,187,0,0,0,9,0,0,0,0,0,0,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,0,3,3,7,8,9,7,8,9,0,10,3,7,3,3,7,8,10,9,3,3,3,3,3,3,7,9,7,7,7,9,9,9,7,8,10,9,3,7,7,7,8,10,9,3,7,8,10,9,8,7,3,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,9,3,3,7,7,8,8,10,10,9,9,8,10,0,9,3,3,3,7,8,8,3,8,188,3,3,0,0,9,8,7,8,9,3,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,0,3,0,0,0,187,0,55,0,0,0,0,0,0,0,70,0,0,0,70,0,0,69,0,101,0,0,0,0,69,0,55,62,60,61,63,67,72,102,189,60,56,61,63,68,69,70,67,72,102,189,60,56,61,63,68,69,70,101,67,67,72,102,189,60,56,61,63,68,69,70,67,72,102,189,60,56,61,63,68,69,70,190,102,56,63,67,72,102,189,60,56,61,63,68,69,70,67,72,102,189,60,56,61,63,68,69,70,68,69,70,69,70,69,69,69,68,69,69,68,67,72,102,189,60,56,61,63,68,69,70,68,67,59,70,0,69,69,69,69,69,58,72,68,69,70,67,72,72,102,189,60,56,61,63,68,69,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,67,72,102,189,60,56,61,63,68,69,70,67,72,102,189,60,56,61,63,68,69,70,55,102,56,63,67,72,102,189,60,56,61,63,68,69,70,67,72,102,189,60,56,61,63,68,69,70,67,72,102,189,60,56,61,63,68,69,70,70,69,69,67,67,72,72,102,102,189,189,60,60,56,56,61,61,63,63,68,68,69,69,70,70,191,64,69,56,63,68,69,67,55,101,69,69,191,102,56,63,69,70,67,72,102,189,60,56,61,63,68,69,70,70,70,67,72,102,189,60,56,61,63,68,69,70,67,72,102,189,60,56,61,63,68,69,70,67,72,102,189,60,56,61,63,68,69,70,58,72,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,91,95,95,73,73,97,97,80,80,87,87,89,89,76,76,81,81,92,92,94,94,93,93,100,100,96,96,98,98,88,88,90,90,82,82,85,85,79,79,74,74,86,86,77,77,84,84,75,75,78,78,99,99,83,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,105,91,91,95,95,73,73,97,97,80,80,87,87,89,89,76,76,81,81,92,92,94,94,93,93,100,100,96,96,98,98,88,88,90,90,82,82,85,85,79,79,74,74,86,86,77,77,84,84,75,75,78,78,99,99,83,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,105,91,95,73,97,80,87,89,76,81,92,94,93,100,96,98,88,90,82,85,79,74,86,77,84,75,78,99,83,0,110,0,0,0,0,110,0,48,48,106,110,107,108,48,106,110,107,108,48,192,106,107,108,48,48,106,110,107,108,48,106,110,107,108,48,107,48,106,110,107,108,48,106,110,107,108,48,107,48,106,110,107,108,48,106,110,107,108,48,106,110,107,108,48,107,107,106,107,48,48,106,107,108,48,106,110,107,108,48,106,110,107,108,48,107,106,48,106,106,110,107,108,48,106,110,107,108,48,110,106,110,107,108,48,106,106,110,110,107,107,108,108,48,48,106,106,48,108,106,106,106,106,48,192,48,48,107,48,192,108,106,110,107,108,48,106,110,107,108,48,106,110,107,108,48,106,110,107,108,48,48,106,107,122,103,0,0,0,0,0,0,118,103,0,0,103,122,103,0,0,0,0,123,0,103,123,0,0,135,193,109,103,122,123,124,125,126,127,135,193,109,103,122,123,124,125,126,127,135,193,109,103,122,123,124,125,126,127,135,193,109,103,122,123,124,125,126,127,127,135,193,109,103,122,123,124,125,126,127,135,193,109,103,122,123,124,125,126,127,109,103,122,123,124,125,126,127,109,103,122,123,124,125,126,127,0,109,122,123,127,119,118,135,193,109,103,122,123,124,124,125,126,127,125,126,125,125,125,126,126,126,109,103,122,123,124,125,126,127,135,193,109,103,103,103,103,103,103,122,122,122,122,123,123,123,124,125,126,127,127,127,135,193,109,103,122,123,124,125,126,127,109,123,123,109,109,126,125,109,109,135,193,109,103,122,123,124,125,126,127,135,193,109,103,122,123,124,125,126,127,135,193,109,103,122,123,124,125,126,127,135,193,109,103,122,123,124,125,126,127,194,123,124,122,123,127,135,109,123,123,135,135,193,193,109,109,103,103,122,122,122,123,123,123,124,124,125,125,126,126,127,127,127,125,195,132,193,126,126,126,109,124,125,126,135,127,127,109,103,122,123,124,125,126,127,127,135,193,109,103,122,123,123,124,125,126,127,194,123,124,135,193,109,103,122,123,124,125,126,127,135,193,109,103,122,123,124,125,126,127,127,135,193,109,103,122,123,124,125,126,127,109,127,109,127,127,127,127,127,0,0,0,0,0,0,0,0,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,138,138,139,139,139,140,140,140,141,141,141,142,142,142,143,143,143,144,144,144,145,145,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,138,139,139,140,140,141,141,142,142,143,143,144,144,145,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,0,40,0,40,0,0,0,0,121,146,148,147,40,121,146,148,147,40,146,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,147,40,121,146,147,40,121,121,147,40,121,146,148,147,40,121,146,40,147,147,147,147,121,146,148,147,40,121,121,146,146,148,147,40,121,146,148,147,40,121,40,121,146,40,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,147,148,121,163,121,121,121,146,146,148,148,147,147,40,40,40,40,121,121,40,121,146,121,147,148,40,121,121,121,146,147,40,121,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,121,0,0,0,0,0,0,0,0,0,155,155,0,0,0,0,160,160,111,158,157,153,154,117,111,156,155,158,157,153,154,117,111,156,155,160,158,157,153,154,117,111,156,155,158,157,153,154,117,111,156,155,158,157,153,154,117,111,156,155,158,157,153,154,117,111,156,155,153,154,117,111,155,153,154,117,111,155,160,156,156,158,157,153,154,117,111,156,155,157,157,153,154,117,111,111,153,153,153,154,154,154,117,117,117,158,153,154,117,111,156,155,160,111,158,157,153,154,117,111,156,155,158,157,153,154,117,111,156,155,156,160,160,111,117,111,160,117,158,157,153,154,117,111,156,155,158,157,153,154,117,111,156,155,153,154,117,111,156,155,158,157,153,154,117,111,156,155,153,154,158,158,157,157,153,153,154,154,117,117,111,111,156,156,155,155,158,156,160,111,160,156,117,111,117,161,117,160,155,160,160,160,160,158,117,156,155,111,111,111,156,160,117,117,153,154,117,111,155,158,157,153,154,117,111,156,155,158,157,153,154,117,111,156,155,158,157,153,154,117,111,156,155,160,160,158,157,153,154,117,111,156,155,156,161,117,161,156,0,0,0,0,0,0,0,0,0,0,0,165,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,165,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,0,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,166,167,168,170,165,166,167,171,168,164,169,169,165,170,165,166,167,171,168,164,169,165,169,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,168,168,165,165,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,166,167,171,168,164,169,170,165,166,167,171,168,164,169,170,170,165,165,166,166,167,167,171,171,168,168,164,164,169,169,165,169,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,164,165,165,169,170,165,166,167,171,164,169,165,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,0,0,165,171,170,169,168,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,170,165,166,167,171,168,164,169,167,167,168,168,0,0,0,0,175,175,175,176,177,178,175,176,177,178,175,175,176,177,178,175,176,177,178,175,176,177,178,175,176,177,178,176,177,178,176,177,178,175,176,177,178,176,177,178,175,176,177,178,176,177,178,176,176,176,177,177,177,178,178,178,175,176,177,178,175,175,176,177,178,175,176,177,178,175,175,175,176,177,178,175,176,177,178,176,177,178,175,176,177,178,176,177,178,175,175,176,176,177,177,178,178,175,175,175,175,175,175,175,175,176,177,178,175,175,175,175,175,176,177,178,175,176,177,178,175,176,177,178,175,176,177,178,175,175,176,177,178,0,0,179,180,179,180,179,180,179,180,179,180,179,180,179,179,179,180,180,179,180,179,180,180,180,180,179,180,179,180,179,180,179,180,179,179,180,180,180,180,180,179,180,180,180,180,179,180,179,180,179,180,180,179,180,180,182,183,183,183,182,0,0,0,0,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,181,182,183,184,181,181,184,184,181,182,183,181,182,181,181,181,182,182,182,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,181,182,183,184,184,181,181,182,182,183,183,184,184,184,181,184,181,184,181,181,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,184,181,182,183,196,185,0,0,0,0,186,186,186,186,186,186,186,185,186,186,186,186,186,185,186,186,186,186,186,186,185,186,186,185,185,186,186,186,186],"f":[0,0,0,0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],0,[3,[[5,[4]]]],[[3,[5,[6]]],3],[7,7],[8,8],[9,9],[[]],[[]],[[]],0,[[],10],[3],[7],[3],[[]],[[]],[[]],[[]],[[]],[[3,[12,[11]],[13,[11]],[14,[11]],[16,[15]],[16,[17]]]],[[3,[21,[[0,[18,19,11,20]]]],[14,[[0,[18,19,11,20]]]],[16,[15]],[16,[17]]]],[[3,[23,[[22,[11]]]],[14,[11]],[16,[15]],[16,[17]]]],[[3,24,25,[13,[6]],[14,[11]],[16,[15]],[16,[17]]]],[[3,26,[5,[[0,[11,19]]]]]],[[3,[27,[[0,[18,19,11,20]]]],26,[14,[[0,[18,19,11,20]]]],[16,[15]],[16,[17]]]],[[7,7],28],[[9,9],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[7,29],30],[[8,29],30],[[10,29],30],[[9,29],30],[[]],[[]],[31,7],[32,7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[8,33],8],[[7,34]],[3,35],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[8,41],42],0,0,[9,4],[[3,[23,[[22,[11]]]]],[[12,[11]]]],[[3,24,25],[[12,[11]]]],[35,3],[[[23,[[43,[31]]]]],7],[[44,[0,[45,46]]],8],[47,8],[3,[[5,[6]]]],[[8,48]],[[],49],[3,50],[3,[[51,[4]]]],0,0,[[9,4]],[[47,[0,[45,46]]],8],[[]],[[]],[[]],[3,[[14,[6]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],0,[3,[[16,[[5,[4]]]]]],0,0,0,[54],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[55,[[56,[55]]]],[44,[[57,[44]]]],[[[60,[58,59]],44],[[57,[44]]]],[[[61,[55,55]],44],[[57,[44]]]],[[[63,[62]],44],[[57,[44]]]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[[67,[[0,[64,65,46,66]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[37,[62]]]],[[],[[37,[62,36]]]],[[],[[37,[62,36]]]],[[],[[37,[62,36]]]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],[69,69],[70,70],[[]],[[]],[[69,69],71],[[],71],[[],71],[[],68],[[],69],[69],[68],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],0,[69,17],[[70,69],17],0,[[69,17],28],[[69,69],28],[[],28],[[],28],[[],28],[[]],[[[72,[[0,[64,65,46,66]]]]]],[[68,29],30],[[69,29],30],[[70,29],30],[[]],[[]],[[[67,[65]]],[[72,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[73,70],[74,70],[75,70],[76,70],[77,70],[78,70],[79,70],[80,70],[81,70],[82,70],[83,70],[84,70],[85,70],[86,70],[87,70],[88,70],[89,70],[90,70],[91,70],[92,70],[93,70],[94,70],[95,70],[96,70],[97,70],[98,70],[[]],[99,70],[100,70],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[102,[101,59]]]],[[[56,[55,55]]]],[[[63,[55]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],103],[[]],[69,17],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[104],[17],[[69,69,17],69],[[55,55],[[56,[55,55]]]],[[[0,[45,46,66]]],63],[[],68],[17,69],0,[[[0,[45,46,66]]],63],[44,[[102,[105]]]],[[69,69],[[16,[71]]]],[[69,17],[[16,[71]]]],[[],68],[[],68],[[],68],[[],68],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[103,[[52,[70]]]],[103,[[52,[103]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[17],[[[72,[[0,[64,65,46,66]]]],17]],[[[102,[101,105]],59],[[102,[101,59]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[105,105],[91,91],[95,95],[73,73],[97,97],[80,80],[87,87],[89,89],[76,76],[81,81],[92,92],[94,94],[93,93],[100,100],[96,96],[98,98],[88,88],[90,90],[82,82],[85,85],[79,79],[74,74],[86,86],[77,77],[84,84],[75,75],[78,78],[99,99],[83,83],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[105,69],17],[[91,69],17],[69,17],[69,17],[[95,69],17],[[73,69],17],[69,17],[69,17],[[97,69],17],[69,17],[[80,69],17],[[87,69],17],[69,17],[69,17],[[89,69],17],[69,17],[[76,69],17],[69,17],[[81,69],17],[[92,69],17],[69,17],[[94,69],17],[69,17],[[93,69],17],[69,17],[[100,69],17],[69,17],[[96,69],17],[69,17],[[98,69],17],[69,17],[69,17],[[88,69],17],[[90,69],17],[69,17],[[82,69],17],[69,17],[[85,69],17],[69,17],[69,17],[[79,69],17],[69,17],[[74,69],17],[69,17],[[86,69],17],[69,17],[[77,69],17],[[84,69],17],[69,17],[[75,69],17],[69,17],[[78,69],17],[69,17],[[99,69],17],[69,17],[[83,69],17],[69,17],[[105,29],30],[[91,29],30],[[95,29],30],[[73,29],30],[[97,29],30],[[80,29],30],[[87,29],30],[[89,29],30],[[76,29],30],[[81,29],30],[[92,29],30],[[94,29],30],[[93,29],30],[[100,29],30],[[96,29],30],[[98,29],30],[[88,29],30],[[90,29],30],[[82,29],30],[[85,29],30],[[79,29],30],[[74,29],30],[[86,29],30],[[77,29],30],[[84,29],30],[[75,29],30],[[78,29],30],[[99,29],30],[[83,29],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,0,0,[48,28],[48,28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],106],[106,106],[107,106],[108,108],[[48,109]],[48,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[107,107],[48,48],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[107,[5,[6]]],107],[48,28],[106],[110],[107],[108],[48],[106],[110],[107],[108],[48],[[]],[[]],[[]],[[]],[[]],[107],[[107,109]],[106],[107],[48],[48,28],[[106,111],106],[[107,111],107],[[108,111],108],[[48,111],48],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[106,[14,[6]]],28],[48,28],[[106,112],42],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[106,113,41,28],42],0,[48,[[16,[[5,[6]]]]]],[[108,[51,[9]]],[[51,[4]]]],[[106,[14,[6]],113,114],42],[[106,[14,[6]],113,114]],[[106,[16,[[14,[6]]]],113,114]],[[106,113,115,116],42],[48,28],[117,111],[[48,118]],[[48,[120,[119]]],109],[107],[[48,121]],[111],[[108,111,[5,[6]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[48,111],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[109,109],[103,103],[122,122],[123,123],[124,124],[125,125],[126,126],[[[127,[65]]],[[127,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],109],[[],122],[[],123],[[],[[127,[128]]]],[[],103],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[124,[[16,[[0,[129,46,66]]]]]],[[]],[[]],[[]],[[125,125],28],[[126,126],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[109,29],30],[[103,29],30],[[122,29],30],[[123,29],30],[[124,29],30],[[125,29],30],[[126,29],30],[[[127,[129]],29],30],[[]],[[]],[[]],[25,103],[130,103],[[]],[70,103],[6,103],[123,103],[130,122],[123,122],[6,122],[[]],[6,123],[[]],[130,123],[[]],[[]],[[]],[[]],[131],[65,[[127,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[33,109],[[130,50],123],[[6,50],123],[[109,[0,[132,104]]],[[16,[103]]]],[[109,[0,[118,104]]]],0,[[125,34]],[[109,132,[23,[103]]]],[[109,126,[23,[103]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],103],[[],103],[124,103],[[]],[[]],[[]],[[]],[109],[[123,50],130],[[123,50],6],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[122,[[40,[[127,[122]]]]]],[[],40],[[],[[40,[16]]]],[[],40],[123,[[40,[[127,[123]]]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],0,[125,28],[[],7],[[],[[43,[126]]]],[[],7],[126,[[43,[126]]]],0,[[[23,[7]]],126],[[],109],[[[0,[133,134,129,46,66]]],124],[[],125],[[125,[23,[7]]],126],[135,16],0,[[[127,[[0,[136,20]]]]],[[51,[[0,[136,20]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],52],[[],52],[[],52],[[],52],[[],52],[103,[[52,[123]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[103,[[52,[103]]]],[103,[[52,[103]]]],[103,[[52,[124,103]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[[23,[123]]],[[127,[123]]]],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[109,132,[23,[103]]],109],[[127,23],127],[137,109],[[[127,[65]],[23,[65]]],[[127,[65]]]],[[127,23],127],[[127,23],127],[[127,23],127],[[[127,[65]],[23,[65]]],[[127,[65]]]],0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[138,138],[139,139],[140,140],[141,141],[142,142],[143,143],[144,144],[145,145],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[138,123],[139,123],[140,25],[141,25],[142,123],[143],[144],[145],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[138,138],28],[[139,139],28],[[140,140],28],[[141,141],28],[[142,142],28],[[143,143],28],[[144,144],28],[[145,145],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[138,29],30],[[139,29],30],[[140,29],30],[[141,29],30],[[142,29],30],[[143,29],30],[[144,29],30],[[145,29],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[138,[[43,[126]]]],[139,[[43,[126]]]],[140,[[43,[126]]]],[141,[[43,[126]]]],[142,[[43,[126]]]],[143,[[43,[126]]]],[144,[[43,[126]]]],[145,[[43,[126]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[146,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[121,121],[146,146],[147,147],[[[40,[65]]],[[40,[65]]]],[[]],[[]],[[]],[[]],[121,146],[[],[[121,[128]]]],[[],147],[[],[[40,[128]]]],[[]],[[]],[[]],[[]],[[]],[121],[146],[[],40],[[147,147],28],[[],28],[[],28],[[],28],[[[121,[129]],29],30],[[[146,[129]],29],30],[[[148,[129]],29],30],[[147,29],30],[[[40,[129]],29],30],[[121,[0,[45,46]]]],[[]],[121,146],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[121,147],[40,[[16,[147]]]],[[[121,[65]]],65],[[[146,[65]]],65],[[[40,[65]]],65],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[121,146],[[],40],[121,40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[40,40],[[],40],[[],[[40,[16]]]],[[40,54]],[[121,[0,[45,46]]],[[121,[46]]]],[[121,54]],[[40,54]],[[121,54]],[[146,54]],[[],121],[147,147],[[[149,[148]],150],151],[[40,48]],[121],[121],[[]],[[]],[[]],[[]],[[[121,[[0,[64,65,46,66]]]],[0,[64,65,46,66]]],[[67,[[0,[64,65,46,66]]]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[[121,[152]],152]],[146,148],[[121,54]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[106,28],[106],[111,28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[106],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[153,153],[154,154],[117,117],[111,111],[155,155],[[]],[[]],[[]],[[]],[[]],[106],[[],156],[156],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[157,16],[157,16],[[153,153],28],[[154,154],28],[[117,117],28],[[111,111],28],[[111,117],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[158,29],30],[[153,29],30],[[154,29],30],[[117,29],30],[[111,29],30],[[156,29],30],[[155,29],30],[106],[111,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[33,156],[[[14,[6]],106],28],[[[14,[6]],106]],[111,28],0,0,[[112,106],42],[159,117],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[158],[156,28],[[113,41,28,106],42],[111,[[16,[[5,[6]]]]]],[[[51,[9]],108],[[51,[4]]]],[156,137],[117,157],[111,157],[117,117],[[],117],[117,117],[106],[[155,106],111],[[[14,[6]],113,114,106],42],[[[14,[6]],113,114,106]],[[[16,[[14,[6]]]],113,114,106]],[[113,115,116,106],42],[[[0,[45,46,134]]],158],[160,117],[[],156],[161,155],[111,[[16,[111]]]],[111,[[16,[111]]]],[111,28],[[156,161]],[107],[[],[[52,[162]]]],[117,49],[[]],[[]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[106],[106],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[137,156],[[[163,[[16,[0]]]]],117],[[117,[163,[[16,[0]]]]],117],[[104,[23,[109]]],164],[[156,161],156],0,0,0,0,0,0,0,0,0,0,0,[[165,106],28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[165,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[161,166],[167,155],[168,155],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[121,169],[[],165],[[170,29],30],[[165,29],30],[[166,29],30],[[167,29],30],[[171,29],30],[[168,29],30],[[164,29],30],[[[169,[129]],29],30],[[165,106]],[[169,[163,[172]]],169],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[23,[123]],161],168],0,[[165,[14,[6]],106],28],[[165,112,106],42],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[165,113,41,28,106],42],[[[169,[173]],113,41,28,106],42],[[170,[51,[9]],108],[[51,[4]]]],[[165,[51,[9]],108],[[51,[4]]]],[[166,[51,[9]],108],[[51,[4]]]],[[167,[51,[9]],108],[[51,[4]]]],[[171,[51,[9]],108],[[51,[4]]]],[[168,[51,[9]],108],[[51,[4]]]],[[164,[51,[9]],108],[[51,[4]]]],[[[169,[173]],[51,[9]],108],[[51,[4]]]],[[],117],[[],117],[[],117],[[],117],[[],117],[[],117],[[],117],[[],117],[[164,106]],[[165,[14,[6]],113,114,106],42],[[165,[14,[6]],113,114,106]],[[[169,[173]],113,115,116,106],42],[[[0,[45,46,134]]],170],[[[163,[32]]],165],[[[163,[[127,[122]]]],161],166],[161,167],[[[163,[32]]],171],[[[23,[109]],161],164],[[],169],[[165,[0,[45,46,134]]],165],[[170,107]],[[165,107]],[[166,107]],[[167,107]],[[171,107]],[[168,107]],[[164,107]],[[[169,[173]],107]],[[],[[52,[162]]]],[[],[[52,[162]]]],[[],[[52,[162]]]],[[],[[52,[162]]]],[[],[[52,[162]]]],[[],[[52,[162]]]],[[],[[52,[162]]]],[[],[[52,[162]]]],0,0,0,0,[[170,8],170],[[169,8],169],[[[51,[[23,[123]]]],161],168],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],0,[[174,161],167],[[[23,[123]],161],168],0,0,0,0,0,[[175,106],28],[[175,106]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[175,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[176,176],[177,177],[178,178],[[]],[[]],[[]],[[175,106]],[[],103],[[],103],[[],103],[176,25],[177,25],[178,25],[[]],[[]],[[]],[[]],[[176,176],28],[[177,177],28],[[178,178],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[175,29],30],[[176,29],30],[[177,29],30],[[178,29],30],[[175,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[175,[14,[6]],106],28],[[175,[14,[6]],106]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[175,113,41,28,106],42],0,[[175,[51,[9]],108],[[51,[4]]]],[[],117],[[175,[14,[6]],113,114,106],42],[[175,[14,[6]],113,114,106]],[[175,[16,[[14,[6]]]],113,114,106]],[[],7],[176,[[43,[126]]]],[177,[[43,[126]]]],[178,[[43,[126]]]],[[[163,[32]]],175],[[175,[0,[45,46,134]]],175],0,[[175,107]],[[],[[52,[162]]]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[175,106]],[[],16],[[],16],[[],16],[[],16],0,0,[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[],2],[[],2],[[]],[[]],[[],103],[179],[[]],[[]],[[180,29],30],[[]],[[]],[[]],[[]],[[180,[14,[6]],106],28],[161,180],[[180,[14,[6]],106]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[180,[51,[9]],108],[[51,[4]]]],[[],117],[[180,113,115,116,106],42],[179,[[43,[126]]]],[[],7],[161,180],[[180,107]],[[],[[52,[162]]]],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[180,106]],[[],16],[[],16],[161,180],0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],0,[181,181],[182,182],[183,183],[[]],[[]],[[]],[[[163,[156]]],184],[[],181],[[],181],0,[[]],[[]],[[]],[[]],[[181,181],28],[[182,182],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[184,29],30],[[181,29],30],[[182,29],30],[[183,29],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[184,[51,[9]],108],[[51,[4]]]],[[],117],[[[163,[181]],[163,[156]]],184],0,[[184,107]],0,[[[163,[156]]],184],[[],181],[[],181],[[],[[52,[162]]]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,[[],1],[[],1],0,[[]],[[]],[[],2],[[]],[159,28],[[],[[186,[185]]]],[[]],[160,[[186,[117]]]],[[]],[[]],[159],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],40],[[],[[40,[16]]]],[[],117],[[],[[186,[185]]]],[[[186,[185]]],49],[[],49],[[],49],[[],52],[[],52],[[],53],[[],16]],"c":[],"p":[[8,"Any"],[8,"CastFrom"],[3,"Graphics"],[3,"UPx"],[3,"Rect"],[3,"Px"],[3,"Name"],[3,"Tick"],[4,"ConstraintLimit"],[3,"InputState"],[8,"ScreenUnit"],[3,"MeasuredText"],[4,"TextOrigin"],[3,"Point"],[3,"Angle"],[4,"Option"],[15,"f32"],[8,"IsZero"],[8,"ShaderScalable"],[8,"Copy"],[3,"Shape"],[3,"Text"],[8,"Into"],[3,"Buffer"],[3,"Color"],[8,"TextureSource"],[8,"ShapeSource"],[15,"bool"],[3,"Formatter"],[6,"Result"],[15,"str"],[3,"String"],[8,"IntoIterator"],[8,"Hasher"],[3,"Renderer"],[3,"Global"],[3,"Box"],[3,"Arc"],[3,"Rc"],[4,"Value"],[3,"KeyEvent"],[6,"EventHandling"],[4,"Cow"],[3,"Duration"],[8,"FnMut"],[8,"Send"],[15,"u32"],[3,"WidgetContext"],[6,"Result"],[3,"Fraction"],[3,"Size"],[4,"Result"],[3,"TypeId"],[8,"FnOnce"],[8,"IntoAnimate"],[3,"Chain"],[4,"ControlFlow"],[8,"AnimateTarget"],[8,"Easing"],[3,"RunningAnimation"],[3,"RunningChain"],[8,"Animate"],[3,"OnCompleteAnimation"],[8,"LinearInterpolate"],[8,"Clone"],[8,"Sync"],[3,"DynamicTransition"],[3,"AnimationHandle"],[3,"ZeroToOne"],[4,"EasingFunction"],[4,"Ordering"],[3,"TransitioningDynamic"],[3,"EaseInQuadradic"],[3,"EaseInBack"],[3,"EaseOutElastic"],[3,"EaseInOutCubic"],[3,"EaseInOutBack"],[3,"EaseInOutElastic"],[3,"EaseInOutCircular"],[3,"EaseInOutQuadradic"],[3,"EaseInQuartic"],[3,"EaseInCircular"],[3,"EaseOutBounce"],[3,"EaseInElastic"],[3,"EaseOutCircular"],[3,"EaseOutBack"],[3,"EaseInCubic"],[3,"EaseOutExponential"],[3,"EaseOutCubic"],[3,"EaseInOutExponential"],[3,"EaseOutSine"],[3,"EaseOutQuartic"],[3,"EaseInQuintic"],[3,"EaseInOutQuartic"],[3,"EaseInOutSine"],[3,"EaseInOutQuintic"],[3,"EaseOutQuadradic"],[3,"EaseInExponential"],[3,"EaseInBounce"],[3,"EaseOutQuintic"],[8,"AnimationTarget"],[3,"Animation"],[4,"Component"],[8,"Sized"],[3,"Linear"],[3,"EventContext"],[3,"GraphicsContext"],[3,"LayoutContext"],[3,"Styles"],[4,"Exclusive"],[3,"ManagedWidget"],[4,"Ime"],[3,"DeviceId"],[4,"MouseButton"],[4,"MouseScrollDelta"],[4,"TouchPhase"],[3,"WidgetInstance"],[8,"ComponentDefinition"],[8,"ComponentDefaultvalue"],[15,"slice"],[3,"Dynamic"],[4,"FlexibleDimension"],[4,"Dimension"],[3,"CustomComponent"],[3,"Group"],[3,"ComponentName"],[3,"Edges"],[8,"Default"],[8,"Debug"],[3,"Lp"],[15,"never"],[8,"NamedComponent"],[8,"RefUnwindSafe"],[8,"UnwindSafe"],[3,"StylesIntoIter"],[8,"Add"],[15,"usize"],[3,"TextSize"],[3,"LineHeight"],[3,"TextColor"],[3,"HighlightColor"],[3,"IntrinsicPadding"],[3,"Easing"],[3,"EasingIn"],[3,"EasingOut"],[3,"DynamicReader"],[3,"Generation"],[3,"BlockUntilUpdatedFuture"],[3,"Pin"],[3,"Context"],[4,"Poll"],[8,"Eq"],[3,"EventHandled"],[3,"EventIgnored"],[4,"WidgetRef"],[3,"Children"],[3,"WidgetGuard"],[3,"Callback"],[6,"RunningWindow"],[8,"Widget"],[8,"MakeWidget"],[4,"EventLoopError"],[8,"IntoValue"],[3,"Style"],[3,"Input"],[3,"Align"],[3,"Expand"],[3,"Resize"],[3,"TileMap"],[3,"Canvas"],[3,"Label"],[4,"TileMapFocus"],[8,"Layers"],[15,"u8"],[3,"Button"],[3,"ButtonBackground"],[3,"ButtonActiveBackground"],[3,"ButtonHoverBackground"],[3,"ScrollBarThickness"],[3,"Scroll"],[3,"StackDirection"],[4,"StackOrientation"],[4,"StackDimension"],[3,"Stack"],[8,"WindowBehavior"],[3,"Window"],[8,"WithClone"],[8,"Run"],[3,"BoxedAnimation"],[8,"BoxAnimate"],[8,"Spawn"],[8,"AsEventContext"],[4,"Global"],[8,"ComponentType"],[8,"ComponentGroup"],[13,"Fractional"]]}\
+"gooey":{"doc":"Gooey is considered experimental and unsupported crate …","t":"NQEDDNDGIDIALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMCLLLLLLLLLKLLAOLLLLLLLLLLLLLLLLLLLLLLLLLLALAAAKIQIDDIIDDNDIENIISDQDDIDSDLKLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKLALLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLMLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLDDDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLINDEDDNDLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMNNEIIIDIQNDENNNDEEDNINNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLKKLLMLLLLLLMLLLLLLLLLMLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDNDDIELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDGDRRIIDNDNIDDDELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLKLKLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDCDDDDDCCDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNDEDELLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLMQGDGILLMLLLLLLLLLLKLLLLLLKLLLLLLLL","n":["ClippedAfter","Cloned","ConstraintLimit","Graphics","InputState","Known","Name","Result","Run","Tick","WithClone","animation","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","children","clip_rect","clipped_to","clone","clone","clone","clone_into","clone_into","clone_into","context","default","deref","deref","deref_mut","downcast","downcast","downcast","downcast","downcast","draw_measured_text","draw_shape","draw_text","draw_text_buffer","draw_texture","draw_textured_shape","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","handled_keys","hash","inner_graphics","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","key_input","keys","kludgine","max","measure_text","measure_text_buffer","new","new","new","redraws_per_second","region","rendered","run","scale","size","styles","styles","sub","times_per_second","to_owned","to_owned","to_owned","translation","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","value","visible_rect","widget","widgets","window","with_clone","Animate","Animate","AnimateTarget","Animation","AnimationHandle","AnimationTarget","BoxAnimate","BoxedAnimation","Chain","Custom","DynamicTransition","Easing","EasingFunction","Fn","IntoAnimate","LinearInterpolate","ONE","OnCompleteAnimation","Running","RunningAnimation","RunningChain","Spawn","TransitioningDynamic","ZERO","ZeroToOne","and_then","animate","animate","animate","animate","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","begin","begin","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","boxed","boxed","boxed","boxed","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clear","clone","clone","clone_into","clone_into","cmp","compare","compare","default","default","deref","detach","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","drop","dynamic","ease","ease","easings","eq","eq","equivalent","equivalent","equivalent","finish","finish","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","into","into","into","into","into","into","into","into","into","into","into","into_animate","into_animate","into_animate","into_animate","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_component","into_components","into_f32","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","launch","lerp","lerp","new","new","new","new","new_value","on_complete","over","partial_cmp","partial_cmp","spawn","spawn","spawn","spawn","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_component","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","with_easing","EaseInBack","EaseInBounce","EaseInCircular","EaseInCubic","EaseInElastic","EaseInExponential","EaseInOutBack","EaseInOutCircular","EaseInOutCubic","EaseInOutElastic","EaseInOutExponential","EaseInOutQuadradic","EaseInOutQuartic","EaseInOutQuintic","EaseInOutSine","EaseInQuadradic","EaseInQuartic","EaseInQuintic","EaseOutBack","EaseOutBounce","EaseOutCircular","EaseOutCubic","EaseOutElastic","EaseOutExponential","EaseOutQuadradic","EaseOutQuartic","EaseOutQuintic","EaseOutSine","Linear","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","ease","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","AsEventContext","Borrowed","EventContext","Exclusive","GraphicsContext","LayoutContext","Owned","WidgetContext","activate","active","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_event_context","as_event_context","as_event_context","as_temporary","attach_styles","blur","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrowed","borrowed","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","clipped_to","deactivate","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","downcast","downcast","downcast","downcast","downcast","draw_focus_ring","draw_focus_ring_using","drop","drop","focus","focused","for_other","for_other","for_other","for_other","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","graphics","hit_test","hovered","ime","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","keyboard_input","kludgine","last_layout","layout","mouse_down","mouse_drag","mouse_up","mouse_wheel","primary_hover","push_child","query_style","query_styles","redraw","redraw_when_changed","remove_child","set_child_layout","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","widget","widget","widget","Auto","Color","Component","ComponentDefaultvalue","ComponentDefinition","ComponentGroup","ComponentName","ComponentType","ComponentType","Custom","CustomComponent","Dimension","Dimension","Dimension","Easing","Edges","FlexibleDimension","Global","Group","Lp","NamedComponent","Percent","Px","Styles","StylesIntoIter","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","components","default","default","default","default","default_component_value","default_value","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_iter","from_lp","from_px","get","get_or_default","group","hash","insert","insert_named","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_component","into_component","into_component","into_components","into_components","into_components","into_iter","into_iter","into_lp","into_px","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","left","matches","name","name","name","name","name","named","new","new","new","new","next","right","size","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_component","try_from_component","try_from_component","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uniform","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","with","with_bottom","with_capacity","with_horizontal","with_left","with_right","with_top","with_vertical","Easing","EasingIn","EasingOut","HighlightColor","IntrinsicPadding","LineHeight","TextColor","TextSize","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default_component_value","default_component_value","default_component_value","default_component_value","default_component_value","default_component_value","default_component_value","default_component_value","default_value","default_value","default_value","default_value","default_value","default_value","default_value","default_value","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","name","name","name","name","name","name","name","name","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","BlockUntilUpdatedFuture","Constant","Dynamic","Dynamic","DynamicReader","Generation","IntoValue","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","block_until_updated","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","create_reader","default","default","default","downcast","downcast","downcast","downcast","downcast","drop","drop","dynamic","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","for_each","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","generation","generation","get","get","get","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_future","into_reader","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","map","map_each","map_mut","map_mut","map_ref","map_ref","new","next","poll","redraw_when_changed","replace","set","to_owned","to_owned","to_owned","to_owned","transition_to","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","update","wait_until_updated","with_clone","Callback","Children","EventHandled","EventHandling","EventIgnored","HANDLED","IGNORED","MakeWidget","MakeWidgetWithId","ManagedWidget","Mounted","PendingWidgetId","Unmounted","Widget","WidgetGuard","WidgetId","WidgetInstance","WidgetRef","accept_focus","activate","active","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blur","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","deactivate","default","deref","deref","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_ref","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","focus","focused","from","from","from","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_iter","hash","hit_test","hover","hovered","id","id","id","ime","initialize","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","invoke","is_empty","keyboard_input","last_layout","layout","len","lock","lock","make_root","make_widget","make_widget","make_with_id","mounted","mounted","mouse_down","mouse_drag","mouse_up","mouse_wheel","new","new","new","new","next_focus","next_focus","parent","primary_hover","push","redraw","run","run","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unhover","unique","unmounted","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","with_capacity","with_id","with_next_focus","with_next_focus","with_styles","with_widget","Align","Button","Canvas","Expand","Input","Label","Resize","Scroll","Stack","Style","TileMap","accept_focus","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blur","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","button","cast","cast","cast","cast","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","cast_into","centered","child","child","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dynamic","empty","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","focus","focus_on","from","from","from","from","from","from","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","height","height","hit_test","ime","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","keyboard_input","keyboard_input","layout","layout","layout","layout","layout","layout","layout","layout","make_widget","make_widget","make_widget","make_widget","make_widget","make_widget","make_widget","make_widget","make_with_id","make_with_id","make_with_id","make_with_id","make_with_id","make_with_id","make_with_id","make_with_id","mounted","mouse_down","mouse_drag","mouse_wheel","new","new","new","new","new","new","new","on_key","redraw","redraw","redraw","redraw","redraw","redraw","redraw","redraw","run","run","run","run","run","run","run","run","scroll","stack","text","text","tick","tick","to","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","weight","weighted","width","width","Button","ButtonActiveBackground","ButtonBackground","ButtonHoverBackground","accept_focus","activate","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","blur","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","clone","clone","clone","clone_into","clone_into","clone_into","deactivate","default_component_value","default_component_value","default_component_value","default_value","default_value","default_value","downcast","downcast","downcast","downcast","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","focus","from","from","from","from","from_cast","from_cast","from_cast","from_cast","hit_test","hover","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","keyboard_input","label","layout","make_widget","make_with_id","mouse_down","mouse_drag","mouse_up","name","name","name","name","new","on_click","on_click","redraw","run","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unhover","upcast","upcast","upcast","upcast","Scroll","ScrollBarThickness","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","cast","cast","cast_into","cast_into","default_component_value","default_value","downcast","downcast","fmt","from","from","from_cast","from_cast","hit_test","horizontal","hover","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_value","into_value","into_value","into_value","layout","make_widget","make_with_id","mouse_wheel","name","name","new","redraw","run","try_from","try_from","try_into","try_into","type_id","type_id","unhover","upcast","upcast","vertical","Column","Exact","FitContent","Fractional","Row","Stack","StackDimension","StackDirection","StackOrientation","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cast","cast","cast","cast","cast_into","cast_into","cast_into","cast_into","children","clone","clone","clone","clone_into","clone_into","clone_into","columns","columns","columns_rev","direction","downcast","downcast","downcast","downcast","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_cast","from_cast","from_cast","from_cast","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_components","into_components","into_components","into_value","into_value","into_value","into_value","into_value","into_value","into_value","into_value","layout","make_widget","make_with_id","new","orientation","redraw","reverse","rows","rows","rows_rev","run","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","weight","Context","RunningWindow","Window","WindowAttributes","WindowBehavior","as_any","as_any_mut","attributes","borrow","borrow_mut","cast","cast_into","close_requested","default","downcast","for_widget","from","from_cast","initialize","into","into_any","into_any_arc","into_any_rc","into_value","into_value","make_root","new","run","run","run_with","try_from","try_into","type_id","upcast"],"q":[[0,"gooey"],[174,"gooey::animation"],[505,"gooey::animation::easings"],[1287,"gooey::context"],[1441,"gooey::styles"],[1767,"gooey::styles::components"],[2023,"gooey::value"],[2184,"gooey::widget"],[2504,"gooey::widgets"],[2752,"gooey::widgets::button"],[2890,"gooey::widgets::scroll"],[2947,"gooey::widgets::stack"],[3072,"gooey::widgets::stack::StackDimension"],[3073,"gooey::window"]],"d":["The widget is expected to resize itself to fit within the …","The type that results from cloning.","A limit used when measuring a widget.","A 2d graphics context","The current state of input during the execution of a Tick.","The widget is expected to occupy a known size.","A smart-string type that is used as a “name” in Gooey.","A result alias that defaults to the result type commonly …","A type that can be run as an application.","A fixed-rate callback that provides access to tracked …","Invokes a function with a clone of self.","Types for creating animations.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a Children instance with the given list of widgets.","Returns the current clipping rectangle.","Returns a context that has been clipped to clip.","","","","","","","Types that provide access to the Gooey runtime.","","","","","","","","","","Prepares the text layout contained in buffer to be …","Draws a shape at the origin, rotating and scaling as …","Draws text using the current text settings.","Prepares the text layout contained in buffer to be …","Draws texture at destination, scaling as necessary.","Draws a shape that was created with texture coordinates, …","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Adds the collection of Keys to the list that are handled, …","","Returns the underlying renderer.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Processes input.","A collection of all keys currently pressed.","","Returns the maximum measurement that will fit the …","Measures text using the current text settings.","Measures buffer and caches the results using default_color …","Returns a new graphics context for the given Renderer.","Returns a name for the given string.","Returns a new tick that invokes tick, aiming to repeat at …","Returns a new tick that redraws its associated widget at a …","Returns the current region being rendered to.","Signals that this widget has been redrawn.","Runs the provided type, returning Ok(()) upon successful …","Returns the current DPI scaling factor applied to the …","Returns the size of the current region.","Types for styling widgets.","Creates a Styles instance with the given name/component …","","Returns a new tick that invokes tick at a target number of …","","","","Returns the offset relative to the clipping rect that the …","","","","","","","","","","","","","","","","","","","","","Types for storing and interacting with values in Widgets.","Returns the visible region of the graphics context.","Types for creating reusable widgets (aka components or …","Built-in Widget implementations.","Types for displaying a Widget inside of a desktop window.","Maps with with the results of cloning self.","A type that can animate.","The running animation type.","The target of an Animate implementor.","Describes a change to a new value for a Dynamic over a …","A handle to a spawned animation. When dropped, the …","A target for a timed Animation.","A type that can convert into Box<dyn Animate>.","A Animate implementor that has been boxed as a trait …","An animation combinator that runs animation A, then …","A custom easing implementation.","A pending transition for a Dynamic to a new value.","Performs easing for value interpolation.","An easing function for customizing animations.","A function pointer to use as an easing function.","A type that can be converted into an animation.","Performs a linear interpolation between two values.","The maximum value this type can contain.","An animation wrapper that invokes a callback upon the …","The type that can linearly interpolate this target.","A running Animation that changes a Dynamic over a specified","A Chain that is currently animating.","An animation that can be spawned.","A DynamicTransition that has begun its transition.","The minimum type this type can contain.","An f32 that is clamped between 0.0 and 1.0 and cannot be …","Returns an combined animation that performs self and other …","Update the animation by progressing the timeline by elapsed…","","","","","","","","","","","","","","","","","","","","","","","","","","Record the current value of the target, and return a type …","","","","","","","","","","","","","","","","","","","","","","","","Returns the boxed animation.","","","","","","","","","","","","","","","","","","","","","","","","","","Cancels the animation immediately.","","","","","","","","","","","Detaches the animation from the AnimationHandle, allowing …","","","","","","","","","","","","","The dynamic value to change.","Eases a value ranging between zero and one. The resulting …","","Built-in Easing implementations.","","","","","","Sets the target to the desired completion state.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Return this change as a running animation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the contained floating point value.","","","","","","","","","","","","","","","","","","","","","","","Launches this animation, running it to completion in the …","Interpolate linearly between self and target using percent.","","Returns a new instance with first and second.","Returns a pending animation that performs animation then …","Returns an empty handle that references no animation.","Returns a new instance after clamping value between +0.0 …","The final value to store in the Dynamic.","Invokes on_complete after this animation finishes.","Returns a pending animation that linearly transitions self …","","","Spawns the animation, returning a handle that tracks the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Updates the target with linear interpolation.","","Returns this animation with a different easing function.","An Easing function that eases in using a curve that backs …","An Easing function that eases in using a curve that …","An Easing function that eases in using a curve resembling …","An Easing function that eases in using a cubic (x^3) curve …","An Easing function that eases in using a curve that …","An Easing function that eases in using an expenential curve","An Easing function that eases in and out using a curve …","An Easing function that eases in and out using a curve …","An Easing function that eases in and out using a cubic …","An Easing function that eases in and out using a curve …","An Easing function that eases in and out using an …","An Easing function that eases in and out using a quadradic …","An Easing function that eases in and out using a quartic …","An Easing function that eases in and out using a quintic …","An Easing function that eases in and out using a sine wave …","An Easing function that eases in using a quadradic (x^2) …","An Easing function that eases in using a quartic (x^4) …","An Easing function that eases in using a quintic (x^5) …","An Easing function that eases out using a curve that backs …","An Easing function that eases out using a curve that …","An Easing function that eases out using a curve resembling …","An Easing function that eases out using a cubic (x^3) curve","An Easing function that eases out using a curve that …","An Easing function that eases out using an expenential …","An Easing function that eases out using a quadradic (x^2) …","An Easing function that eases out using a quartic (x^4) …","An Easing function that eases out using a quintic (x^5) …","An Easing function that eases out using a sine wave .","An Easing function that produces a steady, linear …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Eases out using a sine wave .","","Eases in and out using a sine wave .","","Eases in using a quadradic (x^2) curve .","","Eases out using a quadradic (x^2) curve .","","Eases in and out using a quadradic (x^2) curve .","","Eases in using a cubic (x^3) curve .","","","Eases out using a cubic (x^3) curve .","","Eases in and out using a cubic (x^3) curve .","","Eases in using a quartic (x^4) curve .","Eases out using a quartic (x^4) curve .","","Eases in and out using a quartic (x^4) curve .","","","Eases in using a quintic (x^5) curve .","","Eases out using a quintic (x^5) curve .","","Eases in and out using a quintic (x^5) curve .","Eases in using an expenential curve .","","Eases out using an expenential curve .","","","Eases in and out using an expenential curve .","Eases in using a curve resembling the top-left arc of a …","","","Eases out using a curve resembling the top-left arc of a …","","Eases in and out using a curve resembling the top-left arc …","","Eases in using a curve that backs away initially .","","Eases out using a curve that backs away initially .","","Eases in and out using a curve that backs away initially .","","Eases in using a curve that bounces around the start …","Eases out using a curve that bounces around the start …","","","Eases in and out using a curve that bounces around the …","Eases in using a curve that bounces progressively closer …","","","Eases out using a curve that bounces progressively closer …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts from one context to an EventContext.","An exclusive borrow.","A context to an event function.","An owned T or an exclusive reference to a T.","A context to a function that is rendering a widget.","A context to a function that is rendering a widget.","An owned instance.","A context for a widget.","Activates this widget, if it is not already active.","Returns true if this widget is currently the active widget.","","","","","","","","","","","Returns this context as an EventContext.","","","Returns a new layout context that does not persist any …","Attaches styles to the widget hierarchy for this widget.","Clears focus from this widget, if it is the focused widget.","","","","","","","","","","","Returns a new instance that borrows from self.","Returns a new instance that borrows from self.","","","","","","","","","","","Returns a new graphics context that renders to the clip …","Deactivates this widget, if it is the currently active …","","","","","","","","","","","","","","","","Renders the default focus ring for this widget.","Renders the default focus ring for this widget.","","","Sets the currently focused widget to this widget.","Returns true if this widget is currently focused for user …","Returns a new EventContext with widget being referenced in …","Returns a new GraphicsContext that allows invoking …","Returns a new LayoutContext that allows invoking layout …","Returns a new context representing widget.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","The graphics context clipped and offset to the area of the …","Invokes Widget::hit_test() on this context’s widget and …","Returns true if this widget is currently hovered, even if …","Invokes Widget::ime() on this context’s widget and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Invokes Widget::keyboard_input() on this context’s …","The rendering library’s state.","Returns the last layout of this widget.","Invokes Widget::layout() on this context’s widget and …","Invokes Widget::mouse_down() on this context’s widget …","Invokes Widget::hit_test() on this context’s widget and …","Invokes Widget::mouse_up() on this context’s widget and …","Invokes Widget::mouse_wheel() on this context’s widget …","Returns true if this widget that is directly beneath the …","Pushes a new child widget into the widget hierarchy …","Queries the widget hierarchy for a single style component.","Queries the widget hierarchy for matching style components.","Invokes Widget::redraw() on this context’s widget.","Ensures that this widget will be redrawn when value has …","Removes a widget from the hierarchy.","Sets the layout for child to layout.","","","","","","","","","","","","","","","","","","","","","Returns the widget this context is for.","The context for the widget receiving the event.","The context of the widget being rendered.","Automatically calculate this dimension.","A color.","A value of a style component.","A type that represents a named component with a default …","A type that represents a named component with a default …","A type that represents a group of style components.","A fully-qualified style component name.","A type that can be converted to and from Component.","The type that will be contained in the Component.","A custom component type.","A custom component value.","A 1-dimensional measurement.","A single-dimension measurement.","Use this dimension.","An easing function for animations.","A type describing characteristics about the edges of a …","A 1-dimensional measurement that may be automatically …","The Global style components group.","A style component group.","Logical Pixels","A type that represents a named style component.","A percentage between 0.0 and 1.0.","Physical Pixels","A collection of style components organized by their name.","An iterator over the owned contents of a Styles instance.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bottom edge","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","All style components supported by the built-in widgets.","","","","","Returns the default value for this component.","Returns the default value to use for this component.","","","","","","","","Return the contained value cast as T. Returns None if T …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Returns the associated component for the given name, if …","Returns the component associated with the given name, or …","The group name.","","Inserts a Component using then name provided.","Inserts a Component with a given name.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns this type, wrapped in a Component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The left edge","Returns true if this instance matches the group name of T.","Returns the name of the group.","Returns the name of the style component.","","","The name of the component within the group.","Returns a new instance using G and name.","Returns an empty collection.","Wraps an arbitrary value so that it can be used as a …","Returns a new instance using the group name of T.","Returns a new instance using group and name.","","The right edge","Returns the sum of the parts as a Size.","","","","","","","","","The top edge","","","","","","","","","","","","Attempts to extract this type from component. If component …","","","","","","","","","","","","","","","","","","","","","","","Returns a new instance with dimension for every edge.","","","","","","","","","","","Adds a Component for the name provided and returns self.","Updates bottom and returns self.","Returns a collection with the capacity to hold up to …","Updates left and right to be horizontal and returns self.","Updates left and returns self.","Updates right and returns self.","Updates top and returns self.","Updates top and bottom to be vertical and returns self.","The EasingFunction to apply to animations that have no …","The EasingFunction to apply to animations that transition …","The EasingFunction to apply to animations that transition …","A Color to be used as a highlight color.","Intrinsic, uniform padding for a widget.","The Dimension to use to space multiple lines of text.","The Color to use when rendering text.","The Dimension to use as the size to render text.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Suspends the current async task until the contained value …","A value that will not ever change externally.","An instance of a value that provides APIs to observe and …","A value that may be updated externally.","A reader that tracks the last generation accessed through …","A tag that represents an individual revision of a Dynamic …","A type that can be converted into a Value.","A value that may be either constant or dynamic.","","","","","","","","","","","Blocks the current thread until the contained value has …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a new reference-based reader for this dynamic …","","","","","","","","","","","Returns a Value::Dynamic containing value.","","","","","","","","","","Attaches for_each to this value so that it is invoked each …","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the current generation of the value.","Returns the current generation of the data stored, if the …","Returns a clone of the currently contained value.","Returns a clone of the currently contained value.","Returns a clone of the currently stored value.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Converts this Dynamic into a reader.","Returns this type as a Value.","","","","","","","","","","","","","Maps the current contents to map and returns the result.","Creates a new dynamic value that contains the result of …","Maps the contents with exclusive access. Before returning …","Maps the current contents with exclusive access and …","Maps the contents with read-only access.","Maps the contents of the dynamic value and returns the …","Creates a new instance wrapping value.","Returns the next tag.","","Marks the widget for redraw when this value is updated.","Replaces the contents with new_value, returning the …","Stores new_value in this dynamic. Before returning from …","","","","","Returns a pending transition for this value to new_value.","","","","","","","","","","","","","","","","","","","","","Updates this dynamic with new_value, but only if new_value …","Suspends the current async task until the contained value …","A helper function that invokes with_clone with a clone of …","A function that can be invoked with a parameter (T) and …","A list of Widgets.","A marker type that represents a handled event.","A type that represents whether an event has been handled …","A marker type that represents an ignored event.","An EventHandling value that represents a handled event.","An EventHandling value that represents an ignored event.","A type that can create a WidgetInstance.","A type that can create a WidgetInstance with a preallocated","A Widget that has been attached to a widget hierarchy.","A mounted child widget","A WidgetId that has not been assigned to a WidgetInstance.","An unmounted child widget","A type that makes up a graphical user interface.","Exclusive access to a widget.","The unique id of a WidgetInstance.","An instance of a Widget.","A child widget","This widget has been targeted to be focused. If this …","The widget has become the active widget.","Returns true if this widget is the currently active widget.","","","","","","","","","","","","","","","","","","","","","The widget is no longer focused for user input.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The widget is no longer active.","","","","","","","","","","","","","","Returns an exclusive reference to T if it is the type …","Returns a reference to T if it is the type contained.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The widget has received focus for user input.","Returns true if this widget is the currently focused …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Returns true if this widget should respond to mouse input …","The widget is currently has a cursor hovering it at …","Returns true if this widget is currently the hovered …","Returns the unique id of this widget instance.","Returns the unique id of this widget instance.","Returns the contained widget id.","An input manager event has been sent to this widget. …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Invokes the wrapped function and returns the produced …","Returns true if there are no widgets in this list.","A keyboard event has been sent to this widget. Returns …","Returns the region that the widget was last rendered at.","Layout this widget and returns the ideal size based on its …","Returns the number of widgets in this list.","Locks the widget for exclusive access. Locking widgets …","Locks the widget for exclusive access. Locking widgets …","","Returns a new widget.","","Returns a new WidgetInstance whose WidgetId is id.","The widget has been mounted into a parent widget.","Returns this child, mounting it in the process if …","A mouse button event has occurred at location. Returns …","A mouse button is being held down as the cursor is moved …","A mouse button is no longer being pressed.","A mouse wheel event has been sent to this widget. Returns …","Returns a new instance that calls function each time the …","Returns a new instance containing widget.","Returns an empty list.","Returns a new unmounted child","Returns the id of the widget that should receive focus …","Returns the next widget to focus after this widget.","Returns the parent of this widget.","Returns true if this widget that is directly beneath the …","Pushes widget into the list.","Redraw the contents of this widget.","Runs this widget instance as an application.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The widget is no longer being hovered.","Returns a newly allocated WidgetId that is guaranteed to …","The widget has been removed from its parent widget.","","","","","","","","","","","Returns a list with enough capacity to hold capacity …","Returns a new instance containing widget that is assigned …","Sets the widget that should be focused next.","Sets the widget that should be focused next.","Associates styles with this widget.","Adds widget to self and returns the updated list.","A widget aligns its contents to its container’s …","","A 2d drawable surface.","A widget that expands its child widget to fill the parent.","A text input widget.","A read-only text widget.","A widget that resizes its contained widget to an explicit …","","","A widget that applies a set of Styles to all contained …","A layered tile-based 2d game surface.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A clickable, labeled button","","","","","","","","","","","","","","","","","Returns a new spacing widget that centers widget …","Returns a reference to the child widget.","Returns a reference to the child widget.","","","","","","","","","Returns a new tilemap that contains dynamic layers.","Returns an empty widget.","","","","","","","","","","Sets the camera’s focus and returns self.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Resizes child’s height to height.","If present, the height to apply to the child widget.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a new canvas that draws its contents by invoking …","Returns a new widget containing initial_text.","Returns a new spacing widget containing widget, …","Returns a widget that expands child to fill the parent …","Returns a new label that displays text.","Returns a new widget that applies styles to child and any …","Returns a new tilemap that renders layers.","Sets the on_key callback.","","","","","","","","","","","","","","","","","A container that scrolls its contents on a virtual surface.","A widget that combines an array of [Widgets] into one.","The value of this widget.","The contents of the label.","Associates a Tick with this widget and returns self.","Associates a Tick with this widget and returns self.","Resizes child to size.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The weight to use when splitting available space with …","Returns a widget that expands child to fill the parent …","Resizes child’s width to width.","If present, the width to apply to the child widget.","A clickable button.","The background color of the button when it is active …","The background color of the button.","The background color of the button when the mouse cursor …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","The label to display on the button.","","","","","","","","","","","Returns a new button with the provided label.","Sets the on_click callback and returns self.","The callback that is invoked when the button is clicked.","","","","","","","","","","","","","","","","","","","","","","","A widget that supports scrolling its contents.","The thickness that scrollbars are drawn with.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns a new scroll widget that allows scrolling contents …","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns a new scroll widget containing contents that …","","","","","","","","","","","","Returns a new scroll widget that allows scrolling contents …","The child widgets should be displayed as columns.","Use an exact measurement for this widget’s size.","Attempt to lay out the widget based on its contents.","Use a fractional amount of the available space.","The child widgets should be displayed as rows.","A widget that displays a collection of [Widgets] in a …","The strategy to use when laying a widget out inside of an …","The direction of an Stack widget.","The orientation (Row/Column) of an Stack widget.","","","","","","","","","","","","","","","","","","","","","","","","","The children widgets that belong to this array.","","","","","","","Returns a new instance that displays widgets in a series …","Display child widgets as columns.","Display child widgets as columns in reverse order.","The direction to display the children using.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a new widget with the given direction and widgets.","The orientation of the widgets.","","If true, the widgets will be laid out in reverse order.","Returns a new instance that displays widgets in a series …","Display child widgets as rows.","Display child widgets as rows in reverse order.","","","","","","","","","","","","","","","","","","","","","The weight to apply to this widget when dividing multiple …","The type that is provided when initializing this window.","A currently running Gooey window.","A Gooey window that is not yet running.","The attributes of a Gooey window.","The behavior of a Gooey window.","","","The attributes of this window.","","","","","The window has been requested to close. If this function …","","","Returns a new instance using widget as its contents.","Returns the argument unchanged.","","Return a new instance of this behavior using context.","Calls U::from(self).","","","","","","Create the window’s root widget. This function is only …","Returns a new instance using context to initialize the …","","Runs this behavior as an application.","Runs this behavior as an application, initialized with …","","","",""],"i":[9,189,0,0,0,9,0,0,0,0,0,0,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,0,3,3,7,8,9,7,8,9,0,10,3,7,3,3,7,8,10,9,3,3,3,3,3,3,7,9,7,7,7,9,9,9,7,8,10,9,3,7,7,7,8,10,9,3,7,8,10,9,8,7,3,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,9,3,3,7,7,8,8,10,10,9,9,8,10,0,9,3,3,3,7,8,8,3,8,190,3,3,0,0,9,8,7,8,9,3,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,3,7,8,10,9,0,3,0,0,0,189,0,55,0,0,0,0,0,0,0,70,0,0,0,70,0,0,69,0,101,0,0,0,0,69,0,55,62,60,61,63,67,72,102,191,60,56,61,63,68,69,70,67,72,102,191,60,56,61,63,68,69,70,101,67,67,72,102,191,60,56,61,63,68,69,70,67,72,102,191,60,56,61,63,68,69,70,192,102,56,63,67,72,102,191,60,56,61,63,68,69,70,67,72,102,191,60,56,61,63,68,69,70,68,69,70,69,70,69,69,69,68,69,69,68,67,72,102,191,60,56,61,63,68,69,70,68,67,59,70,0,69,69,69,69,69,58,72,68,69,70,67,72,72,102,191,60,56,61,63,68,69,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,67,72,102,191,60,56,61,63,68,69,70,67,72,102,191,60,56,61,63,68,69,70,55,102,56,63,67,72,102,191,60,56,61,63,68,69,70,67,72,102,191,60,56,61,63,68,69,70,67,72,102,191,60,56,61,63,68,69,70,70,69,69,67,67,72,72,102,102,191,191,60,60,56,56,61,61,63,63,68,68,69,69,70,70,193,64,69,56,63,68,69,67,55,101,69,69,193,102,56,63,69,70,67,72,102,191,60,56,61,63,68,69,70,70,70,67,72,102,191,60,56,61,63,68,69,70,67,72,102,191,60,56,61,63,68,69,70,67,72,102,191,60,56,61,63,68,69,70,58,72,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,81,82,82,98,98,91,91,77,77,94,94,79,79,73,73,76,76,93,93,75,75,86,86,85,85,78,78,84,84,96,96,89,89,100,100,95,95,88,88,83,83,87,87,90,90,92,92,80,80,97,97,74,74,99,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,105,81,81,82,82,98,98,91,91,77,77,94,94,79,79,73,73,76,76,93,93,75,75,86,86,85,85,78,78,84,84,96,96,89,89,100,100,95,95,88,88,83,83,87,87,90,90,92,92,80,80,97,97,74,74,99,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,105,81,82,98,91,77,94,79,73,76,93,75,86,85,78,84,96,89,100,95,88,83,87,90,92,80,97,74,99,0,110,0,0,0,0,110,0,48,48,106,110,107,108,48,106,110,107,108,48,194,106,107,108,48,48,106,110,107,108,48,106,110,107,108,48,107,48,106,110,107,108,48,106,110,107,108,48,107,48,106,110,107,108,48,106,110,107,108,48,106,110,107,108,48,107,107,106,107,48,48,106,107,108,48,106,110,107,108,48,106,110,107,108,48,107,106,48,106,106,110,107,108,48,106,110,107,108,48,110,106,110,107,108,48,106,106,110,110,107,107,108,108,48,48,106,106,48,108,106,106,106,106,48,194,48,48,107,48,194,108,106,110,107,108,48,106,110,107,108,48,106,110,107,108,48,106,110,107,108,48,48,106,107,122,103,0,0,0,0,0,0,118,103,0,0,103,122,103,0,0,0,0,123,0,103,123,0,0,135,195,109,103,122,123,124,125,126,127,135,195,109,103,122,123,124,125,126,127,135,195,109,103,122,123,124,125,126,127,135,195,109,103,122,123,124,125,126,127,127,135,195,109,103,122,123,124,125,126,127,135,195,109,103,122,123,124,125,126,127,109,103,122,123,124,125,126,127,109,103,122,123,124,125,126,127,0,109,122,123,127,119,118,135,195,109,103,122,123,124,124,125,126,127,125,126,125,125,125,126,126,126,109,103,122,123,124,125,126,127,135,195,109,103,103,103,103,103,103,122,122,122,122,123,123,123,124,125,126,127,127,127,135,195,109,103,122,123,124,125,126,127,109,123,123,109,109,126,125,109,109,135,195,109,103,122,123,124,125,126,127,135,195,109,103,122,123,124,125,126,127,135,195,109,103,122,123,124,125,126,127,135,195,109,103,122,123,124,125,126,127,196,123,124,122,123,127,135,109,123,123,135,135,195,195,109,109,103,103,122,122,122,123,123,123,124,124,125,125,126,126,127,127,127,125,197,132,195,126,126,126,109,124,125,126,135,127,127,109,103,122,123,124,125,126,127,127,135,195,109,103,122,123,123,124,125,126,127,196,123,124,135,195,109,103,122,123,124,125,126,127,135,195,109,103,122,123,124,125,126,127,127,135,195,109,103,122,123,124,125,126,127,109,127,109,127,127,127,127,127,0,0,0,0,0,0,0,0,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,138,138,139,139,139,140,140,140,141,141,141,142,142,142,143,143,143,144,144,144,145,145,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,138,139,139,140,140,141,141,142,142,143,143,144,144,145,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,138,139,140,141,142,143,144,145,0,40,0,40,0,0,0,0,121,146,148,147,40,121,146,148,147,40,146,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,147,40,121,146,147,40,121,121,147,40,121,146,148,147,40,121,146,40,147,147,147,147,121,146,148,147,40,121,121,146,146,148,147,40,121,146,148,147,40,121,40,121,146,40,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,147,148,121,165,121,121,121,146,146,148,148,147,147,40,40,40,40,121,121,40,121,146,121,147,148,40,121,121,121,146,147,40,121,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,148,147,40,121,146,121,0,0,0,0,0,0,0,0,0,0,155,0,155,0,0,0,0,0,162,162,111,160,159,153,154,117,111,157,155,156,158,160,159,153,154,117,111,157,155,156,158,162,160,159,153,154,117,111,157,155,156,158,160,159,153,154,117,111,157,155,156,158,160,159,153,154,117,111,157,155,156,158,160,159,153,154,117,111,157,155,156,158,153,154,117,111,155,156,153,154,117,111,155,156,162,157,157,158,160,159,153,154,117,111,157,155,156,158,159,159,153,154,117,111,111,156,158,153,153,153,154,154,154,117,117,117,156,156,156,158,158,158,160,153,154,117,111,157,155,156,158,162,111,160,159,153,154,117,111,157,155,156,156,158,160,159,153,154,117,111,157,155,156,158,157,156,162,162,111,117,111,158,162,117,160,159,153,154,117,111,157,155,156,158,160,159,153,154,117,111,157,155,156,158,153,154,117,111,157,155,156,158,160,159,153,154,117,111,157,155,156,158,153,154,156,160,160,159,159,153,153,154,154,117,117,111,111,157,157,155,155,156,156,158,158,160,157,162,111,162,157,117,111,117,163,117,198,162,155,162,162,162,162,160,117,157,155,117,111,111,111,157,162,117,117,153,154,117,111,155,156,160,159,153,154,117,111,157,155,156,158,160,159,153,154,117,111,157,155,156,158,160,159,153,154,117,111,157,155,156,158,162,158,162,160,159,153,154,117,111,157,155,156,158,157,117,163,117,163,157,0,0,0,0,0,0,0,0,0,0,0,167,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,167,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,0,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,168,169,170,172,167,168,169,173,170,166,171,171,167,172,167,168,169,173,170,166,171,167,171,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,170,170,167,167,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,168,169,173,170,166,171,172,167,168,169,173,170,166,171,172,172,167,167,168,168,169,169,173,173,170,170,166,166,171,171,167,171,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,166,167,167,171,172,167,168,169,173,166,171,167,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,0,0,167,173,172,171,170,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,172,167,168,169,173,170,166,171,169,169,170,170,0,0,0,0,177,177,177,178,179,180,177,178,179,180,177,177,178,179,180,177,178,179,180,177,178,179,180,177,178,179,180,178,179,180,178,179,180,177,178,179,180,178,179,180,177,178,179,180,178,179,180,178,178,178,179,179,179,180,180,180,177,178,179,180,177,177,178,179,180,177,178,179,180,177,177,177,178,179,180,177,178,179,180,178,179,180,177,178,179,180,178,179,180,177,177,178,178,179,179,180,180,177,177,177,177,177,177,177,177,177,178,179,180,177,177,177,177,177,178,179,180,177,178,179,180,177,178,179,180,177,178,179,180,177,177,178,179,180,0,0,181,182,181,182,181,182,181,182,181,182,181,182,181,181,181,182,182,181,182,181,182,182,182,182,181,182,181,182,181,182,181,182,181,181,182,182,182,182,182,182,181,182,182,182,182,181,182,181,182,181,182,182,181,182,182,184,185,185,185,184,0,0,0,0,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,183,184,185,186,183,183,186,186,183,184,185,183,184,183,183,183,184,184,184,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,183,184,185,186,186,183,183,184,184,185,185,186,186,186,186,183,186,183,186,183,183,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,199,187,0,0,0,0,188,188,188,188,188,188,188,187,188,188,188,188,188,187,188,188,188,188,188,188,187,188,188,187,187,188,188,188,188],"f":[0,0,0,0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],0,[3,[[5,[4]]]],[[3,[5,[6]]],3],[7,7],[8,8],[9,9],[[]],[[]],[[]],0,[[],10],[3],[7],[3],[[]],[[]],[[]],[[]],[[]],[[3,[12,[11]],[13,[11]],[14,[11]],[16,[15]],[16,[17]]]],[[3,[21,[[0,[18,19,11,20]]]],[14,[[0,[18,19,11,20]]]],[16,[15]],[16,[17]]]],[[3,[23,[[22,[11]]]],[14,[11]],[16,[15]],[16,[17]]]],[[3,24,25,[13,[6]],[14,[11]],[16,[15]],[16,[17]]]],[[3,26,[5,[[0,[11,19]]]]]],[[3,[27,[[0,[18,19,11,20]]]],26,[14,[[0,[18,19,11,20]]]],[16,[15]],[16,[17]]]],[[7,7],28],[[9,9],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[7,29],30],[[8,29],30],[[10,29],30],[[9,29],30],[[]],[31,7],[32,7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[8,33],8],[[7,34]],[3,35],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[8,41],42],0,0,[9,4],[[3,[23,[[22,[11]]]]],[[12,[11]]]],[[3,24,25],[[12,[11]]]],[35,3],[[[23,[[43,[32]]]]],7],[[44,[0,[45,46]]],8],[47,8],[3,[[5,[6]]]],[[8,48]],[[],49],[3,50],[3,[[51,[4]]]],0,0,[[9,4]],[[47,[0,[45,46]]],8],[[]],[[]],[[]],[3,[[14,[6]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],0,[3,[[16,[[5,[4]]]]]],0,0,0,[54],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[55,[[56,[55]]]],[44,[[57,[44]]]],[[[60,[58,59]],44],[[57,[44]]]],[[[61,[55,55]],44],[[57,[44]]]],[[[63,[62]],44],[[57,[44]]]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[[67,[[0,[64,65,46,66]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[37,[62]]]],[[],[[37,[62,36]]]],[[],[[37,[62,36]]]],[[],[[37,[62,36]]]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],[69,69],[70,70],[[]],[[]],[[69,69],71],[[],71],[[],71],[[],68],[[],69],[69],[68],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[68],0,[69,17],[[70,69],17],0,[[69,17],28],[[69,69],28],[[],28],[[],28],[[],28],[[]],[[[72,[[0,[64,65,46,66]]]]]],[[68,29],30],[[69,29],30],[[70,29],30],[[]],[[[67,[65]]],[[72,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[73,70],[74,70],[75,70],[76,70],[77,70],[78,70],[79,70],[80,70],[81,70],[82,70],[83,70],[84,70],[85,70],[86,70],[87,70],[88,70],[89,70],[90,70],[[]],[91,70],[92,70],[93,70],[94,70],[95,70],[96,70],[97,70],[98,70],[99,70],[100,70],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[102,[101,59]]]],[[[56,[55,55]]]],[[[63,[55]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],103],[[]],[69,17],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[104],[17],[[69,69,17],69],[[55,55],[[56,[55,55]]]],[[[0,[45,46,66]]],63],[[],68],[17,69],0,[[[0,[45,46,66]]],63],[44,[[102,[105]]]],[[69,69],[[16,[71]]]],[[69,17],[[16,[71]]]],[[],68],[[],68],[[],68],[[],68],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[103,[[52,[70]]]],[[],52],[103,[[52,[103]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[17],[[[72,[[0,[64,65,46,66]]]],17]],[[[102,[101,105]],59],[[102,[101,59]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[105,105],[81,81],[82,82],[98,98],[91,91],[77,77],[94,94],[79,79],[73,73],[76,76],[93,93],[75,75],[86,86],[85,85],[78,78],[84,84],[96,96],[89,89],[100,100],[95,95],[88,88],[83,83],[87,87],[90,90],[92,92],[80,80],[97,97],[74,74],[99,99],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[105,69],17],[69,17],[[81,69],17],[69,17],[[82,69],17],[69,17],[[98,69],17],[69,17],[[91,69],17],[69,17],[[77,69],17],[69,17],[[94,69],17],[[79,69],17],[69,17],[[73,69],17],[69,17],[[76,69],17],[69,17],[69,17],[[93,69],17],[69,17],[[75,69],17],[[86,69],17],[69,17],[[85,69],17],[69,17],[[78,69],17],[69,17],[69,17],[[84,69],17],[69,17],[[96,69],17],[[89,69],17],[69,17],[69,17],[[100,69],17],[[95,69],17],[69,17],[[88,69],17],[69,17],[[83,69],17],[69,17],[[87,69],17],[69,17],[[90,69],17],[69,17],[[92,69],17],[69,17],[69,17],[[80,69],17],[[97,69],17],[69,17],[69,17],[[74,69],17],[[99,69],17],[69,17],[[105,29],30],[[81,29],30],[[82,29],30],[[98,29],30],[[91,29],30],[[77,29],30],[[94,29],30],[[79,29],30],[[73,29],30],[[76,29],30],[[93,29],30],[[75,29],30],[[86,29],30],[[85,29],30],[[78,29],30],[[84,29],30],[[96,29],30],[[89,29],30],[[100,29],30],[[95,29],30],[[88,29],30],[[83,29],30],[[87,29],30],[[90,29],30],[[92,29],30],[[80,29],30],[[97,29],30],[[74,29],30],[[99,29],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,0,0,[48,28],[48,28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],106],[106,106],[107,106],[108,108],[[48,109]],[48,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[107,107],[48,48],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[107,[5,[6]]],107],[48,28],[106],[110],[107],[108],[48],[106],[110],[107],[108],[48],[[]],[[]],[[]],[[]],[[]],[107],[[107,109]],[106],[107],[48],[48,28],[[106,111],106],[[107,111],107],[[108,111],108],[[48,111],48],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[106,[14,[6]]],28],[48,28],[[106,112],42],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[106,113,41,28],42],0,[48,[[16,[[5,[6]]]]]],[[108,[51,[9]]],[[51,[4]]]],[[106,[14,[6]],113,114],42],[[106,[14,[6]],113,114]],[[106,[16,[[14,[6]]]],113,114]],[[106,113,115,116],42],[48,28],[117,111],[[48,118]],[[48,[120,[119]]],109],[107],[[48,121]],[111],[[108,111,[5,[6]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[48,111],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[109,109],[103,103],[122,122],[123,123],[124,124],[125,125],[126,126],[[[127,[65]]],[[127,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],109],[[],122],[[],123],[[],[[127,[128]]]],[[],103],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[124,[[16,[[0,[129,46,66]]]]]],[[]],[[]],[[]],[[125,125],28],[[126,126],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[109,29],30],[[103,29],30],[[122,29],30],[[123,29],30],[[124,29],30],[[125,29],30],[[126,29],30],[[[127,[129]],29],30],[[]],[[]],[[]],[70,103],[[]],[25,103],[6,103],[130,103],[123,103],[123,122],[6,122],[[]],[130,122],[[]],[6,123],[130,123],[[]],[[]],[[]],[[]],[65,[[127,[65]]]],[131],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[33,109],[[130,50],123],[[6,50],123],[[109,[0,[132,104]]],[[16,[103]]]],[[109,[0,[118,104]]]],0,[[125,34]],[[109,132,[23,[103]]]],[[109,126,[23,[103]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],103],[[],103],[124,103],[[]],[[]],[[]],[[]],[109],[[123,50],130],[[123,50],6],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[122,[[40,[[127,[122]]]]]],[123,[[40,[[127,[123]]]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],0,[125,28],[[],7],[[],[[43,[126]]]],[[],7],[126,[[43,[126]]]],0,[[[23,[7]]],126],[[],109],[[[0,[133,134,129,46,66]]],124],[[],125],[[125,[23,[7]]],126],[135,16],0,[[[127,[[0,[136,20]]]]],[[51,[[0,[136,20]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],52],[[],52],[[],52],[[],52],[[],52],[103,[[52,[123]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[103,[[52,[103]]]],[103,[[52,[103]]]],[103,[[52,[124,103]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[[23,[123]]],[[127,[123]]]],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[109,132,[23,[103]]],109],[[127,23],127],[137,109],[[[127,[65]],[23,[65]]],[[127,[65]]]],[[127,23],127],[[127,23],127],[[127,23],127],[[[127,[65]],[23,[65]]],[[127,[65]]]],0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[138,138],[139,139],[140,140],[141,141],[142,142],[143,143],[144,144],[145,145],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[138,123],[139,123],[140,25],[141,25],[142,123],[143],[144],[145],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[138,138],28],[[139,139],28],[[140,140],28],[[141,141],28],[[142,142],28],[[143,143],28],[[144,144],28],[[145,145],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[138,29],30],[[139,29],30],[[140,29],30],[[141,29],30],[[142,29],30],[[143,29],30],[[144,29],30],[[145,29],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[138,[[43,[126]]]],[139,[[43,[126]]]],[140,[[43,[126]]]],[141,[[43,[126]]]],[142,[[43,[126]]]],[143,[[43,[126]]]],[144,[[43,[126]]]],[145,[[43,[126]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[146,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[121,121],[146,146],[147,147],[[[40,[65]]],[[40,[65]]]],[[]],[[]],[[]],[[]],[121,146],[[],[[121,[128]]]],[[],147],[[],[[40,[128]]]],[[]],[[]],[[]],[[]],[[]],[121],[146],[[],40],[[147,147],28],[[],28],[[],28],[[],28],[[[121,[129]],29],30],[[[146,[129]],29],30],[[[148,[129]],29],30],[[147,29],30],[[[40,[129]],29],30],[[121,[0,[45,46]]]],[[]],[121,146],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[121,147],[40,[[16,[147]]]],[[[121,[65]]],65],[[[146,[65]]],65],[[[40,[65]]],65],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[121,146],[[],40],[121,40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[40,40],[[],[[40,[16]]]],[[],40],[[40,54]],[[121,[0,[45,46]]],[[121,[46]]]],[[121,54]],[[40,54]],[[121,54]],[[146,54]],[[],121],[147,147],[[[149,[148]],150],151],[[40,48]],[121],[121],[[]],[[]],[[]],[[]],[[[121,[[0,[64,65,46,66]]]],[0,[64,65,46,66]]],[[67,[[0,[64,65,46,66]]]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[[121,[152]],152]],[146,148],[[121,54]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[106,28],[106],[111,28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[106],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[153,153],[154,154],[117,117],[111,111],[155,155],[156,156],[[]],[[]],[[]],[[]],[[]],[[]],[106],[[],157],[157],[158],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[159,16],[159,16],[[153,153],28],[[154,154],28],[[117,117],28],[[111,111],28],[[111,117],28],[[156,156],28],[[158,158],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[160,29],30],[[153,29],30],[[154,29],30],[[117,29],30],[[111,29],30],[[157,29],30],[[155,29],30],[[156,29],30],[[158,29],30],[106],[111,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[158,156],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[33,157],[[156,34]],[[[14,[6]],106],28],[[[14,[6]],106]],[111,28],[117,156],[111,156],[158,156],[[112,106],42],[161,117],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[160],[157,28],[[113,41,28,106],42],[111,[[16,[[5,[6]]]]]],[[[51,[9]],108],[[51,[4]]]],[157,137],[117,159],[111,159],[117,117],[[],117],[117,117],[158,117],[106],[[155,106],111],[[[14,[6]],113,114,106],42],[[[14,[6]],113,114,106]],[[[16,[[14,[6]]]],113,114,106]],[[113,115,116,106],42],[[[0,[45,46,134]]],160],[162,117],[[],157],[163,155],[117,[[16,[156]]]],[111,[[16,[111]]]],[111,[[16,[111]]]],[111,28],[[157,163]],[107],[117,49],[[],[[52,[164]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[106],[[],158],[106],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[137,157],[[162,158],117],[[[165,[[16,[156]]]]],117],[[117,[165,[[16,[156]]]]],117],[[104,[23,[109]]],166],[[157,163],157],0,0,0,0,0,0,0,0,0,0,0,[[167,106],28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[167,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[163,168],[169,155],[170,155],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[121,171],[[],167],[[172,29],30],[[167,29],30],[[168,29],30],[[169,29],30],[[173,29],30],[[170,29],30],[[166,29],30],[[[171,[129]],29],30],[[167,106]],[[171,[165,[174]]],171],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[23,[123]],163],170],0,[[167,[14,[6]],106],28],[[167,112,106],42],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[167,113,41,28,106],42],[[[171,[175]],113,41,28,106],42],[[172,[51,[9]],108],[[51,[4]]]],[[167,[51,[9]],108],[[51,[4]]]],[[168,[51,[9]],108],[[51,[4]]]],[[169,[51,[9]],108],[[51,[4]]]],[[173,[51,[9]],108],[[51,[4]]]],[[170,[51,[9]],108],[[51,[4]]]],[[166,[51,[9]],108],[[51,[4]]]],[[[171,[175]],[51,[9]],108],[[51,[4]]]],[[],117],[[],117],[[],117],[[],117],[[],117],[[],117],[[],117],[[],117],[158,117],[158,117],[158,117],[158,117],[158,117],[158,117],[158,117],[158,117],[[166,106]],[[167,[14,[6]],113,114,106],42],[[167,[14,[6]],113,114,106]],[[[171,[175]],113,115,116,106],42],[[[0,[45,46,134]]],172],[[[165,[31]]],167],[[[165,[[127,[122]]]],163],168],[163,169],[[[165,[31]]],173],[[[23,[109]],163],166],[[],171],[[167,[0,[45,46,134]]],167],[[172,107]],[[167,107]],[[168,107]],[[169,107]],[[173,107]],[[170,107]],[[166,107]],[[[171,[175]],107]],[[],[[52,[164]]]],[[],[[52,[164]]]],[[],[[52,[164]]]],[[],[[52,[164]]]],[[],[[52,[164]]]],[[],[[52,[164]]]],[[],[[52,[164]]]],[[],[[52,[164]]]],0,0,0,0,[[172,8],172],[[171,8],171],[[[51,[[23,[123]]]],163],170],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],0,[[176,163],169],[[[23,[123]],163],170],0,0,0,0,0,[[177,106],28],[[177,106]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[177,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[178,178],[179,179],[180,180],[[]],[[]],[[]],[[177,106]],[[],103],[[],103],[[],103],[178,25],[179,25],[180,25],[[]],[[]],[[]],[[]],[[178,178],28],[[179,179],28],[[180,180],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[177,29],30],[[178,29],30],[[179,29],30],[[180,29],30],[[177,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[177,[14,[6]],106],28],[[177,[14,[6]],106]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[177,113,41,28,106],42],0,[[177,[51,[9]],108],[[51,[4]]]],[[],117],[158,117],[[177,[14,[6]],113,114,106],42],[[177,[14,[6]],113,114,106]],[[177,[16,[[14,[6]]]],113,114,106]],[[],7],[178,[[43,[126]]]],[179,[[43,[126]]]],[180,[[43,[126]]]],[[[165,[31]]],177],[[177,[0,[45,46,134]]],177],0,[[177,107]],[[],[[52,[164]]]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[177,106]],[[],16],[[],16],[[],16],[[],16],0,0,[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[],2],[[],2],[[]],[[]],[[],103],[181],[[]],[[]],[[182,29],30],[[]],[[]],[[]],[[]],[[182,[14,[6]],106],28],[163,182],[[182,[14,[6]],106]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[182,[51,[9]],108],[[51,[4]]]],[[],117],[158,117],[[182,113,115,116,106],42],[181,[[43,[126]]]],[[],7],[163,182],[[182,107]],[[],[[52,[164]]]],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[182,106]],[[],16],[[],16],[163,182],0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],0,[183,183],[184,184],[185,185],[[]],[[]],[[]],[[[165,[157]]],186],[[],183],[[],183],0,[[]],[[]],[[]],[[]],[[183,183],28],[[184,184],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[186,29],30],[[183,29],30],[[184,29],30],[[185,29],30],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[]],[[]],[[]],[[],40],[[],[[40,[16]]]],[[],[[40,[16]]]],[[],40],[[],40],[[],[[40,[16]]]],[[],40],[[],[[40,[16]]]],[[186,[51,[9]],108],[[51,[4]]]],[[],117],[158,117],[[[165,[183]],[165,[157]]],186],0,[[186,107]],0,[[[165,[157]]],186],[[],183],[[],183],[[],[[52,[164]]]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,[[],1],[[],1],0,[[]],[[]],[[],2],[[]],[161,28],[[],[[188,[187]]]],[[]],[162,[[188,[117]]]],[[]],[[]],[161],[[]],[[[37,[36]]],[[37,[1,36]]]],[[[38,[36]]],[[38,[1,36]]]],[[[39,[36]]],[[39,[1,36]]]],[[],40],[[],[[40,[16]]]],[[],117],[[],[[188,[187]]]],[[[188,[187]]],49],[[],49],[[],49],[[],52],[[],52],[[],53],[[],16]],"c":[],"p":[[8,"Any"],[8,"CastFrom"],[3,"Graphics"],[3,"UPx"],[3,"Rect"],[3,"Px"],[3,"Name"],[3,"Tick"],[4,"ConstraintLimit"],[3,"InputState"],[8,"ScreenUnit"],[3,"MeasuredText"],[4,"TextOrigin"],[3,"Point"],[3,"Angle"],[4,"Option"],[15,"f32"],[8,"IsZero"],[8,"ShaderScalable"],[8,"Copy"],[3,"Shape"],[3,"Text"],[8,"Into"],[3,"Buffer"],[3,"Color"],[8,"TextureSource"],[8,"ShapeSource"],[15,"bool"],[3,"Formatter"],[6,"Result"],[3,"String"],[15,"str"],[8,"IntoIterator"],[8,"Hasher"],[3,"Renderer"],[3,"Global"],[3,"Box"],[3,"Arc"],[3,"Rc"],[4,"Value"],[3,"KeyEvent"],[6,"EventHandling"],[4,"Cow"],[3,"Duration"],[8,"FnMut"],[8,"Send"],[15,"u32"],[3,"WidgetContext"],[6,"Result"],[3,"Fraction"],[3,"Size"],[4,"Result"],[3,"TypeId"],[8,"FnOnce"],[8,"IntoAnimate"],[3,"Chain"],[4,"ControlFlow"],[8,"AnimateTarget"],[8,"Easing"],[3,"RunningAnimation"],[3,"RunningChain"],[8,"Animate"],[3,"OnCompleteAnimation"],[8,"LinearInterpolate"],[8,"Clone"],[8,"Sync"],[3,"DynamicTransition"],[3,"AnimationHandle"],[3,"ZeroToOne"],[4,"EasingFunction"],[4,"Ordering"],[3,"TransitioningDynamic"],[3,"EaseInOutCubic"],[3,"EaseInBounce"],[3,"EaseInOutQuartic"],[3,"EaseInQuartic"],[3,"EaseInOutQuadradic"],[3,"EaseInOutQuintic"],[3,"EaseOutCubic"],[3,"EaseOutElastic"],[3,"EaseOutSine"],[3,"EaseInOutSine"],[3,"EaseInBack"],[3,"EaseInExponential"],[3,"EaseOutQuintic"],[3,"EaseInQuintic"],[3,"EaseOutBack"],[3,"EaseInOutCircular"],[3,"EaseInOutExponential"],[3,"EaseInOutBack"],[3,"EaseOutQuadradic"],[3,"EaseInElastic"],[3,"EaseOutQuartic"],[3,"EaseInCubic"],[3,"EaseOutCircular"],[3,"EaseOutExponential"],[3,"EaseInOutElastic"],[3,"EaseInQuadradic"],[3,"EaseOutBounce"],[3,"EaseInCircular"],[8,"AnimationTarget"],[3,"Animation"],[4,"Component"],[8,"Sized"],[3,"Linear"],[3,"EventContext"],[3,"GraphicsContext"],[3,"LayoutContext"],[3,"Styles"],[4,"Exclusive"],[3,"ManagedWidget"],[4,"Ime"],[3,"DeviceId"],[4,"MouseButton"],[4,"MouseScrollDelta"],[4,"TouchPhase"],[3,"WidgetInstance"],[8,"ComponentDefinition"],[8,"ComponentDefaultvalue"],[15,"slice"],[3,"Dynamic"],[4,"FlexibleDimension"],[4,"Dimension"],[3,"CustomComponent"],[3,"Group"],[3,"ComponentName"],[3,"Edges"],[8,"Default"],[8,"Debug"],[3,"Lp"],[15,"never"],[8,"NamedComponent"],[8,"RefUnwindSafe"],[8,"UnwindSafe"],[3,"StylesIntoIter"],[8,"Add"],[15,"usize"],[3,"TextSize"],[3,"LineHeight"],[3,"TextColor"],[3,"HighlightColor"],[3,"IntrinsicPadding"],[3,"Easing"],[3,"EasingIn"],[3,"EasingOut"],[3,"DynamicReader"],[3,"Generation"],[3,"BlockUntilUpdatedFuture"],[3,"Pin"],[3,"Context"],[4,"Poll"],[8,"Eq"],[3,"EventHandled"],[3,"EventIgnored"],[4,"WidgetRef"],[3,"WidgetId"],[3,"Children"],[3,"PendingWidgetId"],[3,"WidgetGuard"],[3,"Callback"],[6,"RunningWindow"],[8,"Widget"],[8,"MakeWidget"],[4,"EventLoopError"],[8,"IntoValue"],[3,"Style"],[3,"Input"],[3,"Align"],[3,"Expand"],[3,"Resize"],[3,"TileMap"],[3,"Canvas"],[3,"Label"],[4,"TileMapFocus"],[8,"Layers"],[15,"u8"],[3,"Button"],[3,"ButtonBackground"],[3,"ButtonActiveBackground"],[3,"ButtonHoverBackground"],[3,"ScrollBarThickness"],[3,"Scroll"],[3,"StackDirection"],[4,"StackOrientation"],[4,"StackDimension"],[3,"Stack"],[8,"WindowBehavior"],[3,"Window"],[8,"WithClone"],[8,"Run"],[3,"BoxedAnimation"],[8,"BoxAnimate"],[8,"Spawn"],[8,"AsEventContext"],[4,"Global"],[8,"ComponentType"],[8,"ComponentGroup"],[8,"MakeWidgetWithId"],[13,"Fractional"]]}\
}');
if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)};
if (typeof exports !== 'undefined') {exports.searchIndex = searchIndex};
diff --git a/main/src/gooey/context.rs.html b/main/src/gooey/context.rs.html
index 93d50a8cc..130fa5509 100644
--- a/main/src/gooey/context.rs.html
+++ b/main/src/gooey/context.rs.html
@@ -808,6 +808,78 @@
808809810
+811
+812
+813
+814
+815
+816
+817
+818
+819
+820
+821
+822
+823
+824
+825
+826
+827
+828
+829
+830
+831
+832
+833
+834
+835
+836
+837
+838
+839
+840
+841
+842
+843
+844
+845
+846
+847
+848
+849
+850
+851
+852
+853
+854
+855
+856
+857
+858
+859
+860
+861
+862
+863
+864
+865
+866
+867
+868
+869
+870
+871
+872
+873
+874
+875
+876
+877
+878
+879
+880
+881
+882
//! Types that provide access to the Gooey runtime.
use std::ops::{Deref, DerefMut};
use std::sync::atomic::{AtomicBool, Ordering};
@@ -825,7 +897,7 @@
use crate::styles::components::HighlightColor;
use crate::styles::{ComponentDefaultvalue, ComponentDefinition, Styles};
use crate::value::Dynamic;
-use crate::widget::{EventHandling, ManagedWidget, WidgetInstance};
+use crate::widget::{EventHandling, ManagedWidget, WidgetId, WidgetInstance};
use crate::window::{sealed, RunningWindow};
use crate::ConstraintLimit;
@@ -1010,8 +1082,7 @@
} else if let Some(next_focus) = focus.next_focus() {
focus = next_focus;
} else {
- // TODO visually scan the tree for the "next" widget.
- break None;
+ break self.next_focus_after(focus);
}
});
let new = match self.current_node.tree.focus(focus.as_ref()) {
@@ -1035,6 +1106,79 @@
}
}
}
+
+ fn next_focus_after(&mut self, mut focus: ManagedWidget) -> Option<ManagedWidget> {
+ // First, look within the current focus for any focusable children.
+ let stop_at = focus.id();
+ if let Some(focus) = self.next_focus_within(&focus, None, stop_at) {
+ return Some(focus);
+ }
+
+ // Now, look for the next widget in each hierarchy
+ let root = loop {
+ if let Some(focus) = self.next_focus_sibling(&focus, stop_at) {
+ return Some(focus);
+ }
+ let Some(parent) = focus.parent() else {
+ break focus;
+ };
+ focus = parent;
+ };
+
+ // We've exhausted a forward scan, we can now start searching the final
+ // parent, which is the root.
+ self.next_focus_within(&root, None, stop_at)
+ }
+
+ fn next_focus_sibling(
+ &mut self,
+ focus: &ManagedWidget,
+ stop_at: WidgetId,
+ ) -> Option<ManagedWidget> {
+ self.next_focus_within(&focus.parent()?, Some(focus.id()), stop_at)
+ }
+
+ /// Searches for the next focus inside of `focus`, returning `None` if
+ /// `stop_at` is reached or all children are checked before finding a widget
+ /// that returns true from `accept_focus`.
+ fn next_focus_within(
+ &mut self,
+ focus: &ManagedWidget,
+ start_at: Option<WidgetId>,
+ stop_at: WidgetId,
+ ) -> Option<ManagedWidget> {
+ let child_layouts = focus.child_layouts();
+ // TODO visually sort the layouts
+
+ let mut child_layouts = child_layouts.into_iter().peekable();
+ if let Some(start_at) = start_at {
+ // Skip all children up to `start_at`
+ while child_layouts.peek()?.0.id() != start_at {
+ child_layouts.next();
+ }
+ // Skip `start_at`
+ child_layouts.next();
+ }
+
+ for (child, _layout) in child_layouts {
+ // Ensure we haven't cycled completely.
+ if stop_at == child.id() {
+ break;
+ }
+
+ if child
+ .lock()
+ .as_widget()
+ .accept_focus(&mut self.for_other(child.clone()))
+ {
+ return Some(child);
+ } else if let Some(focus) = self.next_focus_within(&child, None, stop_at) {
+ return Some(focus);
+ }
+ }
+
+ None
+ }
}
impl<'context, 'window> Deref for EventContext<'context, 'window> {
diff --git a/main/src/gooey/tree.rs.html b/main/src/gooey/tree.rs.html
index ebb7eb6af..fba53fe80 100644
--- a/main/src/gooey/tree.rs.html
+++ b/main/src/gooey/tree.rs.html
@@ -349,17 +349,24 @@
349350351
+352
+353
+354
+355
+356
+357
+358
+359
+360
//! Types for creating reusable widgets (aka components or views).
use std::any::Any;
@@ -599,6 +691,7 @@
use std::fmt::Debug;
use std::ops::{ControlFlow, Deref};
use std::panic::UnwindSafe;
+use std::sync::atomic::{self, AtomicU64};
use std::sync::{Arc, Mutex, MutexGuard, PoisonError};
use kludgine::app::winit::event::{
@@ -609,7 +702,7 @@
use crate::context::{AsEventContext, EventContext, GraphicsContext, LayoutContext};
use crate::styles::Styles;
-use crate::tree::{Tree, WidgetId};
+use crate::tree::Tree;
use crate::value::{IntoValue, Value};
use crate::widgets::Style;
use crate::window::{RunningWindow, Window, WindowBehavior};
@@ -759,7 +852,7 @@
}
}
-/// A type that can create a widget.
+/// A type that can create a [`WidgetInstance`].
pub trait MakeWidget: Sized {
/// Returns a new widget.
fn make_widget(self) -> WidgetInstance;
@@ -783,12 +876,28 @@
}
}
-impl<T> MakeWidget for T
+/// A type that can create a [`WidgetInstance`] with a preallocated
+/// [`WidgetId`].
+pub trait MakeWidgetWithId: Sized {
+ /// Returns a new [`WidgetInstance`] whose [`WidgetId`] is `id`.
+ fn make_with_id(self, id: PendingWidgetId) -> WidgetInstance;
+}
+
+impl<T> MakeWidgetWithId for T
where
T: Widget,
+{
+ fn make_with_id(self, id: PendingWidgetId) -> WidgetInstance {
+ WidgetInstance::with_id(self, id)
+ }
+}
+
+impl<T> MakeWidget for T
+where
+ T: MakeWidgetWithId,
{
fn make_widget(self) -> WidgetInstance {
- WidgetInstance::new(self)
+ self.make_with_id(PendingWidgetId::unique())
}
}
@@ -842,18 +951,27 @@
}
impl WidgetInstance {
- /// Returns a new instance containing `widget`.
- pub fn new<W>(widget: W) -> Self
+ /// Returns a new instance containing `widget` that is assigned the unique
+ /// `id` provided.
+ pub fn with_id<W>(widget: W, id: PendingWidgetId) -> Self
where
W: Widget,
{
Self {
- id: WidgetId::unique(),
+ id: id.into(),
widget: Arc::new(Mutex::new(widget)),
next_focus: Value::default(),
}
}
+ /// Returns a new instance containing `widget`.
+ pub fn new<W>(widget: W) -> Self
+ where
+ W: Widget,
+ {
+ Self::with_id(widget, PendingWidgetId::unique())
+ }
+
/// Returns the unique id of this widget instance.
#[must_use]
pub fn id(&self) -> WidgetId {
@@ -888,6 +1006,15 @@
pub fn run(self) -> crate::Result {
Window::<WidgetInstance>::new(self).run()
}
+
+ /// Returns the id of the widget that should receive focus after this
+ /// widget.
+ ///
+ /// This value comes from [`MakeWidget::with_next_focus()`].
+ #[must_use]
+ pub fn next_focus(&self) -> Option<WidgetId> {
+ self.next_focus.get()
+ }
}
impl Eq for WidgetInstance {}
@@ -993,8 +1120,7 @@
#[must_use]
pub fn next_focus(&self) -> Option<ManagedWidget> {
self.widget
- .next_focus
- .get()
+ .next_focus()
.and_then(|next_focus| self.tree.widget(next_focus))
}
@@ -1043,6 +1169,10 @@
pub(crate) fn reset_child_layouts(&self) {
self.tree.reset_child_layouts(self.id());
}
+
+ pub(crate) fn child_layouts(&self) -> Vec<(ManagedWidget, Rect<Px>)> {
+ self.tree.child_layouts(self.id())
+ }
}
impl PartialEq for ManagedWidget {
@@ -1186,4 +1316,58 @@
widget.clone()
}
}
+
+/// The unique id of a [`WidgetInstance`].
+///
+/// Each [`WidgetInstance`] is guaranteed to have a unique [`WidgetId`] across
+/// the lifetime of an application.
+#[derive(Clone, Copy, Eq, PartialEq, Debug, Hash)]
+pub struct WidgetId(u64);
+
+impl WidgetId {
+ fn unique() -> Self {
+ static COUNTER: AtomicU64 = AtomicU64::new(0);
+ Self(COUNTER.fetch_add(1, atomic::Ordering::Acquire))
+ }
+}
+
+/// A [`WidgetId`] that has not been assigned to a [`WidgetInstance`].
+///
+/// This type is passed to [`MakeWidgetWithId::make_with_id()`] to create a
+/// [`WidgetInstance`] with a preallocated id.
+///
+/// This type cannot be cloned or copied to ensure only a single widget can be
+/// assigned a given [`WidgetId`]. The contained [`WidgetId`] can be accessed
+/// via [`id()`](Self::id), `Into<WidgetId>`, or `Deref`.
+#[derive(Eq, PartialEq, Debug)]
+pub struct PendingWidgetId(WidgetId);
+
+impl PendingWidgetId {
+ /// Returns a newly allocated [`WidgetId`] that is guaranteed to be unique
+ /// for the lifetime of the application.
+ #[must_use]
+ pub fn unique() -> Self {
+ Self(WidgetId::unique())
+ }
+
+ /// Returns the contained widget id.
+ #[must_use]
+ pub const fn id(&self) -> WidgetId {
+ self.0
+ }
+}
+
+impl From<PendingWidgetId> for WidgetId {
+ fn from(value: PendingWidgetId) -> Self {
+ value.0
+ }
+}
+
+impl Deref for PendingWidgetId {
+ type Target = WidgetId;
+
+ fn deref(&self) -> &Self::Target {
+ &self.0
+ }
+}