From 817edb711e1a35b9f7281e425daf275e17a0a520 Mon Sep 17 00:00:00 2001 From: kl-botsu Date: Wed, 8 Nov 2023 19:05:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20khonsula?= =?UTF-8?q?bs/gooey@bf9836a82bd6c3b699cf66db0b54d6fcefd21e31=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/gooey/all.html | 2 +- main/gooey/context/index.html | 2 +- main/gooey/context/struct.EventContext.html | 30 ++- .../gooey/context/struct.GraphicsContext.html | 28 ++- main/gooey/context/struct.LayoutContext.html | 28 ++- main/gooey/context/struct.WidgetContext.html | 32 ++- main/gooey/context/trait.ManageWidget.html | 8 +- .../gooey/context/trait.MapManagedWidget.html | 8 +- .../components/enum.HorizontalOrder.html | 8 +- .../styles/components/enum.VerticalOrder.html | 8 +- main/gooey/styles/components/index.html | 4 +- main/gooey/styles/components/sidebar-items.js | 2 +- .../styles/components/struct.Easing.html | 6 +- .../styles/components/struct.EasingIn.html | 6 +- .../styles/components/struct.EasingOut.html | 6 +- .../components/struct.HighlightColor.html | 6 +- .../components/struct.IntrinsicPadding.html | 6 +- .../components/struct.PrimaryColor.html | 34 +++ .../styles/components/struct.VisualOrder.html | 12 +- .../styles/trait.ComponentDefinition.html | 2 +- main/gooey/styles/trait.ComponentGroup.html | 2 +- main/gooey/styles/trait.NamedComponent.html | 2 +- main/gooey/trait.Run.html | 2 +- main/gooey/widget/constant.HANDLED.html | 2 +- main/gooey/widget/constant.IGNORED.html | 2 +- main/gooey/widget/enum.WidgetRef.html | 10 +- main/gooey/widget/index.html | 2 +- main/gooey/widget/struct.Callback.html | 8 +- main/gooey/widget/struct.Children.html | 18 +- main/gooey/widget/struct.EventHandled.html | 6 +- main/gooey/widget/struct.EventIgnored.html | 6 +- main/gooey/widget/struct.ManagedWidget.html | 26 +- main/gooey/widget/struct.WidgetGuard.html | 6 +- main/gooey/widget/struct.WidgetId.html | 8 +- main/gooey/widget/struct.WidgetInstance.html | 57 +++-- main/gooey/widget/struct.WidgetTag.html | 12 +- main/gooey/widget/trait.MakeWidget.html | 22 +- main/gooey/widget/trait.MakeWidgetWithId.html | 6 +- main/gooey/widget/trait.Widget.html | 2 +- main/gooey/widget/type.EventHandling.html | 2 +- main/gooey/widgets/button/index.html | 2 +- main/gooey/widgets/button/struct.Button.html | 30 +-- .../button/struct.ButtonActiveBackground.html | 6 +- .../button/struct.ButtonBackground.html | 6 +- .../button/struct.ButtonHoverBackground.html | 6 +- main/gooey/widgets/scroll/struct.Scroll.html | 8 +- .../widgets/stack/enum.StackDimension.html | 4 +- .../widgets/stack/enum.StackOrientation.html | 6 +- main/gooey/widgets/stack/index.html | 2 +- main/gooey/widgets/stack/struct.Stack.html | 12 +- .../widgets/stack/struct.StackDirection.html | 14 +- main/gooey/widgets/struct.Align.html | 16 +- main/gooey/widgets/struct.Canvas.html | 8 +- main/gooey/widgets/struct.Expand.html | 19 +- main/gooey/widgets/struct.Input.html | 26 +- main/gooey/widgets/struct.Label.html | 8 +- main/gooey/widgets/struct.Resize.html | 8 +- main/gooey/widgets/struct.Style.html | 8 +- main/gooey/widgets/struct.TileMap.html | 8 +- main/gooey/window/index.html | 2 +- main/gooey/window/struct.RunningWindow.html | 8 +- main/gooey/window/struct.Window.html | 18 +- main/gooey/window/trait.WindowBehavior.html | 16 +- main/gooey/window/type.WindowAttributes.html | 2 +- main/implementors/core/clone/trait.Clone.js | 2 +- main/implementors/core/cmp/trait.Eq.js | 2 +- main/implementors/core/cmp/trait.PartialEq.js | 2 +- .../core/default/trait.Default.js | 2 +- main/implementors/core/fmt/trait.Debug.js | 2 +- main/implementors/core/marker/trait.Copy.js | 2 +- main/implementors/core/marker/trait.Freeze.js | 2 +- main/implementors/core/marker/trait.Send.js | 2 +- .../core/marker/trait.StructuralEq.js | 2 +- .../core/marker/trait.StructuralPartialEq.js | 2 +- main/implementors/core/marker/trait.Sync.js | 2 +- main/implementors/core/marker/trait.Unpin.js | 2 +- .../panic/unwind_safe/trait.RefUnwindSafe.js | 2 +- .../panic/unwind_safe/trait.UnwindSafe.js | 2 +- main/search-index.js | 2 +- main/src/gooey/context.rs.html | 44 ++++ main/src/gooey/styles/components.rs.html | 36 +++ main/src/gooey/tree.rs.html | 66 +++++ main/src/gooey/widget.rs.html | 238 +++++++++++++++++- main/src/gooey/widgets/align.rs.html | 44 +++- main/src/gooey/widgets/button.rs.html | 44 +++- main/src/gooey/widgets/expand.rs.html | 72 +++++- main/src/gooey/widgets/input.rs.html | 32 ++- main/src/gooey/widgets/stack.rs.html | 32 ++- main/src/gooey/window.rs.html | 152 +++++++++-- 89 files changed, 1118 insertions(+), 354 deletions(-) create mode 100644 main/gooey/styles/components/struct.PrimaryColor.html diff --git a/main/gooey/all.html b/main/gooey/all.html index 6257a0f11..49ba4b2fc 100644 --- a/main/gooey/all.html +++ b/main/gooey/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Type Definitions

Constants

\ No newline at end of file +List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Type Definitions

Constants

\ No newline at end of file diff --git a/main/gooey/context/index.html b/main/gooey/context/index.html index 50e1bed9f..5ff681de3 100644 --- a/main/gooey/context/index.html +++ b/main/gooey/context/index.html @@ -1,2 +1,2 @@ -gooey::context - Rust

Module gooey::context

source ·
Expand description

Types that provide access to the Gooey runtime.

+gooey::context - Rust

Module gooey::context

source ·
Expand description

Types that provide access to the Gooey runtime.

Structs

Enums

  • An owned T or an exclusive reference to a T.

Traits

\ No newline at end of file diff --git a/main/gooey/context/struct.EventContext.html b/main/gooey/context/struct.EventContext.html index ec75195e6..e513ea3b7 100644 --- a/main/gooey/context/struct.EventContext.html +++ b/main/gooey/context/struct.EventContext.html @@ -1,4 +1,4 @@ -EventContext in gooey::context - Rust

Struct gooey::context::EventContext

source ·
pub struct EventContext<'context, 'window> {
+EventContext in gooey::context - Rust

Struct gooey::context::EventContext

source ·
pub struct EventContext<'context, 'window> {
     pub widget: WidgetContext<'context, 'window>,
     pub kludgine: &'context mut Kludgine,
 }
Expand description

A context to an event function.

@@ -91,11 +91,21 @@ over a child widget.

source

pub fn primary_hover(&self) -> bool

Returns true if this widget that is directly beneath the cursor.

source

pub fn focused(&self) -> bool

Returns true if this widget is currently focused for user input.

-
source

pub fn widget(&self) -> &ManagedWidget

Returns the widget this context is for.

-
source

pub fn attach_styles(&self, styles: Styles)

Attaches styles to the widget hierarchy for this widget.

+
source

pub fn is_default(&self) -> bool

Returns true if this widget is the target to activate when the user +triggers a default action.

+

See +MakeWidget::into_default() +for more information.

+
source

pub fn is_escape(&self) -> bool

Returns true if this widget is the target to activate when the user +triggers an escape action.

+

See +MakeWidget::into_escape() +for more information.

+
source

pub fn widget(&self) -> &ManagedWidget

Returns the widget this context is for.

+
source

pub fn attach_styles(&self, styles: Styles)

Attaches styles to the widget hierarchy for this widget.

Style queries for children will return any values matching this collection.

-
source

pub fn query_styles(&self, query: &[&dyn ComponentDefaultvalue]) -> Styles

Queries the widget hierarchy for matching style components.

+
source

pub fn query_styles(&self, query: &[&dyn ComponentDefaultvalue]) -> Styles

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.

@@ -103,18 +113,18 @@ attached. The Style widget is provided as a convenient way to attach styles into the widget hierarchy.

-
source

pub fn query_style<Component: ComponentDefinition>( +

source

pub fn query_style<Component: ComponentDefinition>( &self, query: &Component ) -> Component::ComponentType

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.

-
source

pub fn window(&self) -> &RunningWindow<'window>

Returns the window containing this widget.

-
source

pub fn window_mut(&mut self) -> &mut RunningWindow<'window>

Returns an exclusive reference to the window containing this widget.

-

Methods from Deref<Target = RunningWindow<'window>>§

source

pub fn focused(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s focus status +

source

pub fn window(&self) -> &RunningWindow<'window>

Returns the window containing this widget.

+
source

pub fn window_mut(&mut self) -> &mut RunningWindow<'window>

Returns an exclusive reference to the window containing this widget.

+

Methods from Deref<Target = RunningWindow<'window>>§

source

pub fn focused(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s focus status changes.

-
source

pub fn occluded(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s occlusion +

source

pub fn occluded(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s occlusion status changes.

Methods from Deref<Target = Window<'window, WindowCommand>>§

pub fn handle(&self) -> WindowHandle<WindowEvent>

Returns a handle to this window, which can be used to send WindowEvents to it.

@@ -152,7 +162,7 @@

pub fn set_min_inner_size(&self, min_size: Option<Size<UPx>>)

Sets the window’s minimum inner size.

pub fn set_max_inner_size(&self, max_size: Option<Size<UPx>>)

Sets the window’s maximum inner size.

Trait Implementations§

source§

impl<'window> AsEventContext<'window> for EventContext<'_, 'window>

source§

fn as_event_context(&mut self) -> EventContext<'_, 'window>

Returns this context as an EventContext.
source§

fn push_child(&mut self, child: WidgetInstance) -> ManagedWidget

Pushes a new child widget into the widget hierarchy beneathq the -context’s widget.
source§

fn remove_child(&mut self, child: &ManagedWidget)

Removes a widget from the hierarchy.
source§

impl<'context, 'window> Deref for EventContext<'context, 'window>

§

type Target = WidgetContext<'context, 'window>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'context, 'window> DerefMut for EventContext<'context, 'window>

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl Drop for EventContext<'_, '_>

source§

fn drop(&mut self)

Executes the destructor for this type. Read more

Auto Trait Implementations§

§

impl<'context, 'window> !RefUnwindSafe for EventContext<'context, 'window>

§

impl<'context, 'window> Send for EventContext<'context, 'window>

§

impl<'context, 'window> !Sync for EventContext<'context, 'window>

§

impl<'context, 'window> Unpin for EventContext<'context, 'window>

§

impl<'context, 'window> !UnwindSafe for EventContext<'context, 'window>

Blanket Implementations§

source§

impl<T> Any for Twhere +context’s widget.

source§

fn remove_child(&mut self, child: &ManagedWidget)

Removes a widget from the hierarchy.
source§

impl<'context, 'window> Deref for EventContext<'context, 'window>

§

type Target = WidgetContext<'context, 'window>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'context, 'window> DerefMut for EventContext<'context, 'window>

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl Drop for EventContext<'_, '_>

source§

fn drop(&mut self)

Executes the destructor for this type. Read more

Auto Trait Implementations§

§

impl<'context, 'window> !RefUnwindSafe for EventContext<'context, 'window>

§

impl<'context, 'window> Send for EventContext<'context, 'window>

§

impl<'context, 'window> !Sync for EventContext<'context, 'window>

§

impl<'context, 'window> Unpin for EventContext<'context, 'window>

§

impl<'context, 'window> !UnwindSafe for EventContext<'context, 'window>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<A> Cast for A

§

fn cast<To>(self) -> Towhere diff --git a/main/gooey/context/struct.GraphicsContext.html b/main/gooey/context/struct.GraphicsContext.html index f2a01b81b..33e3a0eec 100644 --- a/main/gooey/context/struct.GraphicsContext.html +++ b/main/gooey/context/struct.GraphicsContext.html @@ -1,4 +1,4 @@ -GraphicsContext in gooey::context - Rust
pub struct GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass> {
+GraphicsContext in gooey::context - Rust
pub struct GraphicsContext<'context, 'window, 'clip, 'gfx, 'pass> {
     pub widget: WidgetContext<'context, 'window>,
     pub graphics: Exclusive<'context, Graphics<'clip, 'gfx, 'pass>>,
 }
Expand description

A context to a function that is rendering a widget.

@@ -55,11 +55,21 @@ over a child widget.

source

pub fn primary_hover(&self) -> bool

Returns true if this widget that is directly beneath the cursor.

source

pub fn focused(&self) -> bool

Returns true if this widget is currently focused for user input.

-
source

pub fn widget(&self) -> &ManagedWidget

Returns the widget this context is for.

-
source

pub fn attach_styles(&self, styles: Styles)

Attaches styles to the widget hierarchy for this widget.

+
source

pub fn is_default(&self) -> bool

Returns true if this widget is the target to activate when the user +triggers a default action.

+

See +MakeWidget::into_default() +for more information.

+
source

pub fn is_escape(&self) -> bool

Returns true if this widget is the target to activate when the user +triggers an escape action.

+

See +MakeWidget::into_escape() +for more information.

+
source

pub fn widget(&self) -> &ManagedWidget

Returns the widget this context is for.

+
source

pub fn attach_styles(&self, styles: Styles)

Attaches styles to the widget hierarchy for this widget.

Style queries for children will return any values matching this collection.

-
source

pub fn query_styles(&self, query: &[&dyn ComponentDefaultvalue]) -> Styles

Queries the widget hierarchy for matching style components.

+
source

pub fn query_styles(&self, query: &[&dyn ComponentDefaultvalue]) -> Styles

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.

@@ -67,18 +77,18 @@ attached. The Style widget is provided as a convenient way to attach styles into the widget hierarchy.

-
source

pub fn query_style<Component: ComponentDefinition>( +

source

pub fn query_style<Component: ComponentDefinition>( &self, query: &Component ) -> Component::ComponentType

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.

-
source

pub fn window(&self) -> &RunningWindow<'window>

Returns the window containing this widget.

-
source

pub fn window_mut(&mut self) -> &mut RunningWindow<'window>

Returns an exclusive reference to the window containing this widget.

-

Methods from Deref<Target = RunningWindow<'window>>§

source

pub fn focused(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s focus status +

source

pub fn window(&self) -> &RunningWindow<'window>

Returns the window containing this widget.

+
source

pub fn window_mut(&mut self) -> &mut RunningWindow<'window>

Returns an exclusive reference to the window containing this widget.

+

Methods from Deref<Target = RunningWindow<'window>>§

source

pub fn focused(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s focus status changes.

-
source

pub fn occluded(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s occlusion +

source

pub fn occluded(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s occlusion status changes.

Methods from Deref<Target = Window<'window, WindowCommand>>§

pub fn handle(&self) -> WindowHandle<WindowEvent>

Returns a handle to this window, which can be used to send WindowEvents to it.

diff --git a/main/gooey/context/struct.LayoutContext.html b/main/gooey/context/struct.LayoutContext.html index d96cee105..b7b06df15 100644 --- a/main/gooey/context/struct.LayoutContext.html +++ b/main/gooey/context/struct.LayoutContext.html @@ -1,4 +1,4 @@ -LayoutContext in gooey::context - Rust
pub struct LayoutContext<'context, 'window, 'clip, 'gfx, 'pass> { /* private fields */ }
Expand description

A context to a function that is rendering a widget.

+LayoutContext in gooey::context - Rust
pub struct LayoutContext<'context, 'window, 'clip, 'gfx, 'pass> { /* private fields */ }
Expand description

A context to a function that is rendering a widget.

Implementations§

source§

impl<'context, 'window, 'clip, 'gfx, 'pass> LayoutContext<'context, 'window, 'clip, 'gfx, 'pass>

source

pub fn as_temporary(self) -> Self

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 @@ -64,11 +64,21 @@ over a child widget.

source

pub fn primary_hover(&self) -> bool

Returns true if this widget that is directly beneath the cursor.

source

pub fn focused(&self) -> bool

Returns true if this widget is currently focused for user input.

-
source

pub fn widget(&self) -> &ManagedWidget

Returns the widget this context is for.

-
source

pub fn attach_styles(&self, styles: Styles)

Attaches styles to the widget hierarchy for this widget.

+
source

pub fn is_default(&self) -> bool

Returns true if this widget is the target to activate when the user +triggers a default action.

+

See +MakeWidget::into_default() +for more information.

+
source

pub fn is_escape(&self) -> bool

Returns true if this widget is the target to activate when the user +triggers an escape action.

+

See +MakeWidget::into_escape() +for more information.

+
source

pub fn widget(&self) -> &ManagedWidget

Returns the widget this context is for.

+
source

pub fn attach_styles(&self, styles: Styles)

Attaches styles to the widget hierarchy for this widget.

Style queries for children will return any values matching this collection.

-
source

pub fn query_styles(&self, query: &[&dyn ComponentDefaultvalue]) -> Styles

Queries the widget hierarchy for matching style components.

+
source

pub fn query_styles(&self, query: &[&dyn ComponentDefaultvalue]) -> Styles

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.

@@ -76,18 +86,18 @@ attached. The Style widget is provided as a convenient way to attach styles into the widget hierarchy.

-
source

pub fn query_style<Component: ComponentDefinition>( +

source

pub fn query_style<Component: ComponentDefinition>( &self, query: &Component ) -> Component::ComponentType

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.

-
source

pub fn window(&self) -> &RunningWindow<'window>

Returns the window containing this widget.

-
source

pub fn window_mut(&mut self) -> &mut RunningWindow<'window>

Returns an exclusive reference to the window containing this widget.

-

Methods from Deref<Target = RunningWindow<'window>>§

source

pub fn focused(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s focus status +

source

pub fn window(&self) -> &RunningWindow<'window>

Returns the window containing this widget.

+
source

pub fn window_mut(&mut self) -> &mut RunningWindow<'window>

Returns an exclusive reference to the window containing this widget.

+

Methods from Deref<Target = RunningWindow<'window>>§

source

pub fn focused(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s focus status changes.

-
source

pub fn occluded(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s occlusion +

source

pub fn occluded(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s occlusion status changes.

Methods from Deref<Target = Window<'window, WindowCommand>>§

pub fn handle(&self) -> WindowHandle<WindowEvent>

Returns a handle to this window, which can be used to send WindowEvents to it.

diff --git a/main/gooey/context/struct.WidgetContext.html b/main/gooey/context/struct.WidgetContext.html index faebdff47..011a30fb7 100644 --- a/main/gooey/context/struct.WidgetContext.html +++ b/main/gooey/context/struct.WidgetContext.html @@ -1,7 +1,7 @@ -WidgetContext in gooey::context - Rust
pub struct WidgetContext<'context, 'window> { /* private fields */ }
Expand description

A context for a widget.

+WidgetContext in gooey::context - Rust
pub struct WidgetContext<'context, 'window> { /* private fields */ }
Expand description

A context for a widget.

This type provides access to the widget hierarchy from the perspective of a specific widget.

-

Implementations§

source§

impl<'context, 'window> WidgetContext<'context, 'window>

source

pub fn borrowed(&mut self) -> WidgetContext<'_, 'window>

Returns a new instance that borrows from self.

+

Implementations§

source§

impl<'context, 'window> WidgetContext<'context, 'window>

source

pub fn borrowed(&mut self) -> WidgetContext<'_, 'window>

Returns a new instance that borrows from self.

source

pub fn for_other<'child, Widget>( &'child mut self, widget: &Widget @@ -32,11 +32,21 @@ over a child widget.

source

pub fn primary_hover(&self) -> bool

Returns true if this widget that is directly beneath the cursor.

source

pub fn focused(&self) -> bool

Returns true if this widget is currently focused for user input.

-
source

pub const fn widget(&self) -> &ManagedWidget

Returns the widget this context is for.

-
source

pub fn attach_styles(&self, styles: Styles)

Attaches styles to the widget hierarchy for this widget.

+
source

pub fn is_default(&self) -> bool

Returns true if this widget is the target to activate when the user +triggers a default action.

+

See +MakeWidget::into_default() +for more information.

+
source

pub fn is_escape(&self) -> bool

Returns true if this widget is the target to activate when the user +triggers an escape action.

+

See +MakeWidget::into_escape() +for more information.

+
source

pub const fn widget(&self) -> &ManagedWidget

Returns the widget this context is for.

+
source

pub fn attach_styles(&self, styles: Styles)

Attaches styles to the widget hierarchy for this widget.

Style queries for children will return any values matching this collection.

-
source

pub fn query_styles(&self, query: &[&dyn ComponentDefaultvalue]) -> Styles

Queries the widget hierarchy for matching style components.

+
source

pub fn query_styles(&self, query: &[&dyn ComponentDefaultvalue]) -> Styles

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.

@@ -44,18 +54,18 @@ attached. The Style widget is provided as a convenient way to attach styles into the widget hierarchy.

-
source

pub fn query_style<Component: ComponentDefinition>( +

source

pub fn query_style<Component: ComponentDefinition>( &self, query: &Component ) -> Component::ComponentType

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.

-
source

pub fn window(&self) -> &RunningWindow<'window>

Returns the window containing this widget.

-
source

pub fn window_mut(&mut self) -> &mut RunningWindow<'window>

Returns an exclusive reference to the window containing this widget.

-

Methods from Deref<Target = RunningWindow<'window>>§

source

pub fn focused(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s focus status +

source

pub fn window(&self) -> &RunningWindow<'window>

Returns the window containing this widget.

+
source

pub fn window_mut(&mut self) -> &mut RunningWindow<'window>

Returns an exclusive reference to the window containing this widget.

+

Methods from Deref<Target = RunningWindow<'window>>§

source

pub fn focused(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s focus status changes.

-
source

pub fn occluded(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s occlusion +

source

pub fn occluded(&self) -> &Dynamic<bool>

Returns a dynamic that is updated whenever this window’s occlusion status changes.

Methods from Deref<Target = Window<'window, WindowCommand>>§

pub fn handle(&self) -> WindowHandle<WindowEvent>

Returns a handle to this window, which can be used to send WindowEvents to it.

@@ -92,7 +102,7 @@

pub fn modifiers(&self) -> Modifiers

Returns currently active modifiers.

pub fn set_min_inner_size(&self, min_size: Option<Size<UPx>>)

Sets the window’s minimum inner size.

pub fn set_max_inner_size(&self, max_size: Option<Size<UPx>>)

Sets the window’s maximum inner size.

-

Trait Implementations§

source§

impl<'window> Deref for WidgetContext<'_, 'window>

§

type Target = RunningWindow<'window>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'window> DerefMut for WidgetContext<'_, 'window>

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.

Auto Trait Implementations§

§

impl<'context, 'window> !RefUnwindSafe for WidgetContext<'context, 'window>

§

impl<'context, 'window> Send for WidgetContext<'context, 'window>

§

impl<'context, 'window> !Sync for WidgetContext<'context, 'window>

§

impl<'context, 'window> Unpin for WidgetContext<'context, 'window>

§

impl<'context, 'window> !UnwindSafe for WidgetContext<'context, 'window>

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<'window> Deref for WidgetContext<'_, 'window>

§

type Target = RunningWindow<'window>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'window> DerefMut for WidgetContext<'_, 'window>

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.

Auto Trait Implementations§

§

impl<'context, 'window> !RefUnwindSafe for WidgetContext<'context, 'window>

§

impl<'context, 'window> Send for WidgetContext<'context, 'window>

§

impl<'context, 'window> !Sync for WidgetContext<'context, 'window>

§

impl<'context, 'window> Unpin for WidgetContext<'context, 'window>

§

impl<'context, 'window> !UnwindSafe for WidgetContext<'context, 'window>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<A> Cast for A

§

fn cast<To>(self) -> Towhere diff --git a/main/gooey/context/trait.ManageWidget.html b/main/gooey/context/trait.ManageWidget.html index 20407c4a5..19d013224 100644 --- a/main/gooey/context/trait.ManageWidget.html +++ b/main/gooey/context/trait.ManageWidget.html @@ -1,10 +1,10 @@ -ManageWidget in gooey::context - Rust
pub trait ManageWidget {
+ManageWidget in gooey::context - Rust
pub trait ManageWidget {
     type Managed: MapManagedWidget<ManagedWidget>;
 
     // Required method
     fn manage(&self, context: &WidgetContext<'_, '_>) -> Self::Managed;
 }
Expand description

A type chat can convert to a ManagedWidget through a WidgetContext.

-

Required Associated Types§

source

type Managed: MapManagedWidget<ManagedWidget>

The managed type, which can be Option<ManagedWidget> or +

Required Associated Types§

source

type Managed: MapManagedWidget<ManagedWidget>

The managed type, which can be Option<ManagedWidget> or ManagedWidget.

-

Required Methods§

source

fn manage(&self, context: &WidgetContext<'_, '_>) -> Self::Managed

Resolve self into a ManagedWidget.

-

Implementors§

\ No newline at end of file +

Required Methods§

source

fn manage(&self, context: &WidgetContext<'_, '_>) -> Self::Managed

Resolve self into a ManagedWidget.

+

Implementors§

\ No newline at end of file diff --git a/main/gooey/context/trait.MapManagedWidget.html b/main/gooey/context/trait.MapManagedWidget.html index 8877e471f..a0d010f5b 100644 --- a/main/gooey/context/trait.MapManagedWidget.html +++ b/main/gooey/context/trait.MapManagedWidget.html @@ -1,9 +1,9 @@ -MapManagedWidget in gooey::context - Rust
pub trait MapManagedWidget<T> {
+MapManagedWidget in gooey::context - Rust
pub trait MapManagedWidget<T> {
     type Result;
 
     // Required method
     fn map(self, map: impl FnOnce(ManagedWidget) -> T) -> Self::Result;
 }
Expand description

A type that can produce another type when provided a ManagedWidget.

-

Required Associated Types§

source

type Result

The result of the mapping operation.

-

Required Methods§

source

fn map(self, map: impl FnOnce(ManagedWidget) -> T) -> Self::Result

Call map with a ManagedWidget.

-

Implementations on Foreign Types§

source§

impl<T> MapManagedWidget<T> for Option<ManagedWidget>

§

type Result = Option<T>

source§

fn map(self, map: impl FnOnce(ManagedWidget) -> T) -> Self::Result

Implementors§

\ No newline at end of file +

Required Associated Types§

source

type Result

The result of the mapping operation.

+

Required Methods§

source

fn map(self, map: impl FnOnce(ManagedWidget) -> T) -> Self::Result

Call map with a ManagedWidget.

+

Implementations on Foreign Types§

source§

impl<T> MapManagedWidget<T> for Option<ManagedWidget>

§

type Result = Option<T>

source§

fn map(self, map: impl FnOnce(ManagedWidget) -> T) -> Self::Result

Implementors§

\ No newline at end of file diff --git a/main/gooey/styles/components/enum.HorizontalOrder.html b/main/gooey/styles/components/enum.HorizontalOrder.html index e76927646..5db716ec5 100644 --- a/main/gooey/styles/components/enum.HorizontalOrder.html +++ b/main/gooey/styles/components/enum.HorizontalOrder.html @@ -1,13 +1,13 @@ -HorizontalOrder in gooey::styles::components - Rust
pub enum HorizontalOrder {
+HorizontalOrder in gooey::styles::components - Rust
pub enum HorizontalOrder {
     LeftToRight,
     RightToLeft,
 }
Expand description

A horizontal direction.

Variants§

§

LeftToRight

Describes an order starting at the left and proceeding to the right.

§

RightToLeft

Describes an order starting at the right and proceeding to the left.

-

Implementations§

source§

impl HorizontalOrder

source

pub fn rev(self) -> Self

Returns the reverse order of self.

-

Trait Implementations§

source§

impl Clone for HorizontalOrder

source§

fn clone(&self) -> HorizontalOrder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl PartialEq<HorizontalOrder> for HorizontalOrder

source§

fn eq(&self, other: &HorizontalOrder) -> bool

This method tests for self and other values to be equal, and is used +

Implementations§

source§

impl HorizontalOrder

source

pub fn rev(self) -> Self

Returns the reverse order of self.

+

Trait Implementations§

source§

impl Clone for HorizontalOrder

source§

fn clone(&self) -> HorizontalOrder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl PartialEq<HorizontalOrder> for HorizontalOrder

source§

fn eq(&self, other: &HorizontalOrder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl Copy for HorizontalOrder

source§

impl Eq for HorizontalOrder

source§

impl StructuralEq for HorizontalOrder

source§

impl StructuralPartialEq for HorizontalOrder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl Copy for HorizontalOrder

source§

impl Eq for HorizontalOrder

source§

impl StructuralEq for HorizontalOrder

source§

impl StructuralPartialEq for HorizontalOrder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<A> Cast for A

§

fn cast<To>(self) -> Towhere diff --git a/main/gooey/styles/components/enum.VerticalOrder.html b/main/gooey/styles/components/enum.VerticalOrder.html index 0367d5f81..be34e67b9 100644 --- a/main/gooey/styles/components/enum.VerticalOrder.html +++ b/main/gooey/styles/components/enum.VerticalOrder.html @@ -1,13 +1,13 @@ -VerticalOrder in gooey::styles::components - Rust
pub enum VerticalOrder {
+VerticalOrder in gooey::styles::components - Rust
pub enum VerticalOrder {
     TopToBottom,
     BottomToTop,
 }
Expand description

A vertical direction.

Variants§

§

TopToBottom

Describes an order starting at the top and proceeding to the bottom.

§

BottomToTop

Describes an order starting at the bottom and proceeding to the top.

-

Implementations§

source§

impl VerticalOrder

source

pub fn rev(self) -> Self

Returns the reverse order of self.

-

Trait Implementations§

source§

impl Clone for VerticalOrder

source§

fn clone(&self) -> VerticalOrder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl PartialEq<VerticalOrder> for VerticalOrder

source§

fn eq(&self, other: &VerticalOrder) -> bool

This method tests for self and other values to be equal, and is used +

Implementations§

source§

impl VerticalOrder

source

pub fn rev(self) -> Self

Returns the reverse order of self.

+

Trait Implementations§

source§

impl Clone for VerticalOrder

source§

fn clone(&self) -> VerticalOrder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl PartialEq<VerticalOrder> for VerticalOrder

source§

fn eq(&self, other: &VerticalOrder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl Copy for VerticalOrder

source§

impl Eq for VerticalOrder

source§

impl StructuralEq for VerticalOrder

source§

impl StructuralPartialEq for VerticalOrder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl Copy for VerticalOrder

source§

impl Eq for VerticalOrder

source§

impl StructuralEq for VerticalOrder

source§

impl StructuralPartialEq for VerticalOrder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<A> Cast for A

§

fn cast<To>(self) -> Towhere diff --git a/main/gooey/styles/components/index.html b/main/gooey/styles/components/index.html index 162231923..cfd722ae6 100644 --- a/main/gooey/styles/components/index.html +++ b/main/gooey/styles/components/index.html @@ -1,4 +1,4 @@ -gooey::styles::components - Rust

Module gooey::styles::components

source ·
Expand description

All style components supported by the built-in widgets.

+gooey::styles::components - Rust

Module gooey::styles::components

source ·
Expand description

All style components supported by the built-in widgets.

Structs

  • The EasingFunction to apply to animations that have no inherent directionality.
  • The EasingFunction to apply to animations that transition a value from “nothing” to “something”. For example, if an widget is animating a color’s @@ -6,4 +6,4 @@ Otherwise, it would use EasingOut.
  • The EasingFunction to apply to animations that transition a value from “something” to “nothing”. For example, if an widget is animating a color’s alpha channel towards transparency, it would query for this style component. -Otherwise, it would use EasingIn.
  • 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.
  • A 2d ordering configuration.

Enums

\ No newline at end of file +Otherwise, it would use EasingIn.
  • 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.
  • A [Color] to be used as a highlight color.
  • The [Color] to use when rendering text.
  • The Dimension to use as the size to render text.
  • A 2d ordering configuration.
  • Enums

    \ No newline at end of file diff --git a/main/gooey/styles/components/sidebar-items.js b/main/gooey/styles/components/sidebar-items.js index ee24bc8f9..1ee05f122 100644 --- a/main/gooey/styles/components/sidebar-items.js +++ b/main/gooey/styles/components/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"enum":["HorizontalOrder","VerticalOrder"],"struct":["Easing","EasingIn","EasingOut","HighlightColor","IntrinsicPadding","LineHeight","TextColor","TextSize","VisualOrder"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"enum":["HorizontalOrder","VerticalOrder"],"struct":["Easing","EasingIn","EasingOut","HighlightColor","IntrinsicPadding","LineHeight","PrimaryColor","TextColor","TextSize","VisualOrder"]}; \ No newline at end of file diff --git a/main/gooey/styles/components/struct.Easing.html b/main/gooey/styles/components/struct.Easing.html index 0b7da7f9d..f9119a319 100644 --- a/main/gooey/styles/components/struct.Easing.html +++ b/main/gooey/styles/components/struct.Easing.html @@ -1,8 +1,8 @@ -Easing in gooey::styles::components - Rust

    Struct gooey::styles::components::Easing

    source ·
    pub struct Easing;
    Expand description

    The EasingFunction to apply to animations that have no inherent +Easing in gooey::styles::components - Rust

    Struct gooey::styles::components::Easing

    source ·
    pub struct Easing;
    Expand description

    The EasingFunction to apply to animations that have no inherent directionality.

    -

    Trait Implementations§

    source§

    impl Clone for Easing

    source§

    fn clone(&self) -> Easing

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for Easing

    §

    type ComponentType = EasingFunction

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Self::ComponentType

    Returns the default value to use for this component.
    source§

    impl Debug for Easing

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for Easing

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<Easing> for Easing

    source§

    fn eq(&self, other: &Easing) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for Easing

    source§

    fn clone(&self) -> Easing

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for Easing

    §

    type ComponentType = EasingFunction

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Self::ComponentType

    Returns the default value to use for this component.
    source§

    impl Debug for Easing

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for Easing

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<Easing> for Easing

    source§

    fn eq(&self, other: &Easing) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for Easing

    source§

    impl Eq for Easing

    source§

    impl StructuralEq for Easing

    source§

    impl StructuralPartialEq for Easing

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for Easing

    source§

    impl Eq for Easing

    source§

    impl StructuralEq for Easing

    source§

    impl StructuralPartialEq for Easing

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/styles/components/struct.EasingIn.html b/main/gooey/styles/components/struct.EasingIn.html index 2528a5af9..e4b78a084 100644 --- a/main/gooey/styles/components/struct.EasingIn.html +++ b/main/gooey/styles/components/struct.EasingIn.html @@ -1,10 +1,10 @@ -EasingIn in gooey::styles::components - Rust
    pub struct EasingIn;
    Expand description

    The EasingFunction to apply to animations that transition a value from +EasingIn in gooey::styles::components - Rust

    pub struct EasingIn;
    Expand description

    The EasingFunction to apply to animations that transition a value from “nothing” to “something”. For example, if an widget is animating a color’s alpha channel towards opaqueness, it would query for this style component. Otherwise, it would use EasingOut.

    -

    Trait Implementations§

    source§

    impl Clone for EasingIn

    source§

    fn clone(&self) -> EasingIn

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for EasingIn

    §

    type ComponentType = EasingFunction

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Self::ComponentType

    Returns the default value to use for this component.
    source§

    impl Debug for EasingIn

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for EasingIn

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<EasingIn> for EasingIn

    source§

    fn eq(&self, other: &EasingIn) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for EasingIn

    source§

    fn clone(&self) -> EasingIn

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for EasingIn

    §

    type ComponentType = EasingFunction

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Self::ComponentType

    Returns the default value to use for this component.
    source§

    impl Debug for EasingIn

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for EasingIn

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<EasingIn> for EasingIn

    source§

    fn eq(&self, other: &EasingIn) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for EasingIn

    source§

    impl Eq for EasingIn

    source§

    impl StructuralEq for EasingIn

    source§

    impl StructuralPartialEq for EasingIn

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for EasingIn

    source§

    impl Eq for EasingIn

    source§

    impl StructuralEq for EasingIn

    source§

    impl StructuralPartialEq for EasingIn

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/styles/components/struct.EasingOut.html b/main/gooey/styles/components/struct.EasingOut.html index e82dc2bd1..b5be48f6e 100644 --- a/main/gooey/styles/components/struct.EasingOut.html +++ b/main/gooey/styles/components/struct.EasingOut.html @@ -1,10 +1,10 @@ -EasingOut in gooey::styles::components - Rust
    pub struct EasingOut;
    Expand description

    The EasingFunction to apply to animations that transition a value from +EasingOut in gooey::styles::components - Rust

    pub struct EasingOut;
    Expand description

    The EasingFunction to apply to animations that transition a value from “something” to “nothing”. For example, if an widget is animating a color’s alpha channel towards transparency, it would query for this style component. Otherwise, it would use EasingIn.

    -

    Trait Implementations§

    source§

    impl Clone for EasingOut

    source§

    fn clone(&self) -> EasingOut

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for EasingOut

    §

    type ComponentType = EasingFunction

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Self::ComponentType

    Returns the default value to use for this component.
    source§

    impl Debug for EasingOut

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for EasingOut

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<EasingOut> for EasingOut

    source§

    fn eq(&self, other: &EasingOut) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for EasingOut

    source§

    fn clone(&self) -> EasingOut

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for EasingOut

    §

    type ComponentType = EasingFunction

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Self::ComponentType

    Returns the default value to use for this component.
    source§

    impl Debug for EasingOut

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for EasingOut

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<EasingOut> for EasingOut

    source§

    fn eq(&self, other: &EasingOut) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for EasingOut

    source§

    impl Eq for EasingOut

    source§

    impl StructuralEq for EasingOut

    source§

    impl StructuralPartialEq for EasingOut

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for EasingOut

    source§

    impl Eq for EasingOut

    source§

    impl StructuralEq for EasingOut

    source§

    impl StructuralPartialEq for EasingOut

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/styles/components/struct.HighlightColor.html b/main/gooey/styles/components/struct.HighlightColor.html index 50a2c6c96..bd65d3c97 100644 --- a/main/gooey/styles/components/struct.HighlightColor.html +++ b/main/gooey/styles/components/struct.HighlightColor.html @@ -1,7 +1,7 @@ -HighlightColor in gooey::styles::components - Rust
    pub struct HighlightColor;
    Expand description

    A [Color] to be used as a highlight color.

    -

    Trait Implementations§

    source§

    impl Clone for HighlightColor

    source§

    fn clone(&self) -> HighlightColor

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for HighlightColor

    §

    type ComponentType = Color

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Color

    Returns the default value to use for this component.
    source§

    impl Debug for HighlightColor

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for HighlightColor

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<HighlightColor> for HighlightColor

    source§

    fn eq(&self, other: &HighlightColor) -> bool

    This method tests for self and other values to be equal, and is used +HighlightColor in gooey::styles::components - Rust
    pub struct HighlightColor;
    Expand description

    A [Color] to be used as a highlight color.

    +

    Trait Implementations§

    source§

    impl Clone for HighlightColor

    source§

    fn clone(&self) -> HighlightColor

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for HighlightColor

    §

    type ComponentType = Color

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Color

    Returns the default value to use for this component.
    source§

    impl Debug for HighlightColor

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for HighlightColor

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<HighlightColor> for HighlightColor

    source§

    fn eq(&self, other: &HighlightColor) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for HighlightColor

    source§

    impl Eq for HighlightColor

    source§

    impl StructuralEq for HighlightColor

    source§

    impl StructuralPartialEq for HighlightColor

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for HighlightColor

    source§

    impl Eq for HighlightColor

    source§

    impl StructuralEq for HighlightColor

    source§

    impl StructuralPartialEq for HighlightColor

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/styles/components/struct.IntrinsicPadding.html b/main/gooey/styles/components/struct.IntrinsicPadding.html index 74aebc9ac..5d83ff117 100644 --- a/main/gooey/styles/components/struct.IntrinsicPadding.html +++ b/main/gooey/styles/components/struct.IntrinsicPadding.html @@ -1,8 +1,8 @@ -IntrinsicPadding in gooey::styles::components - Rust
    pub struct IntrinsicPadding;
    Expand description

    Intrinsic, uniform padding for a widget.

    +IntrinsicPadding in gooey::styles::components - Rust
    pub struct IntrinsicPadding;
    Expand description

    Intrinsic, uniform padding for a widget.

    This component is opt-in and does not automatically work for all widgets.

    -

    Trait Implementations§

    source§

    impl Clone for IntrinsicPadding

    source§

    fn clone(&self) -> IntrinsicPadding

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for IntrinsicPadding

    §

    type ComponentType = Dimension

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Dimension

    Returns the default value to use for this component.
    source§

    impl Debug for IntrinsicPadding

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for IntrinsicPadding

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<IntrinsicPadding> for IntrinsicPadding

    source§

    fn eq(&self, other: &IntrinsicPadding) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for IntrinsicPadding

    source§

    fn clone(&self) -> IntrinsicPadding

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for IntrinsicPadding

    §

    type ComponentType = Dimension

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Dimension

    Returns the default value to use for this component.
    source§

    impl Debug for IntrinsicPadding

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for IntrinsicPadding

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<IntrinsicPadding> for IntrinsicPadding

    source§

    fn eq(&self, other: &IntrinsicPadding) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for IntrinsicPadding

    source§

    impl Eq for IntrinsicPadding

    source§

    impl StructuralEq for IntrinsicPadding

    source§

    impl StructuralPartialEq for IntrinsicPadding

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for IntrinsicPadding

    source§

    impl Eq for IntrinsicPadding

    source§

    impl StructuralEq for IntrinsicPadding

    source§

    impl StructuralPartialEq for IntrinsicPadding

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/styles/components/struct.PrimaryColor.html b/main/gooey/styles/components/struct.PrimaryColor.html new file mode 100644 index 000000000..0b41876bb --- /dev/null +++ b/main/gooey/styles/components/struct.PrimaryColor.html @@ -0,0 +1,34 @@ +PrimaryColor in gooey::styles::components - Rust
    pub struct PrimaryColor;
    Expand description

    A [Color] to be used as a highlight color.

    +

    Trait Implementations§

    source§

    impl Clone for PrimaryColor

    source§

    fn clone(&self) -> PrimaryColor

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for PrimaryColor

    §

    type ComponentType = Color

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Color

    Returns the default value to use for this component.
    source§

    impl Debug for PrimaryColor

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for PrimaryColor

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<PrimaryColor> for PrimaryColor

    source§

    fn eq(&self, other: &PrimaryColor) -> bool

    This method tests for self and other values to be equal, and is used +by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for PrimaryColor

    source§

    impl Eq for PrimaryColor

    source§

    impl StructuralEq for PrimaryColor

    source§

    impl StructuralPartialEq for PrimaryColor

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere + T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere + T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere + T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere + To: CastFrom<A>,

    Casts self to the To type. This may be a lossy operation.
    §

    impl<A> CastFrom<A> for A

    §

    fn from_cast(from: A) -> A

    Returns from as Self.
    §

    impl<A, B> CastInto<A> for Bwhere + A: CastFrom<B>,

    §

    fn cast_into(self) -> A

    Returns self as To.
    source§

    impl<T> ComponentDefaultvalue for Twhere + T: ComponentDefinition,

    source§

    fn default_component_value(&self) -> Component

    Returns the default value for this component.
    §

    impl<T> Downcast<T> for T

    §

    fn downcast(&self) -> &T

    §

    impl<T> Downcast for Twhere + T: Any,

    §

    fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>

    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.
    §

    fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>

    Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
    §

    fn as_any(&self) -> &(dyn Any + 'static)

    Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
    §

    fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

    Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
    §

    impl<T> DowncastSync for Twhere + T: Any + Send + Sync,

    §

    fn into_any_arc(self: Arc<T, Global>) -> Arc<dyn Any + Sync + Send, Global>

    Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
    §

    impl<Q, K> Equivalent<K> for Qwhere + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

    §

    fn equivalent(&self, key: &K) -> bool

    Checks if this value is equivalent to the given key. Read more
    §

    impl<Q, K> Equivalent<K> for Qwhere + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

    §

    fn equivalent(&self, key: &K) -> bool

    Compare self to key and return true if they are equal.
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    +
    source§

    impl<T, U> Into<U> for Twhere + U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    +

    That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

    +
    §

    impl<Unit> IntoComponents<Unit> for Unitwhere + Unit: Copy,

    §

    fn into_components(self) -> (Unit, Unit)

    Extracts this type’s 2d vector components.
    §

    fn to_vec<Type>(self) -> Typewhere + Type: FromComponents<Unit>,

    Converts this type to another type using [FromComponents] and +[IntoComponents].
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> ToOwned for Twhere + T: Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for Twhere + U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for Twhere + U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<T> Upcast<T> for T

    §

    fn upcast(&self) -> Option<&T>

    §

    impl<T> WasmNotSend for Twhere + T: Send,

    §

    impl<T> WasmNotSync for Twhere + T: Sync,

    \ No newline at end of file diff --git a/main/gooey/styles/components/struct.VisualOrder.html b/main/gooey/styles/components/struct.VisualOrder.html index 9eb3a8c7e..f3a0bd65a 100644 --- a/main/gooey/styles/components/struct.VisualOrder.html +++ b/main/gooey/styles/components/struct.VisualOrder.html @@ -1,15 +1,15 @@ -VisualOrder in gooey::styles::components - Rust
    pub struct VisualOrder {
    +VisualOrder in gooey::styles::components - Rust
    pub struct VisualOrder {
         pub horizontal: HorizontalOrder,
         pub vertical: VerticalOrder,
     }
    Expand description

    A 2d ordering configuration.

    Fields§

    §horizontal: HorizontalOrder

    The ordering to apply horizontally.

    §vertical: VerticalOrder

    The ordering to apply vertically.

    -

    Implementations§

    source§

    impl VisualOrder

    source

    pub const fn right_to_left() -> Self

    Returns a right-to-left ordering.

    -
    source

    pub const fn left_to_right() -> Self

    Returns a left-to-right ordering.

    -
    source

    pub fn rev(self) -> Self

    Returns the reverse ordering of self.

    -

    Trait Implementations§

    source§

    impl Clone for VisualOrder

    source§

    fn clone(&self) -> VisualOrder

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl NamedComponent for VisualOrder

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<VisualOrder> for VisualOrder

    source§

    fn eq(&self, other: &VisualOrder) -> bool

    This method tests for self and other values to be equal, and is used +

    Implementations§

    source§

    impl VisualOrder

    source

    pub const fn right_to_left() -> Self

    Returns a right-to-left ordering.

    +
    source

    pub const fn left_to_right() -> Self

    Returns a left-to-right ordering.

    +
    source

    pub fn rev(self) -> Self

    Returns the reverse ordering of self.

    +

    Trait Implementations§

    source§

    impl Clone for VisualOrder

    source§

    fn clone(&self) -> VisualOrder

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl NamedComponent for VisualOrder

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<VisualOrder> for VisualOrder

    source§

    fn eq(&self, other: &VisualOrder) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for VisualOrder

    source§

    impl Eq for VisualOrder

    source§

    impl StructuralEq for VisualOrder

    source§

    impl StructuralPartialEq for VisualOrder

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for VisualOrder

    source§

    impl Eq for VisualOrder

    source§

    impl StructuralEq for VisualOrder

    source§

    impl StructuralPartialEq for VisualOrder

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/styles/trait.ComponentDefinition.html b/main/gooey/styles/trait.ComponentDefinition.html index d95760569..fb3fc6c5b 100644 --- a/main/gooey/styles/trait.ComponentDefinition.html +++ b/main/gooey/styles/trait.ComponentDefinition.html @@ -7,4 +7,4 @@ Rust type.

    Required Associated Types§

    source

    type ComponentType: ComponentType

    The type that will be contained in the Component.

    Required Methods§

    source

    fn default_value(&self) -> Self::ComponentType

    Returns the default value to use for this component.

    -

    Implementors§

    \ No newline at end of file +

    Implementors§

    \ No newline at end of file diff --git a/main/gooey/styles/trait.ComponentGroup.html b/main/gooey/styles/trait.ComponentGroup.html index 424084844..225cafefd 100644 --- a/main/gooey/styles/trait.ComponentGroup.html +++ b/main/gooey/styles/trait.ComponentGroup.html @@ -3,4 +3,4 @@ fn name() -> Name; }

    Expand description

    A type that represents a group of style components.

    Required Methods§

    source

    fn name() -> Name

    Returns the name of the group.

    -

    Implementors§

    \ No newline at end of file +

    Implementors§

    \ No newline at end of file diff --git a/main/gooey/styles/trait.NamedComponent.html b/main/gooey/styles/trait.NamedComponent.html index 0072f3751..ad64fe85f 100644 --- a/main/gooey/styles/trait.NamedComponent.html +++ b/main/gooey/styles/trait.NamedComponent.html @@ -3,4 +3,4 @@ fn name(&self) -> Cow<'_, ComponentName>; }
    Expand description

    A type that represents a named style component.

    Required Methods§

    source

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.

    -

    Implementations on Foreign Types§

    source§

    impl NamedComponent for Cow<'_, ComponentName>

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Implementors§

    \ No newline at end of file +

    Implementations on Foreign Types§

    source§

    impl NamedComponent for Cow<'_, ComponentName>

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Implementors§

    \ No newline at end of file diff --git a/main/gooey/trait.Run.html b/main/gooey/trait.Run.html index 48d88e275..4939a7989 100644 --- a/main/gooey/trait.Run.html +++ b/main/gooey/trait.Run.html @@ -5,6 +5,6 @@

    Required Methods§

    source

    fn run(self) -> Result

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.

    -

    Implementors§

    source§

    impl<Behavior> Run for Window<Behavior>where +

    Implementors§

    source§

    impl<Behavior> Run for Window<Behavior>where Behavior: WindowBehavior,

    source§

    impl<T> Run for Twhere T: MakeWidget,

    \ No newline at end of file diff --git a/main/gooey/widget/constant.HANDLED.html b/main/gooey/widget/constant.HANDLED.html index ee64ec23a..495c44508 100644 --- a/main/gooey/widget/constant.HANDLED.html +++ b/main/gooey/widget/constant.HANDLED.html @@ -1,2 +1,2 @@ -HANDLED in gooey::widget - Rust

    Constant gooey::widget::HANDLED

    source ·
    pub const HANDLED: EventHandling;
    Expand description

    An EventHandling value that represents a handled event.

    +HANDLED in gooey::widget - Rust

    Constant gooey::widget::HANDLED

    source ·
    pub const HANDLED: EventHandling;
    Expand description

    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 a4778ab56..d6ba32385 100644 --- a/main/gooey/widget/constant.IGNORED.html +++ b/main/gooey/widget/constant.IGNORED.html @@ -1,2 +1,2 @@ -IGNORED in gooey::widget - Rust

    Constant gooey::widget::IGNORED

    source ·
    pub const IGNORED: EventHandling;
    Expand description

    An EventHandling value that represents an ignored event.

    +IGNORED in gooey::widget - Rust

    Constant gooey::widget::IGNORED

    source ·
    pub const IGNORED: EventHandling;
    Expand description

    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 caa19f45c..9345e8f96 100644 --- a/main/gooey/widget/enum.WidgetRef.html +++ b/main/gooey/widget/enum.WidgetRef.html @@ -1,13 +1,13 @@ -WidgetRef in gooey::widget - Rust

    Enum gooey::widget::WidgetRef

    source ·
    pub enum WidgetRef {
    +WidgetRef in gooey::widget - Rust

    Enum gooey::widget::WidgetRef

    source ·
    pub enum WidgetRef {
         Unmounted(WidgetInstance),
         Mounted(ManagedWidget),
     }
    Expand description

    A child widget

    Variants§

    §

    Unmounted(WidgetInstance)

    An unmounted child widget

    §

    Mounted(ManagedWidget)

    A mounted child widget

    -

    Implementations§

    source§

    impl WidgetRef

    source

    pub fn new(widget: impl MakeWidget) -> Self

    Returns a new unmounted child

    -
    source

    pub fn mounted(&mut self, context: &mut EventContext<'_, '_>) -> ManagedWidget

    Returns this child, mounting it in the process if necessary.

    -

    Trait Implementations§

    source§

    impl AsRef<WidgetId> for WidgetRef

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for WidgetRef

    source§

    fn clone(&self) -> WidgetRef

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for WidgetRef

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl ManageWidget for WidgetRef

    §

    type Managed = Option<ManagedWidget>

    The managed type, which can be Option<ManagedWidget> or -ManagedWidget.
    source§

    fn manage(&self, context: &WidgetContext<'_, '_>) -> Self::Managed

    Resolve self into a ManagedWidget.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Implementations§

    source§

    impl WidgetRef

    source

    pub fn new(widget: impl MakeWidget) -> Self

    Returns a new unmounted child

    +
    source

    pub fn mounted(&mut self, context: &mut EventContext<'_, '_>) -> ManagedWidget

    Returns this child, mounting it in the process if necessary.

    +

    Trait Implementations§

    source§

    impl AsRef<WidgetId> for WidgetRef

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for WidgetRef

    source§

    fn clone(&self) -> WidgetRef

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for WidgetRef

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl ManageWidget for WidgetRef

    §

    type Managed = Option<ManagedWidget>

    The managed type, which can be Option<ManagedWidget> or +ManagedWidget.
    source§

    fn manage(&self, context: &WidgetContext<'_, '_>) -> Self::Managed

    Resolve self into a ManagedWidget.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widget/index.html b/main/gooey/widget/index.html index 1f252713f..f4fb86474 100644 --- a/main/gooey/widget/index.html +++ b/main/gooey/widget/index.html @@ -1,3 +1,3 @@ -gooey::widget - Rust

    Module gooey::widget

    source ·
    Expand description

    Types for creating reusable widgets (aka components or views).

    +gooey::widget - Rust

    Module gooey::widget

    source ·
    Expand description

    Types for creating reusable widgets (aka components or views).

    Structs

    Enums

    Constants

    Traits

    Type Definitions

    • A type that represents whether an event has been handled or ignored.
    \ No newline at end of file diff --git a/main/gooey/widget/struct.Callback.html b/main/gooey/widget/struct.Callback.html index 8924c0e91..47cc063b9 100644 --- a/main/gooey/widget/struct.Callback.html +++ b/main/gooey/widget/struct.Callback.html @@ -1,10 +1,10 @@ -Callback in gooey::widget - Rust

    Struct gooey::widget::Callback

    source ·
    pub struct Callback<T = (), R = ()>(_);
    Expand description

    A function that can be invoked with a parameter (T) and returns R.

    +Callback in gooey::widget - Rust

    Struct gooey::widget::Callback

    source ·
    pub struct Callback<T = (), R = ()>(_);
    Expand description

    A function that can be invoked with a parameter (T) and returns R.

    This type is used by widgets to signal various events.

    -

    Implementations§

    source§

    impl<T, R> Callback<T, R>

    source

    pub fn new<F>(function: F) -> Selfwhere +

    Implementations§

    source§

    impl<T, R> Callback<T, R>

    source

    pub fn new<F>(function: F) -> Selfwhere F: FnMut(T) -> R + Send + UnwindSafe + 'static,

    Returns a new instance that calls function each time the callback is invoked.

    -
    source

    pub fn invoke(&mut self, value: T) -> R

    Invokes the wrapped function and returns the produced value.

    -

    Trait Implementations§

    source§

    impl<T, R> Debug for Callback<T, R>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more

    Auto Trait Implementations§

    §

    impl<T = (), R = ()> !RefUnwindSafe for Callback<T, R>

    §

    impl<T, R> Send for Callback<T, R>

    §

    impl<T = (), R = ()> !Sync for Callback<T, R>

    §

    impl<T, R> Unpin for Callback<T, R>

    §

    impl<T, R> UnwindSafe for Callback<T, R>

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    source

    pub fn invoke(&mut self, value: T) -> R

    Invokes the wrapped function and returns the produced value.

    +

    Trait Implementations§

    source§

    impl<T, R> Debug for Callback<T, R>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more

    Auto Trait Implementations§

    §

    impl<T = (), R = ()> !RefUnwindSafe for Callback<T, R>

    §

    impl<T, R> Send for Callback<T, R>

    §

    impl<T = (), R = ()> !Sync for Callback<T, R>

    §

    impl<T, R> Unpin for Callback<T, R>

    §

    impl<T, R> UnwindSafe for Callback<T, R>

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widget/struct.Children.html b/main/gooey/widget/struct.Children.html index ccfa412a2..d6b570cf9 100644 --- a/main/gooey/widget/struct.Children.html +++ b/main/gooey/widget/struct.Children.html @@ -1,13 +1,13 @@ -Children in gooey::widget - Rust

    Struct gooey::widget::Children

    source ·
    pub struct Children { /* private fields */ }
    Expand description

    A list of Widgets.

    -

    Implementations§

    source§

    impl Children

    source

    pub const fn new() -> Self

    Returns an empty list.

    -
    source

    pub fn with_capacity(capacity: usize) -> Self

    Returns a list with enough capacity to hold capacity widgets without +Children in gooey::widget - Rust

    Struct gooey::widget::Children

    source ·
    pub struct Children { /* private fields */ }
    Expand description

    A list of Widgets.

    +

    Implementations§

    source§

    impl Children

    source

    pub const fn new() -> Self

    Returns an empty list.

    +
    source

    pub fn with_capacity(capacity: usize) -> Self

    Returns a list with enough capacity to hold capacity widgets without reallocation.

    -
    source

    pub fn push<W>(&mut self, widget: W)where +

    source

    pub fn push<W>(&mut self, widget: W)where W: MakeWidget,

    Pushes widget into the list.

    -
    source

    pub fn with_widget<W>(self, widget: W) -> Selfwhere +

    source

    pub fn with_widget<W>(self, widget: W) -> Selfwhere W: MakeWidget,

    Adds widget to self and returns the updated list.

    -
    source

    pub fn len(&self) -> usize

    Returns the number of widgets in this list.

    -
    source

    pub fn is_empty(&self) -> bool

    Returns true if there are no widgets in this list.

    +
    source

    pub fn len(&self) -> usize

    Returns the number of widgets in this list.

    +
    source

    pub fn is_empty(&self) -> bool

    Returns true if there are no widgets in this list.

    Methods from Deref<Target = [WidgetInstance]>§

    1.23.0 · source

    pub fn is_ascii(&self) -> bool

    Checks if all bytes in this slice are within the ASCII range.

    source

    pub fn as_ascii(&self) -> Option<&[AsciiChar]>

    🔬This is a nightly-only experimental API. (ascii_char)

    If this slice is_ascii, returns it as a slice of ASCII characters, otherwise returns None.

    @@ -1066,8 +1066,8 @@
    Examples
    Examples
    assert_eq!(["hello", "world"].connect(" "), "hello world");
     assert_eq!([[1, 2], [3, 4]].connect(&0), [1, 2, 0, 3, 4]);
    -

    Trait Implementations§

    source§

    impl Debug for Children

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Children

    source§

    fn default() -> Children

    Returns the “default value” for a type. Read more
    source§

    impl Deref for Children

    §

    type Target = [WidgetInstance]

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl<W> FromIterator<W> for Childrenwhere - W: MakeWidget,

    source§

    fn from_iter<T: IntoIterator<Item = W>>(iter: T) -> Self

    Creates a value from an iterator. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Trait Implementations§

    source§

    impl Debug for Children

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Children

    source§

    fn default() -> Children

    Returns the “default value” for a type. Read more
    source§

    impl Deref for Children

    §

    type Target = [WidgetInstance]

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl<W> FromIterator<W> for Childrenwhere + W: MakeWidget,

    source§

    fn from_iter<T: IntoIterator<Item = W>>(iter: T) -> Self

    Creates a value from an iterator. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widget/struct.EventHandled.html b/main/gooey/widget/struct.EventHandled.html index 4d6da312a..5ef098c5c 100644 --- a/main/gooey/widget/struct.EventHandled.html +++ b/main/gooey/widget/struct.EventHandled.html @@ -1,7 +1,7 @@ -EventHandled in gooey::widget - Rust

    Struct gooey::widget::EventHandled

    source ·
    pub struct EventHandled;
    Expand description

    A marker type that represents a handled event.

    -

    Trait Implementations§

    source§

    impl Clone for EventHandled

    source§

    fn clone(&self) -> EventHandled

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for EventHandled

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq<EventHandled> for EventHandled

    source§

    fn eq(&self, other: &EventHandled) -> bool

    This method tests for self and other values to be equal, and is used +EventHandled in gooey::widget - Rust

    Struct gooey::widget::EventHandled

    source ·
    pub struct EventHandled;
    Expand description

    A marker type that represents a handled event.

    +

    Trait Implementations§

    source§

    impl Clone for EventHandled

    source§

    fn clone(&self) -> EventHandled

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for EventHandled

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq<EventHandled> for EventHandled

    source§

    fn eq(&self, other: &EventHandled) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for EventHandled

    source§

    impl Eq for EventHandled

    source§

    impl StructuralEq for EventHandled

    source§

    impl StructuralPartialEq for EventHandled

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for EventHandled

    source§

    impl Eq for EventHandled

    source§

    impl StructuralEq for EventHandled

    source§

    impl StructuralPartialEq for EventHandled

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widget/struct.EventIgnored.html b/main/gooey/widget/struct.EventIgnored.html index f1e33731e..a85135b86 100644 --- a/main/gooey/widget/struct.EventIgnored.html +++ b/main/gooey/widget/struct.EventIgnored.html @@ -1,7 +1,7 @@ -EventIgnored in gooey::widget - Rust

    Struct gooey::widget::EventIgnored

    source ·
    pub struct EventIgnored;
    Expand description

    A marker type that represents an ignored event.

    -

    Trait Implementations§

    source§

    impl Clone for EventIgnored

    source§

    fn clone(&self) -> EventIgnored

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for EventIgnored

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq<EventIgnored> for EventIgnored

    source§

    fn eq(&self, other: &EventIgnored) -> bool

    This method tests for self and other values to be equal, and is used +EventIgnored in gooey::widget - Rust

    Struct gooey::widget::EventIgnored

    source ·
    pub struct EventIgnored;
    Expand description

    A marker type that represents an ignored event.

    +

    Trait Implementations§

    source§

    impl Clone for EventIgnored

    source§

    fn clone(&self) -> EventIgnored

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for EventIgnored

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq<EventIgnored> for EventIgnored

    source§

    fn eq(&self, other: &EventIgnored) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for EventIgnored

    source§

    impl Eq for EventIgnored

    source§

    impl StructuralEq for EventIgnored

    source§

    impl StructuralPartialEq for EventIgnored

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for EventIgnored

    source§

    impl Eq for EventIgnored

    source§

    impl StructuralEq for EventIgnored

    source§

    impl StructuralPartialEq for EventIgnored

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widget/struct.ManagedWidget.html b/main/gooey/widget/struct.ManagedWidget.html index c2022050a..93ec7e14a 100644 --- a/main/gooey/widget/struct.ManagedWidget.html +++ b/main/gooey/widget/struct.ManagedWidget.html @@ -1,21 +1,21 @@ -ManagedWidget in gooey::widget - Rust

    Struct gooey::widget::ManagedWidget

    source ·
    pub struct ManagedWidget { /* private fields */ }
    Expand description

    A Widget that has been attached to a widget hierarchy.

    -

    Implementations§

    source§

    impl ManagedWidget

    source

    pub fn lock(&self) -> WidgetGuard<'_>

    Locks the widget for exclusive access. Locking widgets should only be +ManagedWidget in gooey::widget - Rust

    Struct gooey::widget::ManagedWidget

    source ·
    pub struct ManagedWidget { /* private fields */ }
    Expand description

    A Widget that has been attached to a widget hierarchy.

    +

    Implementations§

    source§

    impl ManagedWidget

    source

    pub fn lock(&self) -> WidgetGuard<'_>

    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.

    -
    source

    pub fn id(&self) -> WidgetId

    Returns the unique id of this widget instance.

    -
    source

    pub fn next_focus(&self) -> Option<ManagedWidget>

    Returns the next widget to focus after this widget.

    +
    source

    pub fn id(&self) -> WidgetId

    Returns the unique id of this widget instance.

    +
    source

    pub fn next_focus(&self) -> Option<ManagedWidget>

    Returns the next widget to focus after this widget.

    This function returns the value set in MakeWidget::with_next_focus().

    -
    source

    pub fn last_layout(&self) -> Option<Rect<Px>>

    Returns the region that the widget was last rendered at.

    -
    source

    pub fn active(&self) -> bool

    Returns true if this widget is the currently active widget.

    -
    source

    pub fn hovered(&self) -> bool

    Returns true if this widget is currently the hovered widget.

    -
    source

    pub fn primary_hover(&self) -> bool

    Returns true if this widget that is directly beneath the cursor.

    -
    source

    pub fn focused(&self) -> bool

    Returns true if this widget is the currently focused widget.

    -
    source

    pub fn parent(&self) -> Option<ManagedWidget>

    Returns the parent of this widget.

    -

    Trait Implementations§

    source§

    impl AsRef<WidgetId> for ManagedWidget

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for ManagedWidget

    source§

    fn clone(&self) -> ManagedWidget

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ManagedWidget

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl ManageWidget for ManagedWidget

    §

    type Managed = ManagedWidget

    The managed type, which can be Option<ManagedWidget> or -ManagedWidget.
    source§

    fn manage(&self, _context: &WidgetContext<'_, '_>) -> Self::Managed

    Resolve self into a ManagedWidget.
    source§

    impl<T> MapManagedWidget<T> for ManagedWidget

    §

    type Result = T

    The result of the mapping operation.
    source§

    fn map(self, map: impl FnOnce(ManagedWidget) -> T) -> Self::Result

    Call map with a ManagedWidget.
    source§

    impl PartialEq<ManagedWidget> for ManagedWidget

    source§

    fn eq(&self, other: &Self) -> bool

    This method tests for self and other values to be equal, and is used +
    source

    pub fn last_layout(&self) -> Option<Rect<Px>>

    Returns the region that the widget was last rendered at.

    +
    source

    pub fn active(&self) -> bool

    Returns true if this widget is the currently active widget.

    +
    source

    pub fn hovered(&self) -> bool

    Returns true if this widget is currently the hovered widget.

    +
    source

    pub fn primary_hover(&self) -> bool

    Returns true if this widget that is directly beneath the cursor.

    +
    source

    pub fn focused(&self) -> bool

    Returns true if this widget is the currently focused widget.

    +
    source

    pub fn parent(&self) -> Option<ManagedWidget>

    Returns the parent of this widget.

    +

    Trait Implementations§

    source§

    impl AsRef<WidgetId> for ManagedWidget

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for ManagedWidget

    source§

    fn clone(&self) -> ManagedWidget

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ManagedWidget

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl ManageWidget for ManagedWidget

    §

    type Managed = ManagedWidget

    The managed type, which can be Option<ManagedWidget> or +ManagedWidget.
    source§

    fn manage(&self, _context: &WidgetContext<'_, '_>) -> Self::Managed

    Resolve self into a ManagedWidget.
    source§

    impl<T> MapManagedWidget<T> for ManagedWidget

    §

    type Result = T

    The result of the mapping operation.
    source§

    fn map(self, map: impl FnOnce(ManagedWidget) -> T) -> Self::Result

    Call map with a ManagedWidget.
    source§

    impl PartialEq<ManagedWidget> for ManagedWidget

    source§

    fn eq(&self, other: &Self) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl PartialEq<WidgetInstance> for ManagedWidget

    source§

    fn eq(&self, other: &WidgetInstance) -> bool

    This method tests for self and other values to be equal, and is used +sufficient, and should not be overridden without very good reason.
    source§

    impl PartialEq<WidgetInstance> for ManagedWidget

    source§

    fn eq(&self, other: &WidgetInstance) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere diff --git a/main/gooey/widget/struct.WidgetGuard.html b/main/gooey/widget/struct.WidgetGuard.html index d959fdce8..93bb0b264 100644 --- a/main/gooey/widget/struct.WidgetGuard.html +++ b/main/gooey/widget/struct.WidgetGuard.html @@ -1,9 +1,9 @@ -WidgetGuard in gooey::widget - Rust

    Struct gooey::widget::WidgetGuard

    source ·
    pub struct WidgetGuard<'a>(_);
    Expand description

    Exclusive access to a widget.

    +WidgetGuard in gooey::widget - Rust

    Struct gooey::widget::WidgetGuard

    source ·
    pub struct WidgetGuard<'a>(_);
    Expand description

    Exclusive access to a widget.

    This type is powered by a Mutex, which means care must be taken to prevent deadlocks.

    -

    Implementations§

    source§

    impl WidgetGuard<'_>

    source

    pub fn downcast_ref<T>(&self) -> Option<&T>where +

    Implementations§

    source§

    impl WidgetGuard<'_>

    source

    pub fn downcast_ref<T>(&self) -> Option<&T>where T: 'static,

    Returns a reference to T if it is the type contained.

    -
    source

    pub fn downcast_mut<T>(&mut self) -> Option<&mut T>where +

    source

    pub fn downcast_mut<T>(&mut self) -> Option<&mut T>where T: 'static,

    Returns an exclusive reference to T if it is the type contained.

    Auto Trait Implementations§

    §

    impl<'a> RefUnwindSafe for WidgetGuard<'a>

    §

    impl<'a> !Send for WidgetGuard<'a>

    §

    impl<'a> !Sync for WidgetGuard<'a>

    §

    impl<'a> Unpin for WidgetGuard<'a>

    §

    impl<'a> UnwindSafe for WidgetGuard<'a>

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere diff --git a/main/gooey/widget/struct.WidgetId.html b/main/gooey/widget/struct.WidgetId.html index 7f4627983..a6accf87d 100644 --- a/main/gooey/widget/struct.WidgetId.html +++ b/main/gooey/widget/struct.WidgetId.html @@ -1,11 +1,11 @@ -WidgetId in gooey::widget - Rust

    Struct gooey::widget::WidgetId

    source ·
    pub struct WidgetId(_);
    Expand description

    The unique id of a WidgetInstance.

    +WidgetId in gooey::widget - Rust

    Struct gooey::widget::WidgetId

    source ·
    pub struct WidgetId(_);
    Expand description

    The unique id of a WidgetInstance.

    Each WidgetInstance is guaranteed to have a unique WidgetId across the lifetime of an application.

    -

    Trait Implementations§

    source§

    impl AsRef<WidgetId> for ManagedWidget

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl AsRef<WidgetId> for WidgetInstance

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl AsRef<WidgetId> for WidgetRef

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for WidgetId

    source§

    fn clone(&self) -> WidgetId

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for WidgetId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<WidgetTag> for WidgetId

    source§

    fn from(value: WidgetTag) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for WidgetId

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)where +

    Trait Implementations§

    source§

    impl AsRef<WidgetId> for ManagedWidget

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl AsRef<WidgetId> for WidgetInstance

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl AsRef<WidgetId> for WidgetRef

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for WidgetId

    source§

    fn clone(&self) -> WidgetId

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for WidgetId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<WidgetTag> for WidgetId

    source§

    fn from(value: WidgetTag) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for WidgetId

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, - Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl PartialEq<WidgetId> for WidgetId

    source§

    fn eq(&self, other: &WidgetId) -> bool

    This method tests for self and other values to be equal, and is used + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more

    source§

    impl PartialEq<WidgetId> for WidgetId

    source§

    fn eq(&self, other: &WidgetId) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for WidgetId

    source§

    impl Eq for WidgetId

    source§

    impl StructuralEq for WidgetId

    source§

    impl StructuralPartialEq for WidgetId

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for WidgetId

    source§

    impl Eq for WidgetId

    source§

    impl StructuralEq for WidgetId

    source§

    impl StructuralPartialEq for WidgetId

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widget/struct.WidgetInstance.html b/main/gooey/widget/struct.WidgetInstance.html index c33932864..fbb341b77 100644 --- a/main/gooey/widget/struct.WidgetInstance.html +++ b/main/gooey/widget/struct.WidgetInstance.html @@ -1,35 +1,64 @@ -WidgetInstance in gooey::widget - Rust
    pub struct WidgetInstance { /* private fields */ }
    Expand description

    An instance of a Widget.

    -

    Implementations§

    source§

    impl WidgetInstance

    source

    pub fn with_id<W>(widget: W, id: WidgetTag) -> Selfwhere +WidgetInstance in gooey::widget - Rust
    pub struct WidgetInstance { /* private fields */ }
    Expand description

    An instance of a Widget.

    +

    Implementations§

    source§

    impl WidgetInstance

    source

    pub fn with_id<W>(widget: W, id: WidgetTag) -> Selfwhere W: Widget,

    Returns a new instance containing widget that is assigned the unique id provided.

    -
    source

    pub fn new<W>(widget: W) -> Selfwhere +

    source

    pub fn new<W>(widget: W) -> Selfwhere W: Widget,

    Returns a new instance containing widget.

    -
    source

    pub fn id(&self) -> WidgetId

    Returns the unique id of this widget instance.

    -
    source

    pub fn with_next_focus( +

    source

    pub fn id(&self) -> WidgetId

    Returns the unique id of this widget instance.

    +
    source

    pub fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> ) -> WidgetInstance

    Sets the widget that should be focused next.

    Gooey automatically determines reverse tab order by using this same relationship.

    -
    source

    pub fn lock(&self) -> WidgetGuard<'_>

    Locks the widget for exclusive access. Locking widgets should only be +

    Panics
    +

    This function can only be called when one instance of the widget exists. +If any clones exist, a panic will occur.

    +
    source

    pub fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget.

    +

    Default widgets are automatically activated when the user signals they +are ready for the default action to occur.

    +

    Example widgets this is used for are:

    +
      +
    • Submit buttons on forms
    • +
    • Ok buttons
    • +
    +
    Panics
    +

    This function can only be called when one instance of the widget exists. +If any clones exist, a panic will occur.

    +
    source

    pub fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget.

    +

    Escape widgets are automatically activated when the user signals they +are ready to escape their current situation.

    +

    Example widgets this is used for are:

    +
      +
    • Close buttons
    • +
    • Cancel buttons
    • +
    +
    Panics
    +

    This function can only be called when one instance of the widget exists. +If any clones exist, a panic will occur.

    +
    source

    pub fn lock(&self) -> WidgetGuard<'_>

    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.

    -
    source

    pub fn run(self) -> Result

    Runs this widget instance as an application.

    -
    source

    pub fn next_focus(&self) -> Option<WidgetId>

    Returns the id of the widget that should receive focus after this +

    source

    pub fn run(self) -> Result

    Runs this widget instance as an application.

    +
    source

    pub fn next_focus(&self) -> Option<WidgetId>

    Returns the id of the widget that should receive focus after this widget.

    This value comes from MakeWidget::with_next_focus().

    -

    Trait Implementations§

    source§

    impl AsRef<WidgetId> for WidgetInstance

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for WidgetInstance

    source§

    fn clone(&self) -> WidgetInstance

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for WidgetInstance

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl MakeWidget for WidgetInstance

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source

    pub fn is_default(&self) -> bool

    Returns true if this is a default widget.

    +

    See MakeWidget::into_default() for more information.

    +
    source

    pub fn is_escape(&self) -> bool

    Returns true if this is an escape widget.

    +

    See MakeWidget::into_escape() for more information.

    +

    Trait Implementations§

    source§

    impl AsRef<WidgetId> for WidgetInstance

    source§

    fn as_ref(&self) -> &WidgetId

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for WidgetInstance

    source§

    fn clone(&self) -> WidgetInstance

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for WidgetInstance

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl MakeWidget for WidgetInstance

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl ManageWidget for WidgetInstance

    §

    type Managed = Option<ManagedWidget>

    The managed type, which can be Option<ManagedWidget> or -ManagedWidget.
    source§

    fn manage(&self, context: &WidgetContext<'_, '_>) -> Self::Managed

    Resolve self into a ManagedWidget.
    source§

    impl PartialEq<WidgetInstance> for ManagedWidget

    source§

    fn eq(&self, other: &WidgetInstance) -> bool

    This method tests for self and other values to be equal, and is used +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl ManageWidget for WidgetInstance

    §

    type Managed = Option<ManagedWidget>

    The managed type, which can be Option<ManagedWidget> or +ManagedWidget.
    source§

    fn manage(&self, context: &WidgetContext<'_, '_>) -> Self::Managed

    Resolve self into a ManagedWidget.
    source§

    impl PartialEq<WidgetInstance> for ManagedWidget

    source§

    fn eq(&self, other: &WidgetInstance) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl PartialEq<WidgetInstance> for WidgetInstance

    source§

    fn eq(&self, other: &Self) -> bool

    This method tests for self and other values to be equal, and is used +sufficient, and should not be overridden without very good reason.
    source§

    impl PartialEq<WidgetInstance> for WidgetInstance

    source§

    fn eq(&self, other: &Self) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl WindowBehavior for WidgetInstance

    §

    type Context = WidgetInstance

    The type that is provided when initializing this window.
    source§

    fn initialize(_window: &mut RunningWindow<'_>, context: Self::Context) -> Self

    Return a new instance of this behavior using context.
    source§

    fn make_root(&mut self) -> WidgetInstance

    Create the window’s root widget. This function is only invoked once.
    source§

    fn close_requested(&self, window: &mut RunningWindow<'_>) -> bool

    The window has been requested to close. If this function returns true, +sufficient, and should not be overridden without very good reason.
    source§

    impl WindowBehavior for WidgetInstance

    §

    type Context = WidgetInstance

    The type that is provided when initializing this window.
    source§

    fn initialize(_window: &mut RunningWindow<'_>, context: Self::Context) -> Self

    Return a new instance of this behavior using context.
    source§

    fn make_root(&mut self) -> WidgetInstance

    Create the window’s root widget. This function is only invoked once.
    source§

    fn close_requested(&self, window: &mut RunningWindow<'_>) -> bool

    The window has been requested to close. If this function returns true, the window will be closed. Returning false prevents the window from -closing.
    source§

    fn run_with(context: Self::Context) -> Result

    Runs this behavior as an application, initialized with context.
    source§

    impl Eq for WidgetInstance

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +closing.

    source§

    fn run_with(context: Self::Context) -> Result

    Runs this behavior as an application, initialized with context.
    source§

    impl Eq for WidgetInstance

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widget/struct.WidgetTag.html b/main/gooey/widget/struct.WidgetTag.html index 0b58f48d8..9c25a07c1 100644 --- a/main/gooey/widget/struct.WidgetTag.html +++ b/main/gooey/widget/struct.WidgetTag.html @@ -1,16 +1,16 @@ -WidgetTag in gooey::widget - Rust

    Struct gooey::widget::WidgetTag

    source ·
    pub struct WidgetTag(_);
    Expand description

    A WidgetId that has not been assigned to a WidgetInstance.

    +WidgetTag in gooey::widget - Rust

    Struct gooey::widget::WidgetTag

    source ·
    pub struct WidgetTag(_);
    Expand description

    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(), Into<WidgetId>, or Deref.

    -

    Implementations§

    source§

    impl WidgetTag

    source

    pub fn new() -> (Self, WidgetId)

    Returns a unique tag and its contained id.

    -
    source

    pub fn unique() -> Self

    Returns a newly allocated WidgetId that is guaranteed to be unique +

    Implementations§

    source§

    impl WidgetTag

    source

    pub fn new() -> (Self, WidgetId)

    Returns a unique tag and its contained id.

    +
    source

    pub fn unique() -> Self

    Returns a newly allocated WidgetId that is guaranteed to be unique for the lifetime of the application.

    -
    source

    pub const fn id(&self) -> WidgetId

    Returns the contained widget id.

    -

    Trait Implementations§

    source§

    impl Debug for WidgetTag

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Deref for WidgetTag

    §

    type Target = WidgetId

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl From<WidgetTag> for WidgetId

    source§

    fn from(value: WidgetTag) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<WidgetTag> for WidgetTag

    source§

    fn eq(&self, other: &WidgetTag) -> bool

    This method tests for self and other values to be equal, and is used +
    source

    pub const fn id(&self) -> WidgetId

    Returns the contained widget id.

    +

    Trait Implementations§

    source§

    impl Debug for WidgetTag

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Deref for WidgetTag

    §

    type Target = WidgetId

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl From<WidgetTag> for WidgetId

    source§

    fn from(value: WidgetTag) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<WidgetTag> for WidgetTag

    source§

    fn eq(&self, other: &WidgetTag) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Eq for WidgetTag

    source§

    impl StructuralEq for WidgetTag

    source§

    impl StructuralPartialEq for WidgetTag

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Eq for WidgetTag

    source§

    impl StructuralEq for WidgetTag

    source§

    impl StructuralPartialEq for WidgetTag

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widget/trait.MakeWidget.html b/main/gooey/widget/trait.MakeWidget.html index 874631045..20a67eb2c 100644 --- a/main/gooey/widget/trait.MakeWidget.html +++ b/main/gooey/widget/trait.MakeWidget.html @@ -1,4 +1,4 @@ -MakeWidget in gooey::widget - Rust

    Trait gooey::widget::MakeWidget

    source ·
    pub trait MakeWidget: Sized {
    +MakeWidget in gooey::widget - Rust

    Trait gooey::widget::MakeWidget

    source ·
    pub trait MakeWidget: Sized {
         // Required method
         fn make_widget(self) -> WidgetInstance;
     
    @@ -10,6 +10,8 @@
             self,
             next_focus: impl IntoValue<Option<WidgetId>>
         ) -> WidgetInstance { ... }
    +    fn into_default(self) -> WidgetInstance { ... }
    +    fn into_escape(self) -> WidgetInstance { ... }
     }
    Expand description

    A type that can create a WidgetInstance.

    Required Methods§

    source

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.

    Provided Methods§

    source

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.

    @@ -22,5 +24,21 @@ ) -> WidgetInstance

    Sets the widget that should be focused next.

    Gooey automatically determines reverse tab order by using this same relationship.

    -

    Implementors§

    source

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget.

    +

    Default widgets are automatically activated when the user signals they +are ready for the default action to occur.

    +

    Example widgets this is used for are:

    +
      +
    • Submit buttons on forms
    • +
    • Ok buttons
    • +
    +
    source

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget.

    +

    Escape widgets are automatically activated when the user signals they +are ready to escape their current situation.

    +

    Example widgets this is used for are:

    +
      +
    • Close buttons
    • +
    • Cancel buttons
    • +
    +

    Implementors§

    \ No newline at end of file diff --git a/main/gooey/widget/trait.MakeWidgetWithId.html b/main/gooey/widget/trait.MakeWidgetWithId.html index 8f4a9afb4..36ff91cdd 100644 --- a/main/gooey/widget/trait.MakeWidgetWithId.html +++ b/main/gooey/widget/trait.MakeWidgetWithId.html @@ -1,8 +1,8 @@ -MakeWidgetWithId in gooey::widget - Rust
    pub trait MakeWidgetWithId: Sized {
    +MakeWidgetWithId in gooey::widget - Rust
    pub trait MakeWidgetWithId: Sized {
         // Required method
         fn make_with_id(self, id: WidgetTag) -> WidgetInstance;
     }
    Expand description

    A type that can create a WidgetInstance with a preallocated WidgetId.

    -

    Required Methods§

    source

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.

    -

    Implementors§

    source§

    impl<T> MakeWidgetWithId for Twhere +

    Required Methods§

    source

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.

    +

    Implementors§

    source§

    impl<T> MakeWidgetWithId for Twhere T: Widget,

    \ No newline at end of file diff --git a/main/gooey/widget/trait.Widget.html b/main/gooey/widget/trait.Widget.html index dfee54dbf..8239defe2 100644 --- a/main/gooey/widget/trait.Widget.html +++ b/main/gooey/widget/trait.Widget.html @@ -131,5 +131,5 @@ context: &mut EventContext<'_, '_> ) -> EventHandling

    A mouse wheel event has been sent to this widget. Returns whether the event has been handled or not.

    -

    Implementors§

    Implementors§

    source§

    impl Widget for Button

    source§

    impl Widget for Scroll

    source§

    impl Widget for Stack

    source§

    impl Widget for Align

    source§

    impl Widget for Canvas

    source§

    impl Widget for Expand

    source§

    impl Widget for Input

    source§

    impl Widget for Label

    source§

    impl Widget for Resize

    source§

    impl Widget for Style

    source§

    impl<Layers> Widget for TileMap<Layers>where Layers: Layers,

    \ No newline at end of file diff --git a/main/gooey/widget/type.EventHandling.html b/main/gooey/widget/type.EventHandling.html index 90bdec7c1..ade8fc4bb 100644 --- a/main/gooey/widget/type.EventHandling.html +++ b/main/gooey/widget/type.EventHandling.html @@ -1,2 +1,2 @@ -EventHandling in gooey::widget - Rust

    Type Definition gooey::widget::EventHandling

    source ·
    pub type EventHandling = ControlFlow<EventHandled, EventIgnored>;
    Expand description

    A type that represents whether an event has been handled or ignored.

    +EventHandling in gooey::widget - Rust

    Type Definition gooey::widget::EventHandling

    source ·
    pub type EventHandling = ControlFlow<EventHandled, EventIgnored>;
    Expand description

    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/index.html b/main/gooey/widgets/button/index.html index 3f0dc535c..bfacf78d4 100644 --- a/main/gooey/widgets/button/index.html +++ b/main/gooey/widgets/button/index.html @@ -1,3 +1,3 @@ -gooey::widgets::button - Rust

    Module gooey::widgets::button

    source ·
    Expand description

    A clickable, labeled button

    +gooey::widgets::button - Rust

    Module gooey::widgets::button

    source ·
    Expand description

    A clickable, labeled button

    Structs

    \ 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 b5468e185..756a59590 100644 --- a/main/gooey/widgets/button/struct.Button.html +++ b/main/gooey/widgets/button/struct.Button.html @@ -1,53 +1,53 @@ -Button in gooey::widgets::button - Rust

    Struct gooey::widgets::button::Button

    source ·
    pub struct Button {
    +Button in gooey::widgets::button - Rust

    Struct gooey::widgets::button::Button

    source ·
    pub struct Button {
         pub label: Value<String>,
         pub on_click: Option<Callback<()>>,
         /* private fields */
     }
    Expand description

    A clickable button.

    Fields§

    §label: Value<String>

    The label to display on the button.

    §on_click: Option<Callback<()>>

    The callback that is invoked when the button is clicked.

    -

    Implementations§

    source§

    impl Button

    source

    pub fn new(label: impl IntoValue<String>) -> Self

    Returns a new button with the provided label.

    -
    source

    pub fn on_click<F>(self, callback: F) -> Selfwhere +

    Implementations§

    source§

    impl Button

    source

    pub fn new(label: impl IntoValue<String>) -> Self

    Returns a new button with the provided label.

    +
    source

    pub fn on_click<F>(self, callback: F) -> Selfwhere F: FnMut(()) + Send + UnwindSafe + 'static,

    Sets the on_click callback and returns self.

    This callback will be invoked each time the button is clicked.

    -

    Trait Implementations§

    source§

    impl ComponentGroup for Button

    source§

    fn name() -> Name

    Returns the name of the group.
    source§

    impl Debug for Button

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Widget for Button

    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn hit_test( +

    Trait Implementations§

    source§

    impl ComponentGroup for Button

    source§

    fn name() -> Name

    Returns the name of the group.
    source§

    impl Debug for Button

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Widget for Button

    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn hit_test( &mut self, _location: Point<Px>, _context: &mut EventContext<'_, '_> -) -> bool

    Returns true if this widget should respond to mouse input at location.
    source§

    fn accept_focus(&mut self, _context: &mut EventContext<'_, '_>) -> bool

    This widget has been targeted to be focused. If this function returns +) -> bool
    Returns true if this widget should respond to mouse input at location.
    source§

    fn accept_focus(&mut self, _context: &mut EventContext<'_, '_>) -> bool

    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.
    source§

    fn mouse_down( +searching for another focus target.

    source§

    fn mouse_down( &mut self, _location: Point<Px>, _device_id: DeviceId, _button: MouseButton, context: &mut EventContext<'_, '_> ) -> EventHandling

    A mouse button event has occurred at location. Returns whether the -event has been handled or not. Read more
    source§

    fn mouse_drag( +event has been handled or not. Read more

    source§

    fn mouse_drag( &mut self, location: Point<Px>, _device_id: DeviceId, _button: MouseButton, context: &mut EventContext<'_, '_> )

    A mouse button is being held down as the cursor is moved across the -widget.
    source§

    fn mouse_up( +widget.

    source§

    fn mouse_up( &mut self, location: Option<Point<Px>>, _device_id: DeviceId, _button: MouseButton, context: &mut EventContext<'_, '_> -)

    A mouse button is no longer being pressed.
    source§

    fn layout( +)

    A mouse button is no longer being pressed.
    source§

    fn layout( &mut self, available_space: Size<ConstraintLimit>, context: &mut LayoutContext<'_, '_, '_, '_, '_> ) -> Size<UPx>

    Layout this widget and returns the ideal size based on its contents and -the available_space.
    source§

    fn keyboard_input( +the available_space.

    source§

    fn keyboard_input( &mut self, _device_id: DeviceId, input: KeyEvent, _is_synthetic: bool, context: &mut EventContext<'_, '_> ) -> EventHandling

    A keyboard event has been sent to this widget. Returns whether the event -has been handled or not.
    source§

    fn unhover(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer being hovered.
    source§

    fn hover(&mut self, _location: Point<Px>, context: &mut EventContext<'_, '_>)

    The widget is currently has a cursor hovering it at location.
    source§

    fn focus(&mut self, context: &mut EventContext<'_, '_>)

    The widget has received focus for user input.
    source§

    fn blur(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer focused for user input.
    source§

    fn activate(&mut self, context: &mut EventContext<'_, '_>)

    The widget has become the active widget.
    source§

    fn deactivate(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer active.
    source§

    fn mounted(&mut self, context: &mut EventContext<'_, '_>)

    The widget has been mounted into a parent widget.
    source§

    fn unmounted(&mut self, context: &mut EventContext<'_, '_>)

    The widget has been removed from its parent widget.
    source§

    fn ime(&mut self, ime: Ime, context: &mut EventContext<'_, '_>) -> EventHandling

    An input manager event has been sent to this widget. Returns whether the +has been handled or not.
    source§

    fn unhover(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer being hovered.
    source§

    fn hover(&mut self, _location: Point<Px>, context: &mut EventContext<'_, '_>)

    The widget is currently has a cursor hovering it at location.
    source§

    fn focus(&mut self, context: &mut EventContext<'_, '_>)

    The widget has received focus for user input.
    source§

    fn blur(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer focused for user input.
    source§

    fn activate(&mut self, context: &mut EventContext<'_, '_>)

    The widget has become the active widget.
    source§

    fn deactivate(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer active.
    source§

    fn mounted(&mut self, context: &mut EventContext<'_, '_>)

    The widget has been mounted into a parent widget.
    source§

    fn unmounted(&mut self, context: &mut EventContext<'_, '_>)

    The widget has been removed from its parent widget.
    source§

    fn ime(&mut self, ime: Ime, context: &mut EventContext<'_, '_>) -> EventHandling

    An input manager event has been sent to this widget. Returns whether the event has been handled or not.
    source§

    fn mouse_wheel( &mut self, device_id: DeviceId, @@ -70,13 +70,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/button/struct.ButtonActiveBackground.html b/main/gooey/widgets/button/struct.ButtonActiveBackground.html index 714409294..7474e7a5a 100644 --- a/main/gooey/widgets/button/struct.ButtonActiveBackground.html +++ b/main/gooey/widgets/button/struct.ButtonActiveBackground.html @@ -1,7 +1,7 @@ -ButtonActiveBackground in gooey::widgets::button - Rust
    pub struct ButtonActiveBackground;
    Expand description

    The background color of the button when it is active (depressed).

    -

    Trait Implementations§

    source§

    impl Clone for ButtonActiveBackground

    source§

    fn clone(&self) -> ButtonActiveBackground

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for ButtonActiveBackground

    §

    type ComponentType = Color

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Color

    Returns the default value to use for this component.
    source§

    impl Debug for ButtonActiveBackground

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for ButtonActiveBackground

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<ButtonActiveBackground> for ButtonActiveBackground

    source§

    fn eq(&self, other: &ButtonActiveBackground) -> bool

    This method tests for self and other values to be equal, and is used +ButtonActiveBackground in gooey::widgets::button - Rust
    pub struct ButtonActiveBackground;
    Expand description

    The background color of the button when it is active (depressed).

    +

    Trait Implementations§

    source§

    impl Clone for ButtonActiveBackground

    source§

    fn clone(&self) -> ButtonActiveBackground

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for ButtonActiveBackground

    §

    type ComponentType = Color

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Color

    Returns the default value to use for this component.
    source§

    impl Debug for ButtonActiveBackground

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for ButtonActiveBackground

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<ButtonActiveBackground> for ButtonActiveBackground

    source§

    fn eq(&self, other: &ButtonActiveBackground) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for ButtonActiveBackground

    source§

    impl Eq for ButtonActiveBackground

    source§

    impl StructuralEq for ButtonActiveBackground

    source§

    impl StructuralPartialEq for ButtonActiveBackground

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for ButtonActiveBackground

    source§

    impl Eq for ButtonActiveBackground

    source§

    impl StructuralEq for ButtonActiveBackground

    source§

    impl StructuralPartialEq for ButtonActiveBackground

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widgets/button/struct.ButtonBackground.html b/main/gooey/widgets/button/struct.ButtonBackground.html index 8dfe0e6ce..806aaaa1b 100644 --- a/main/gooey/widgets/button/struct.ButtonBackground.html +++ b/main/gooey/widgets/button/struct.ButtonBackground.html @@ -1,7 +1,7 @@ -ButtonBackground in gooey::widgets::button - Rust
    pub struct ButtonBackground;
    Expand description

    The background color of the button.

    -

    Trait Implementations§

    source§

    impl Clone for ButtonBackground

    source§

    fn clone(&self) -> ButtonBackground

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for ButtonBackground

    §

    type ComponentType = Color

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Color

    Returns the default value to use for this component.
    source§

    impl Debug for ButtonBackground

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for ButtonBackground

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<ButtonBackground> for ButtonBackground

    source§

    fn eq(&self, other: &ButtonBackground) -> bool

    This method tests for self and other values to be equal, and is used +ButtonBackground in gooey::widgets::button - Rust
    pub struct ButtonBackground;
    Expand description

    The background color of the button.

    +

    Trait Implementations§

    source§

    impl Clone for ButtonBackground

    source§

    fn clone(&self) -> ButtonBackground

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for ButtonBackground

    §

    type ComponentType = Color

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Color

    Returns the default value to use for this component.
    source§

    impl Debug for ButtonBackground

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for ButtonBackground

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<ButtonBackground> for ButtonBackground

    source§

    fn eq(&self, other: &ButtonBackground) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for ButtonBackground

    source§

    impl Eq for ButtonBackground

    source§

    impl StructuralEq for ButtonBackground

    source§

    impl StructuralPartialEq for ButtonBackground

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for ButtonBackground

    source§

    impl Eq for ButtonBackground

    source§

    impl StructuralEq for ButtonBackground

    source§

    impl StructuralPartialEq for ButtonBackground

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widgets/button/struct.ButtonHoverBackground.html b/main/gooey/widgets/button/struct.ButtonHoverBackground.html index cd158d2b5..b9f78d143 100644 --- a/main/gooey/widgets/button/struct.ButtonHoverBackground.html +++ b/main/gooey/widgets/button/struct.ButtonHoverBackground.html @@ -1,8 +1,8 @@ -ButtonHoverBackground in gooey::widgets::button - Rust
    pub struct ButtonHoverBackground;
    Expand description

    The background color of the button when the mouse cursor is hovering over +ButtonHoverBackground in gooey::widgets::button - Rust

    pub struct ButtonHoverBackground;
    Expand description

    The background color of the button when the mouse cursor is hovering over it.

    -

    Trait Implementations§

    source§

    impl Clone for ButtonHoverBackground

    source§

    fn clone(&self) -> ButtonHoverBackground

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for ButtonHoverBackground

    §

    type ComponentType = Color

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Color

    Returns the default value to use for this component.
    source§

    impl Debug for ButtonHoverBackground

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for ButtonHoverBackground

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<ButtonHoverBackground> for ButtonHoverBackground

    source§

    fn eq(&self, other: &ButtonHoverBackground) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for ButtonHoverBackground

    source§

    fn clone(&self) -> ButtonHoverBackground

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl ComponentDefinition for ButtonHoverBackground

    §

    type ComponentType = Color

    The type that will be contained in the Component.
    source§

    fn default_value(&self) -> Color

    Returns the default value to use for this component.
    source§

    impl Debug for ButtonHoverBackground

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl NamedComponent for ButtonHoverBackground

    source§

    fn name(&self) -> Cow<'_, ComponentName>

    Returns the name of the style component.
    source§

    impl PartialEq<ButtonHoverBackground> for ButtonHoverBackground

    source§

    fn eq(&self, other: &ButtonHoverBackground) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for ButtonHoverBackground

    source§

    impl Eq for ButtonHoverBackground

    source§

    impl StructuralEq for ButtonHoverBackground

    source§

    impl StructuralPartialEq for ButtonHoverBackground

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for ButtonHoverBackground

    source§

    impl Eq for ButtonHoverBackground

    source§

    impl StructuralEq for ButtonHoverBackground

    source§

    impl StructuralPartialEq for ButtonHoverBackground

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widgets/scroll/struct.Scroll.html b/main/gooey/widgets/scroll/struct.Scroll.html index 5e335630e..265d84aa7 100644 --- a/main/gooey/widgets/scroll/struct.Scroll.html +++ b/main/gooey/widgets/scroll/struct.Scroll.html @@ -67,13 +67,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more

    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/stack/enum.StackDimension.html b/main/gooey/widgets/stack/enum.StackDimension.html index 8bc9ffc64..68e0884ca 100644 --- a/main/gooey/widgets/stack/enum.StackDimension.html +++ b/main/gooey/widgets/stack/enum.StackDimension.html @@ -1,4 +1,4 @@ -StackDimension in gooey::widgets::stack - Rust

    Use a fractional amount of the available space.

    §

    Exact(Dimension)

    Use an exact measurement for this widget’s size.

    -

    Trait Implementations§

    source§

    impl Clone for StackDimension

    source§

    fn clone(&self) -> StackDimension

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for StackDimension

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Copy for StackDimension

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Trait Implementations§

    source§

    impl Clone for StackDimension

    source§

    fn clone(&self) -> StackDimension

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for StackDimension

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Copy for StackDimension

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widgets/stack/enum.StackOrientation.html b/main/gooey/widgets/stack/enum.StackOrientation.html index 29d58f960..fc90c7f21 100644 --- a/main/gooey/widgets/stack/enum.StackOrientation.html +++ b/main/gooey/widgets/stack/enum.StackOrientation.html @@ -1,12 +1,12 @@ -StackOrientation in gooey::widgets::stack - Rust
    pub enum StackOrientation {
    +StackOrientation in gooey::widgets::stack - Rust
    pub enum StackOrientation {
         Row,
         Column,
     }
    Expand description

    The orientation (Row/Column) of an Stack widget.

    Variants§

    §

    Row

    The child widgets should be displayed as rows.

    §

    Column

    The child widgets should be displayed as columns.

    -

    Trait Implementations§

    source§

    impl Clone for StackOrientation

    source§

    fn clone(&self) -> StackOrientation

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for StackOrientation

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq<StackOrientation> for StackOrientation

    source§

    fn eq(&self, other: &StackOrientation) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for StackOrientation

    source§

    fn clone(&self) -> StackOrientation

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for StackOrientation

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq<StackOrientation> for StackOrientation

    source§

    fn eq(&self, other: &StackOrientation) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for StackOrientation

    source§

    impl Eq for StackOrientation

    source§

    impl StructuralEq for StackOrientation

    source§

    impl StructuralPartialEq for StackOrientation

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for StackOrientation

    source§

    impl Eq for StackOrientation

    source§

    impl StructuralEq for StackOrientation

    source§

    impl StructuralPartialEq for StackOrientation

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widgets/stack/index.html b/main/gooey/widgets/stack/index.html index 8ceb0db93..1de1c23d2 100644 --- a/main/gooey/widgets/stack/index.html +++ b/main/gooey/widgets/stack/index.html @@ -1,3 +1,3 @@ -gooey::widgets::stack - Rust

    Module gooey::widgets::stack

    source ·
    Expand description

    A widget that combines an array of [Widgets] into one.

    +gooey::widgets::stack - Rust

    Module gooey::widgets::stack

    source ·
    Expand description

    A widget that combines an array of [Widgets] into one.

    Structs

    Enums

    \ No newline at end of file diff --git a/main/gooey/widgets/stack/struct.Stack.html b/main/gooey/widgets/stack/struct.Stack.html index 48d8c21d3..9e847121a 100644 --- a/main/gooey/widgets/stack/struct.Stack.html +++ b/main/gooey/widgets/stack/struct.Stack.html @@ -6,13 +6,13 @@ direction.

    Fields§

    §direction: Value<StackDirection>

    The direction to display the children using.

    §children: Value<Children>

    The children widgets that belong to this array.

    -

    Implementations§

    source§

    impl Stack

    source

    pub fn new( +

    Implementations§

    source§

    impl Stack

    source

    pub fn new( direction: impl IntoValue<StackDirection>, widgets: impl IntoValue<Children> ) -> Self

    Returns a new widget with the given direction and widgets.

    source

    pub fn columns(widgets: impl IntoValue<Children>) -> Self

    Returns a new instance that displays widgets in a series of columns.

    source

    pub fn rows(widgets: impl IntoValue<Children>) -> Self

    Returns a new instance that displays widgets in a series of rows.

    -

    Trait Implementations§

    source§

    impl Debug for Stack

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Widget for Stack

    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn layout( +

    Trait Implementations§

    source§

    impl Debug for Stack

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Widget for Stack

    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn layout( &mut self, available_space: Size<ConstraintLimit>, context: &mut LayoutContext<'_, '_, '_, '_, '_> @@ -75,13 +75,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more

    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/stack/struct.StackDirection.html b/main/gooey/widgets/stack/struct.StackDirection.html index 0a555ec65..c7dc07f7e 100644 --- a/main/gooey/widgets/stack/struct.StackDirection.html +++ b/main/gooey/widgets/stack/struct.StackDirection.html @@ -1,16 +1,16 @@ -StackDirection in gooey::widgets::stack - Rust
    pub struct StackDirection {
    +StackDirection in gooey::widgets::stack - Rust
    pub struct StackDirection {
         pub orientation: StackOrientation,
         pub reverse: bool,
     }
    Expand description

    The direction of an Stack widget.

    Fields§

    §orientation: StackOrientation

    The orientation of the widgets.

    §reverse: bool

    If true, the widgets will be laid out in reverse order.

    -

    Implementations§

    source§

    impl StackDirection

    source

    pub const fn columns() -> Self

    Display child widgets as columns.

    -
    source

    pub const fn columns_rev() -> Self

    Display child widgets as columns in reverse order.

    -
    source

    pub const fn rows() -> Self

    Display child widgets as rows.

    -
    source

    pub const fn rows_rev() -> Self

    Display child widgets as rows in reverse order.

    -

    Trait Implementations§

    source§

    impl Clone for StackDirection

    source§

    fn clone(&self) -> StackDirection

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for StackDirection

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq<StackDirection> for StackDirection

    source§

    fn eq(&self, other: &StackDirection) -> bool

    This method tests for self and other values to be equal, and is used +

    Implementations§

    source§

    impl StackDirection

    source

    pub const fn columns() -> Self

    Display child widgets as columns.

    +
    source

    pub const fn columns_rev() -> Self

    Display child widgets as columns in reverse order.

    +
    source

    pub const fn rows() -> Self

    Display child widgets as rows.

    +
    source

    pub const fn rows_rev() -> Self

    Display child widgets as rows in reverse order.

    +

    Trait Implementations§

    source§

    impl Clone for StackDirection

    source§

    fn clone(&self) -> StackDirection

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for StackDirection

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq<StackDirection> for StackDirection

    source§

    fn eq(&self, other: &StackDirection) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Copy for StackDirection

    source§

    impl Eq for StackDirection

    source§

    impl StructuralEq for StackDirection

    source§

    impl StructuralPartialEq for StackDirection

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

    source§

    impl Copy for StackDirection

    source§

    impl Eq for StackDirection

    source§

    impl StructuralEq for StackDirection

    source§

    impl StructuralPartialEq for StackDirection

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/widgets/struct.Align.html b/main/gooey/widgets/struct.Align.html index f01ffb37a..7ad01b144 100644 --- a/main/gooey/widgets/struct.Align.html +++ b/main/gooey/widgets/struct.Align.html @@ -1,12 +1,14 @@ -Align in gooey::widgets - Rust

    Struct gooey::widgets::Align

    source ·
    pub struct Align { /* private fields */ }
    Expand description

    A widget aligns its contents to its container’s boundaries.

    -

    Implementations§

    source§

    impl Align

    source

    pub fn new( +Align in gooey::widgets - Rust

    Struct gooey::widgets::Align

    source ·
    pub struct Align { /* private fields */ }
    Expand description

    A widget aligns its contents to its container’s boundaries.

    +

    Implementations§

    source§

    impl Align

    source

    pub fn new( margin: impl IntoValue<Edges<FlexibleDimension>>, widget: impl MakeWidget ) -> Self

    Returns a new spacing widget containing widget, surrounding it with margin.

    source

    pub fn centered(widget: impl MakeWidget) -> Self

    Returns a new spacing widget that centers widget vertically and horizontally.

    -

    Trait Implementations§

    source§

    impl Debug for Align

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Widget for Align

    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn layout( +

    source

    pub fn fit_horizontally(self) -> Self

    Sets the left and right edges to 0 and returns self.

    +
    source

    pub fn fit_vertically(self) -> Self

    Sets the top and bottom edges to 0 and returns self.

    +

    Trait Implementations§

    source§

    impl Debug for Align

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Widget for Align

    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn layout( &mut self, available_space: Size<ConstraintLimit>, context: &mut LayoutContext<'_, '_, '_, '_, '_> @@ -69,13 +71,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/struct.Canvas.html b/main/gooey/widgets/struct.Canvas.html index 4de91708e..16983ccc2 100644 --- a/main/gooey/widgets/struct.Canvas.html +++ b/main/gooey/widgets/struct.Canvas.html @@ -63,13 +63,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/struct.Expand.html b/main/gooey/widgets/struct.Expand.html index 568ce8933..e231e08ff 100644 --- a/main/gooey/widgets/struct.Expand.html +++ b/main/gooey/widgets/struct.Expand.html @@ -1,4 +1,4 @@ -Expand in gooey::widgets - Rust

    Struct gooey::widgets::Expand

    source ·
    pub struct Expand {
    +Expand in gooey::widgets - Rust

    Struct gooey::widgets::Expand

    source ·
    pub struct Expand {
         pub weight: u8,
         /* private fields */
     }
    Expand description

    A widget that expands its child widget to fill the parent.

    @@ -6,12 +6,13 @@ Expanded widget.

    Fields§

    §weight: u8

    The weight to use when splitting available space with multiple Expand widgets.

    -

    Implementations§

    source§

    impl Expand

    source

    pub fn new(child: impl MakeWidget) -> Self

    Returns a widget that expands child to fill the parent widget.

    -
    source

    pub fn weighted(weight: u8, child: impl MakeWidget) -> Self

    Returns a widget that expands child to fill the parent widget, using +

    Implementations§

    source§

    impl Expand

    source

    pub fn new(child: impl MakeWidget) -> Self

    Returns a widget that expands child to fill the parent widget.

    +
    source

    pub fn empty() -> Self

    Returns a widget that expands to fill its parent, but has no contents.

    +
    source

    pub fn weighted(weight: u8, child: impl MakeWidget) -> Self

    Returns a widget that expands child to fill the parent widget, using weight when competing with available space with other Expands.

    Note: Not all container widgets support weighted expansion.

    -
    source

    pub fn child(&self) -> &WidgetRef

    Returns a reference to the child widget.

    -

    Trait Implementations§

    source§

    impl Debug for Expand

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Widget for Expand

    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn layout( +

    source

    pub fn child(&self) -> Option<&WidgetRef>

    Returns a reference to the child widget.

    +

    Trait Implementations§

    source§

    impl Debug for Expand

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Expand

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    source§

    impl Widget for Expand

    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn layout( &mut self, available_space: Size<ConstraintLimit>, context: &mut LayoutContext<'_, '_, '_, '_, '_> @@ -74,13 +75,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/struct.Input.html b/main/gooey/widgets/struct.Input.html index 61af7dbf5..9a2129ad2 100644 --- a/main/gooey/widgets/struct.Input.html +++ b/main/gooey/widgets/struct.Input.html @@ -1,4 +1,4 @@ -Input in gooey::widgets - Rust

    Sets the on_key callback.

    This function is called for every keyboard input event. If HANDLED is returned, this widget will ignore the event.

    -

    Trait Implementations§

    source§

    impl Debug for Input

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Widget for Input

    Trait Implementations§

    source§

    impl Debug for Input

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Input

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    source§

    impl Widget for Input

    source§

    fn hit_test( &mut self, _location: Point<Px>, _context: &mut EventContext<'_, '_> -) -> bool

    Returns true if this widget should respond to mouse input at location.
    source§

    fn accept_focus(&mut self, _context: &mut EventContext<'_, '_>) -> bool

    This widget has been targeted to be focused. If this function returns +) -> bool

    Returns true if this widget should respond to mouse input at location.
    source§

    fn accept_focus(&mut self, _context: &mut EventContext<'_, '_>) -> bool

    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.
    source§

    fn mouse_down( +searching for another focus target.

    source§

    fn mouse_down( &mut self, location: Point<Px>, _device_id: DeviceId, _button: MouseButton, context: &mut EventContext<'_, '_> ) -> EventHandling

    A mouse button event has occurred at location. Returns whether the -event has been handled or not. Read more
    source§

    fn mouse_drag( +event has been handled or not. Read more

    source§

    fn mouse_drag( &mut self, location: Point<Px>, _device_id: DeviceId, _button: MouseButton, context: &mut EventContext<'_, '_> )

    A mouse button is being held down as the cursor is moved across the -widget.
    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn layout( +widget.

    source§

    fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>)

    Redraw the contents of this widget.
    source§

    fn layout( &mut self, available_space: Size<ConstraintLimit>, context: &mut LayoutContext<'_, '_, '_, '_, '_> ) -> Size<UPx>

    Layout this widget and returns the ideal size based on its contents and -the available_space.
    source§

    fn keyboard_input( +the available_space.

    source§

    fn keyboard_input( &mut self, _device_id: DeviceId, input: KeyEvent, _is_synthetic: bool, context: &mut EventContext<'_, '_> ) -> EventHandling

    A keyboard event has been sent to this widget. Returns whether the event -has been handled or not.
    source§

    fn ime(&mut self, ime: Ime, context: &mut EventContext<'_, '_>) -> EventHandling

    An input manager event has been sent to this widget. Returns whether the -event has been handled or not.
    source§

    fn focus(&mut self, context: &mut EventContext<'_, '_>)

    The widget has received focus for user input.
    source§

    fn blur(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer focused for user input.
    source§

    fn mounted(&mut self, context: &mut EventContext<'_, '_>)

    The widget has been mounted into a parent widget.
    source§

    fn unmounted(&mut self, context: &mut EventContext<'_, '_>)

    The widget has been removed from its parent widget.
    source§

    fn hover(&mut self, location: Point<Px>, context: &mut EventContext<'_, '_>)

    The widget is currently has a cursor hovering it at location.
    source§

    fn unhover(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer being hovered.
    source§

    fn activate(&mut self, context: &mut EventContext<'_, '_>)

    The widget has become the active widget.
    source§

    fn deactivate(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer active.
    source§

    fn mouse_up( +has been handled or not.

    source§

    fn ime(&mut self, ime: Ime, context: &mut EventContext<'_, '_>) -> EventHandling

    An input manager event has been sent to this widget. Returns whether the +event has been handled or not.
    source§

    fn focus(&mut self, context: &mut EventContext<'_, '_>)

    The widget has received focus for user input.
    source§

    fn blur(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer focused for user input.
    source§

    fn mounted(&mut self, context: &mut EventContext<'_, '_>)

    The widget has been mounted into a parent widget.
    source§

    fn unmounted(&mut self, context: &mut EventContext<'_, '_>)

    The widget has been removed from its parent widget.
    source§

    fn hover(&mut self, location: Point<Px>, context: &mut EventContext<'_, '_>)

    The widget is currently has a cursor hovering it at location.
    source§

    fn unhover(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer being hovered.
    source§

    fn activate(&mut self, context: &mut EventContext<'_, '_>)

    The widget has become the active widget.
    source§

    fn deactivate(&mut self, context: &mut EventContext<'_, '_>)

    The widget is no longer active.
    source§

    fn mouse_up( &mut self, location: Option<Point<Px>>, device_id: DeviceId, @@ -70,13 +70,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/struct.Label.html b/main/gooey/widgets/struct.Label.html index f03d1e73f..dcc6a5f54 100644 --- a/main/gooey/widgets/struct.Label.html +++ b/main/gooey/widgets/struct.Label.html @@ -67,13 +67,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/struct.Resize.html b/main/gooey/widgets/struct.Resize.html index bb3043442..78ecc38a9 100644 --- a/main/gooey/widgets/struct.Resize.html +++ b/main/gooey/widgets/struct.Resize.html @@ -73,13 +73,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/struct.Style.html b/main/gooey/widgets/struct.Style.html index cbd34386e..16112b95b 100644 --- a/main/gooey/widgets/struct.Style.html +++ b/main/gooey/widgets/struct.Style.html @@ -64,13 +64,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/widgets/struct.TileMap.html b/main/gooey/widgets/struct.TileMap.html index 5697f65f9..7daffc23f 100644 --- a/main/gooey/widgets/struct.TileMap.html +++ b/main/gooey/widgets/struct.TileMap.html @@ -73,13 +73,13 @@ U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    That is, this conversion is whatever the implementation of From<T> for U chooses to do.

    -
    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere - T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere +

    source§

    impl<T> IntoValue<Option<T>> for T

    source§

    fn into_value(self) -> Value<Option<T>>

    Returns this type as a Value.
    source§

    impl<T> IntoValue<T> for T

    source§

    fn into_value(self) -> Value<T>

    Returns this type as a Value.
    source§

    impl<T> MakeWidget for Twhere + T: MakeWidgetWithId,

    source§

    fn make_widget(self) -> WidgetInstance

    Returns a new widget.
    source§

    fn into_window(self) -> Window<WidgetInstance>

    Returns a new window containing self as the root widget.
    source§

    fn with_styles(self, styles: impl Into<Styles>) -> Stylewhere Self: Sized,

    Associates styles with this widget. Read more
    source§

    fn with_next_focus( self, next_focus: impl IntoValue<Option<WidgetId>> -) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere - T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere +) -> WidgetInstance

    Sets the widget that should be focused next. Read more
    source§

    fn into_default(self) -> WidgetInstance

    Sets this widget as a “default” widget. Read more
    source§

    fn into_escape(self) -> WidgetInstance

    Sets this widget as an “escape” widget. Read more
    source§

    impl<T> MakeWidgetWithId for Twhere + T: Widget,

    source§

    fn make_with_id(self, id: WidgetTag) -> WidgetInstance

    Returns a new WidgetInstance whose WidgetId is id.
    source§

    impl<T> Run for Twhere T: MakeWidget,

    source§

    fn run(self) -> Result<(), EventLoopError>

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.
    source§

    impl<T, U> TryFrom<U> for Twhere diff --git a/main/gooey/window/index.html b/main/gooey/window/index.html index 18a7116a3..09ab00c39 100644 --- a/main/gooey/window/index.html +++ b/main/gooey/window/index.html @@ -1,3 +1,3 @@ -gooey::window - Rust

    Module gooey::window

    source ·
    Expand description

    Types for displaying a Widget inside of a desktop +gooey::window - Rust

    Module gooey::window

    source ·
    Expand description

    Types for displaying a Widget inside of a desktop window.

    Structs

    Traits

    Type Definitions

    \ No newline at end of file diff --git a/main/gooey/window/struct.RunningWindow.html b/main/gooey/window/struct.RunningWindow.html index cbc166b05..48dddee33 100644 --- a/main/gooey/window/struct.RunningWindow.html +++ b/main/gooey/window/struct.RunningWindow.html @@ -1,7 +1,7 @@ -RunningWindow in gooey::window - Rust

    Struct gooey::window::RunningWindow

    source ·
    pub struct RunningWindow<'window> { /* private fields */ }
    Expand description

    A currently running Gooey window.

    -

    Implementations§

    source§

    impl<'window> RunningWindow<'window>

    source

    pub const fn focused(&self) -> &Dynamic<bool>

    Returns a dynamic that is updated whenever this window’s focus status +RunningWindow in gooey::window - Rust

    Struct gooey::window::RunningWindow

    source ·
    pub struct RunningWindow<'window> { /* private fields */ }
    Expand description

    A currently running Gooey window.

    +

    Implementations§

    source§

    impl<'window> RunningWindow<'window>

    source

    pub const fn focused(&self) -> &Dynamic<bool>

    Returns a dynamic that is updated whenever this window’s focus status changes.

    -
    source

    pub fn occluded(&self) -> &Dynamic<bool>

    Returns a dynamic that is updated whenever this window’s occlusion +

    source

    pub fn occluded(&self) -> &Dynamic<bool>

    Returns a dynamic that is updated whenever this window’s occlusion status changes.

    Methods from Deref<Target = Window<'window, WindowCommand>>§

    pub fn handle(&self) -> WindowHandle<WindowEvent>

    Returns a handle to this window, which can be used to send WindowEvents to it.

    @@ -38,7 +38,7 @@

    pub fn modifiers(&self) -> Modifiers

    Returns currently active modifiers.

    pub fn set_min_inner_size(&self, min_size: Option<Size<UPx>>)

    Sets the window’s minimum inner size.

    pub fn set_max_inner_size(&self, max_size: Option<Size<UPx>>)

    Sets the window’s maximum inner size.

    -

    Trait Implementations§

    source§

    impl<'window> Deref for RunningWindow<'window>

    §

    type Target = Window<'window, WindowCommand>

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl<'window> DerefMut for RunningWindow<'window>

    source§

    fn deref_mut(&mut self) -> &mut Self::Target

    Mutably dereferences the value.

    Auto Trait Implementations§

    §

    impl<'window> !RefUnwindSafe for RunningWindow<'window>

    §

    impl<'window> Send for RunningWindow<'window>

    §

    impl<'window> !Sync for RunningWindow<'window>

    §

    impl<'window> Unpin for RunningWindow<'window>

    §

    impl<'window> !UnwindSafe for RunningWindow<'window>

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Trait Implementations§

    source§

    impl<'window> Deref for RunningWindow<'window>

    §

    type Target = Window<'window, WindowCommand>

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl<'window> DerefMut for RunningWindow<'window>

    source§

    fn deref_mut(&mut self) -> &mut Self::Target

    Mutably dereferences the value.

    Auto Trait Implementations§

    §

    impl<'window> !RefUnwindSafe for RunningWindow<'window>

    §

    impl<'window> Send for RunningWindow<'window>

    §

    impl<'window> !Sync for RunningWindow<'window>

    §

    impl<'window> Unpin for RunningWindow<'window>

    §

    impl<'window> !UnwindSafe for RunningWindow<'window>

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<A> Cast for A

    §

    fn cast<To>(self) -> Towhere diff --git a/main/gooey/window/struct.Window.html b/main/gooey/window/struct.Window.html index a48997440..7f80c4e5a 100644 --- a/main/gooey/window/struct.Window.html +++ b/main/gooey/window/struct.Window.html @@ -1,30 +1,30 @@ -Window in gooey::window - Rust

    Struct gooey::window::Window

    source ·
    pub struct Window<Behavior>where
    +Window in gooey::window - Rust

    Struct gooey::window::Window

    source ·
    pub struct Window<Behavior>where
         Behavior: WindowBehavior,{
         pub attributes: WindowAttributes,
         /* private fields */
     }
    Expand description

    A Gooey window that is not yet running.

    Fields§

    §attributes: WindowAttributes

    The attributes of this window.

    -

    Implementations§

    source§

    impl Window<WidgetInstance>

    source

    pub fn for_widget<W>(widget: W) -> Selfwhere +

    Implementations§

    source§

    impl Window<WidgetInstance>

    source

    pub fn for_widget<W>(widget: W) -> Selfwhere W: Widget,

    Returns a new instance using widget as its contents.

    -
    source

    pub fn with_focused(self, focused: impl IntoDynamic<bool>) -> Self

    Sets focused to be the dynamic updated when this window’s focus status +

    source

    pub fn with_focused(self, focused: impl IntoDynamic<bool>) -> Self

    Sets focused to be the dynamic updated when this window’s focus status is changed.

    When the window is focused for user input, the dynamic will contain true.

    focused will be initialized with an initial state of false.

    -
    source

    pub fn with_occluded(self, occluded: impl IntoDynamic<bool>) -> Self

    Sets occluded to be the dynamic updated when this window’s occlusion +

    source

    pub fn with_occluded(self, occluded: impl IntoDynamic<bool>) -> Self

    Sets occluded to be the dynamic updated when this window’s occlusion status is changed.

    When the window is occluded (completely hidden/offscreen/minimized), the dynamic will contain true. If the window is at least partially visible, this value will contain true.

    occluded will be initialized with an initial state of false.

    -
    source§

    impl<Behavior> Window<Behavior>where - Behavior: WindowBehavior,

    source

    pub fn new(context: Behavior::Context) -> Self

    Returns a new instance using context to initialize the window upon +

    source§

    impl<Behavior> Window<Behavior>where + Behavior: WindowBehavior,

    source

    pub fn new(context: Behavior::Context) -> Self

    Returns a new instance using context to initialize the window upon opening.

    -

    Trait Implementations§

    source§

    impl<Behavior> Default for Window<Behavior>where +

    Trait Implementations§

    source§

    impl<Behavior> Default for Window<Behavior>where Behavior: WindowBehavior, - Behavior::Context: Default,

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    source§

    impl<Behavior> Run for Window<Behavior>where - Behavior: WindowBehavior,

    source§

    fn run(self) -> Result

    Runs the provided type, returning Ok(()) upon successful execution and + Behavior::Context: Default,

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    source§

    impl<Behavior> Run for Window<Behavior>where + Behavior: WindowBehavior,

    source§

    fn run(self) -> Result

    Runs the provided type, returning Ok(()) upon successful execution and program exit. Note that this function may not ever return on some platforms.

    Auto Trait Implementations§

    §

    impl<Behavior> !RefUnwindSafe for Window<Behavior>

    §

    impl<Behavior> Send for Window<Behavior>

    §

    impl<Behavior> Sync for Window<Behavior>where <Behavior as WindowBehavior>::Context: Sync,

    §

    impl<Behavior> Unpin for Window<Behavior>where diff --git a/main/gooey/window/trait.WindowBehavior.html b/main/gooey/window/trait.WindowBehavior.html index 14d989c4b..6ae6f5deb 100644 --- a/main/gooey/window/trait.WindowBehavior.html +++ b/main/gooey/window/trait.WindowBehavior.html @@ -1,4 +1,4 @@ -WindowBehavior in gooey::window - Rust
    pub trait WindowBehavior: Sized + 'static {
    +WindowBehavior in gooey::window - Rust
    pub trait WindowBehavior: Sized + 'static {
         type Context: UnwindSafe + Send + 'static;
     
         // Required methods
    @@ -14,13 +14,13 @@
            where Self::Context: Default { ... }
         fn run_with(context: Self::Context) -> Result { ... }
     }
    Expand description

    The behavior of a Gooey window.

    -

    Required Associated Types§

    source

    type Context: UnwindSafe + Send + 'static

    The type that is provided when initializing this window.

    -

    Required Methods§

    source

    fn initialize(window: &mut RunningWindow<'_>, context: Self::Context) -> Self

    Return a new instance of this behavior using context.

    -
    source

    fn make_root(&mut self) -> WidgetInstance

    Create the window’s root widget. This function is only invoked once.

    -

    Provided Methods§

    source

    fn close_requested(&self, window: &mut RunningWindow<'_>) -> bool

    The window has been requested to close. If this function returns true, +

    Required Associated Types§

    source

    type Context: UnwindSafe + Send + 'static

    The type that is provided when initializing this window.

    +

    Required Methods§

    source

    fn initialize(window: &mut RunningWindow<'_>, context: Self::Context) -> Self

    Return a new instance of this behavior using context.

    +
    source

    fn make_root(&mut self) -> WidgetInstance

    Create the window’s root widget. This function is only invoked once.

    +

    Provided Methods§

    source

    fn close_requested(&self, window: &mut RunningWindow<'_>) -> bool

    The window has been requested to close. If this function returns true, the window will be closed. Returning false prevents the window from closing.

    -
    source

    fn run() -> Resultwhere +

    source

    fn run() -> Resultwhere Self::Context: Default,

    Runs this behavior as an application.

    -
    source

    fn run_with(context: Self::Context) -> Result

    Runs this behavior as an application, initialized with context.

    -

    Implementors§

    \ No newline at end of file +
    source

    fn run_with(context: Self::Context) -> Result

    Runs this behavior as an application, initialized with context.

    +

    Implementors§

    \ No newline at end of file diff --git a/main/gooey/window/type.WindowAttributes.html b/main/gooey/window/type.WindowAttributes.html index b41e641a0..0c306a029 100644 --- a/main/gooey/window/type.WindowAttributes.html +++ b/main/gooey/window/type.WindowAttributes.html @@ -1,2 +1,2 @@ -WindowAttributes in gooey::window - Rust

    Type Definition gooey::window::WindowAttributes

    source ·
    pub type WindowAttributes = WindowAttributes<WindowCommand>;
    Expand description

    The attributes of a Gooey window.

    +WindowAttributes in gooey::window - Rust

    Type Definition gooey::window::WindowAttributes

    source ·
    pub type WindowAttributes = WindowAttributes<WindowCommand>;
    Expand description

    The attributes of a Gooey window.

    \ 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 cb4b3cfbc..b345bd9a1 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 EaseOutBack"],["impl Clone for StackDimension"],["impl Clone for EaseInOutSine"],["impl Clone for EaseOutSine"],["impl Clone for EaseInBounce"],["impl Clone for ManagedWidget"],["impl Clone for EasingFunction"],["impl<T> Clone for DynamicReader<T>"],["impl Clone for HorizontalOrder"],["impl Clone for Dimension"],["impl Clone for IntrinsicPadding"],["impl Clone for EaseInOutElastic"],["impl Clone for EaseOutElastic"],["impl Clone for EaseOutCubic"],["impl Clone for ButtonHoverBackground"],["impl Clone for Linear"],["impl Clone for ButtonBackground"],["impl<T> Clone for Dynamic<T>"],["impl Clone for EaseInExponential"],["impl Clone for EventHandled"],["impl Clone for EaseInOutExponential"],["impl Clone for EaseInOutCircular"],["impl Clone for EasingOut"],["impl Clone for VisualOrder"],["impl Clone for ButtonActiveBackground"],["impl Clone for StackDirection"],["impl Clone for EaseInCubic"],["impl Clone for VerticalOrder"],["impl Clone for EaseOutBounce"],["impl Clone for EaseOutQuartic"],["impl Clone for EaseInOutQuartic"],["impl Clone for Styles"],["impl Clone for EaseInCircular"],["impl<T> Clone for Value<T>where\n T: Clone,"],["impl Clone for TextColor"],["impl Clone for EaseInQuintic"],["impl Clone for WidgetInstance"],["impl Clone for EaseInQuartic"],["impl Clone for CustomComponent"],["impl<T: Clone> Clone for Edges<T>"],["impl Clone for FlexibleDimension"],["impl Clone for Generation"],["impl Clone for ConstraintLimit"],["impl Clone for EasingIn"],["impl Clone for EaseOutQuintic"],["impl Clone for Name"],["impl Clone for WidgetId"],["impl Clone for LineHeight"],["impl Clone for EaseInOutBack"],["impl Clone for Component"],["impl Clone for EaseInElastic"],["impl Clone for TextSize"],["impl Clone for Easing"],["impl Clone for StackOrientation"],["impl Clone for EaseInQuadradic"],["impl Clone for EaseOutCircular"],["impl Clone for EaseOutExponential"],["impl Clone for HighlightColor"],["impl Clone for EaseOutQuadradic"],["impl Clone for ComponentName"],["impl Clone for EaseInOutQuadradic"],["impl Clone for Tick"],["impl Clone for EaseInBack"],["impl Clone for EaseInOutQuintic"],["impl Clone for WidgetRef"],["impl Clone for EventIgnored"],["impl Clone for Group"],["impl Clone for ZeroToOne"],["impl Clone for EaseInOutCubic"]] +"gooey":[["impl Clone for VisualOrder"],["impl Clone for EaseOutBack"],["impl Clone for StackDimension"],["impl Clone for EaseInOutSine"],["impl Clone for EaseOutSine"],["impl Clone for EaseInBounce"],["impl Clone for EasingFunction"],["impl Clone for EasingIn"],["impl<T> Clone for DynamicReader<T>"],["impl Clone for Dimension"],["impl Clone for EaseInOutElastic"],["impl Clone for EaseOutElastic"],["impl Clone for VerticalOrder"],["impl Clone for EaseOutCubic"],["impl Clone for TextSize"],["impl Clone for ButtonHoverBackground"],["impl Clone for Linear"],["impl Clone for ButtonBackground"],["impl<T> Clone for Dynamic<T>"],["impl Clone for EaseInExponential"],["impl Clone for EventHandled"],["impl Clone for EaseInOutExponential"],["impl Clone for EaseInOutCircular"],["impl Clone for Easing"],["impl Clone for ButtonActiveBackground"],["impl Clone for StackDirection"],["impl Clone for EaseInCubic"],["impl Clone for HorizontalOrder"],["impl Clone for EaseOutBounce"],["impl Clone for EaseOutQuartic"],["impl Clone for EaseInOutQuartic"],["impl Clone for Styles"],["impl Clone for EaseInCircular"],["impl<T> Clone for Value<T>where\n T: Clone,"],["impl Clone for IntrinsicPadding"],["impl Clone for EaseInQuintic"],["impl Clone for WidgetInstance"],["impl Clone for EaseInQuartic"],["impl Clone for CustomComponent"],["impl Clone for ManagedWidget"],["impl<T: Clone> Clone for Edges<T>"],["impl Clone for FlexibleDimension"],["impl Clone for Generation"],["impl Clone for PrimaryColor"],["impl Clone for ConstraintLimit"],["impl Clone for LineHeight"],["impl Clone for EaseOutQuintic"],["impl Clone for Name"],["impl Clone for WidgetRef"],["impl Clone for EaseInOutBack"],["impl Clone for Component"],["impl Clone for EaseInElastic"],["impl Clone for StackOrientation"],["impl Clone for EaseInQuadradic"],["impl Clone for EaseOutCircular"],["impl Clone for EaseOutExponential"],["impl Clone for EaseOutQuadradic"],["impl Clone for ComponentName"],["impl Clone for EaseInOutQuadradic"],["impl Clone for Tick"],["impl Clone for EaseInBack"],["impl Clone for EasingOut"],["impl Clone for EaseInOutQuintic"],["impl Clone for WidgetId"],["impl Clone for EventIgnored"],["impl Clone for Group"],["impl Clone for ZeroToOne"],["impl Clone for HighlightColor"],["impl Clone for TextColor"],["impl Clone for EaseInOutCubic"]] };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 95f0b7f8e..fb6086d39 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 ButtonHoverBackground"],["impl Eq for WidgetInstance"],["impl Eq for ButtonBackground"],["impl Eq for WidgetTag"],["impl Eq for VerticalOrder"],["impl Eq for ZeroToOne"],["impl Eq for EventIgnored"],["impl Eq for EasingIn"],["impl Eq for Name"],["impl Eq for EventHandled"],["impl Eq for WidgetId"],["impl Eq for HorizontalOrder"],["impl Eq for StackDirection"],["impl Eq for TextColor"],["impl Eq for IntrinsicPadding"],["impl Eq for EasingOut"],["impl Eq for Generation"],["impl Eq for HighlightColor"],["impl Eq for LineHeight"],["impl Eq for ConstraintLimit"],["impl Eq for StackOrientation"],["impl Eq for Easing"],["impl Eq for ButtonActiveBackground"],["impl Eq for VisualOrder"],["impl Eq for ComponentName"],["impl Eq for Group"],["impl Eq for TextSize"]] +"gooey":[["impl Eq for ButtonHoverBackground"],["impl Eq for WidgetInstance"],["impl Eq for ButtonBackground"],["impl Eq for HighlightColor"],["impl Eq for ZeroToOne"],["impl Eq for VisualOrder"],["impl Eq for EventIgnored"],["impl Eq for EasingOut"],["impl Eq for Name"],["impl Eq for EventHandled"],["impl Eq for WidgetTag"],["impl Eq for LineHeight"],["impl Eq for StackDirection"],["impl Eq for VerticalOrder"],["impl Eq for PrimaryColor"],["impl Eq for TextSize"],["impl Eq for TextColor"],["impl Eq for IntrinsicPadding"],["impl Eq for Generation"],["impl Eq for WidgetId"],["impl Eq for ConstraintLimit"],["impl Eq for StackOrientation"],["impl Eq for ButtonActiveBackground"],["impl Eq for Easing"],["impl Eq for ComponentName"],["impl Eq for HorizontalOrder"],["impl Eq for EasingIn"],["impl Eq 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/cmp/trait.PartialEq.js b/main/implementors/core/cmp/trait.PartialEq.js index eee25e0fc..01d2c3b73 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<WidgetId> for WidgetId"],["impl PartialEq<Generation> for Generation"],["impl PartialEq<StackOrientation> for StackOrientation"],["impl PartialEq<Name> for Name"],["impl PartialEq<f32> for ZeroToOne"],["impl PartialEq<StackDirection> for StackDirection"],["impl PartialEq<VerticalOrder> for VerticalOrder"],["impl PartialEq<ButtonActiveBackground> for ButtonActiveBackground"],["impl PartialEq<WidgetTag> for WidgetTag"],["impl PartialEq<IntrinsicPadding> for IntrinsicPadding"],["impl PartialEq<HorizontalOrder> for HorizontalOrder"],["impl PartialEq<WidgetInstance> for WidgetInstance"],["impl PartialEq<EventIgnored> for EventIgnored"],["impl PartialEq<ManagedWidget> for ManagedWidget"],["impl PartialEq<ZeroToOne> for ZeroToOne"],["impl PartialEq<VisualOrder> for VisualOrder"],["impl PartialEq<ButtonHoverBackground> for ButtonHoverBackground"],["impl PartialEq<LineHeight> for LineHeight"],["impl PartialEq<HighlightColor> for HighlightColor"],["impl PartialEq<ButtonBackground> for ButtonBackground"],["impl PartialEq<TextSize> for TextSize"],["impl PartialEq<TextColor> for TextColor"],["impl PartialEq<Easing> for Easing"],["impl PartialEq<Group> for Group"],["impl PartialEq<ComponentName> for ComponentName"],["impl PartialEq<WidgetInstance> for ManagedWidget"],["impl PartialEq<EasingIn> for EasingIn"],["impl PartialEq<EventHandled> for EventHandled"],["impl PartialEq<ConstraintLimit> for ConstraintLimit"],["impl PartialEq<EasingOut> for EasingOut"]] +"gooey":[["impl PartialEq<Generation> for Generation"],["impl PartialEq<StackOrientation> for StackOrientation"],["impl PartialEq<EasingOut> for EasingOut"],["impl PartialEq<Name> for Name"],["impl PartialEq<EasingIn> for EasingIn"],["impl PartialEq<PrimaryColor> for PrimaryColor"],["impl PartialEq<f32> for ZeroToOne"],["impl PartialEq<WidgetId> for WidgetId"],["impl PartialEq<StackDirection> for StackDirection"],["impl PartialEq<ButtonActiveBackground> for ButtonActiveBackground"],["impl PartialEq<HorizontalOrder> for HorizontalOrder"],["impl PartialEq<WidgetInstance> for WidgetInstance"],["impl PartialEq<EventIgnored> for EventIgnored"],["impl PartialEq<Easing> for Easing"],["impl PartialEq<ManagedWidget> for ManagedWidget"],["impl PartialEq<ZeroToOne> for ZeroToOne"],["impl PartialEq<VerticalOrder> for VerticalOrder"],["impl PartialEq<LineHeight> for LineHeight"],["impl PartialEq<ButtonHoverBackground> for ButtonHoverBackground"],["impl PartialEq<ButtonBackground> for ButtonBackground"],["impl PartialEq<IntrinsicPadding> for IntrinsicPadding"],["impl PartialEq<TextSize> for TextSize"],["impl PartialEq<HighlightColor> for HighlightColor"],["impl PartialEq<Group> for Group"],["impl PartialEq<TextColor> for TextColor"],["impl PartialEq<ComponentName> for ComponentName"],["impl PartialEq<WidgetInstance> for ManagedWidget"],["impl PartialEq<WidgetTag> for WidgetTag"],["impl PartialEq<EventHandled> for EventHandled"],["impl PartialEq<ConstraintLimit> for ConstraintLimit"],["impl PartialEq<VisualOrder> for VisualOrder"]] };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 0b682f54b..8c8b08c78 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 Children"],["impl Default for ZeroToOne"],["impl Default for FlexibleDimension"],["impl<T> Default for Edges<T>where\n T: Default,"],["impl Default for Dimension"],["impl<T> Default for Value<T>where\n T: Default,"],["impl<Behavior> Default for Window<Behavior>where\n Behavior: WindowBehavior,\n Behavior::Context: Default,"],["impl Default for AnimationHandle"],["impl Default for Styles"],["impl Default for InputState"],["impl<T> Default for Dynamic<T>where\n T: Default,"],["impl Default for Generation"]] +"gooey":[["impl Default for ZeroToOne"],["impl Default for FlexibleDimension"],["impl<T> Default for Edges<T>where\n T: Default,"],["impl Default for Dimension"],["impl Default for Expand"],["impl<T> Default for Value<T>where\n T: Default,"],["impl<Behavior> Default for Window<Behavior>where\n Behavior: WindowBehavior,\n Behavior::Context: Default,"],["impl Default for AnimationHandle"],["impl Default for Children"],["impl Default for Styles"],["impl Default for InputState"],["impl<T> Default for Dynamic<T>where\n T: Default,"],["impl Default for Input"],["impl Default for Generation"]] };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 01a74845c..0fab1e0eb 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 EaseOutCubic"],["impl Debug for Easing"],["impl Debug for EaseInBounce"],["impl<T: Debug> Debug for Dynamic<T>"],["impl Debug for StackOrientation"],["impl Debug for ZeroToOne"],["impl Debug for EaseOutSine"],["impl Debug for WidgetId"],["impl Debug for EasingOut"],["impl Debug for EaseInBack"],["impl Debug for ConstraintLimit"],["impl Debug for Generation"],["impl<Layers: Debug> Debug for TileMap<Layers>"],["impl Debug for ButtonHoverBackground"],["impl Debug for EaseInOutExponential"],["impl Debug for Canvas"],["impl Debug for InputState"],["impl Debug for Expand"],["impl Debug for Style"],["impl Debug for TextColor"],["impl Debug for WidgetInstance"],["impl Debug for EasingIn"],["impl Debug for EaseInOutElastic"],["impl<'a, T: Debug> Debug for BlockUntilUpdatedFuture<'a, T>"],["impl Debug for EaseOutQuadradic"],["impl Debug for EaseOutQuartic"],["impl Debug for EaseOutBack"],["impl Debug for WidgetRef"],["impl<T: Debug> Debug for Value<T>"],["impl Debug for EaseOutElastic"],["impl Debug for StackDirection"],["impl Debug for Tick"],["impl Debug for ButtonActiveBackground"],["impl Debug for Align"],["impl Debug for Button"],["impl Debug for Label"],["impl<T: Debug> Debug for DynamicReader<T>"],["impl Debug for EaseOutCircular"],["impl Debug for EaseInOutQuadradic"],["impl Debug for Scroll"],["impl Debug for Name"],["impl Debug for AnimationHandle"],["impl Debug for HighlightColor"],["impl Debug for EaseInCircular"],["impl Debug for Children"],["impl Debug for IntrinsicPadding"],["impl Debug for TextSize"],["impl Debug for EaseInOutQuintic"],["impl Debug for Styles"],["impl Debug for EaseInQuintic"],["impl Debug for EventHandled"],["impl Debug for EaseInCubic"],["impl Debug for CustomComponent"],["impl Debug for EaseInOutSine"],["impl Debug for EaseInOutBack"],["impl Debug for ComponentName"],["impl Debug for EasingFunction"],["impl Debug for EaseInExponential"],["impl Debug for Dimension"],["impl Debug for EventIgnored"],["impl Debug for EaseOutExponential"],["impl Debug for EaseInElastic"],["impl Debug for EaseInQuadradic"],["impl Debug for Stack"],["impl Debug for Resize"],["impl Debug for EaseInOutCubic"],["impl Debug for EaseInOutQuartic"],["impl Debug for LineHeight"],["impl Debug for Component"],["impl<T: Debug> Debug for Edges<T>"],["impl Debug for StackDimension"],["impl Debug for FlexibleDimension"],["impl Debug for EaseOutBounce"],["impl Debug for WidgetTag"],["impl Debug for Group"],["impl Debug for ManagedWidget"],["impl Debug for EaseInQuartic"],["impl Debug for EaseInOutCircular"],["impl Debug for EaseOutQuintic"],["impl Debug for Linear"],["impl Debug for Input"],["impl Debug for ButtonBackground"],["impl<T, R> Debug for Callback<T, R>"]] +"gooey":[["impl Debug for Children"],["impl Debug for EaseOutCubic"],["impl Debug for EaseInBounce"],["impl Debug for Input"],["impl<T: Debug> Debug for Dynamic<T>"],["impl Debug for StackOrientation"],["impl Debug for ZeroToOne"],["impl Debug for EaseOutSine"],["impl Debug for LineHeight"],["impl Debug for EaseInBack"],["impl Debug for ConstraintLimit"],["impl Debug for Generation"],["impl<Layers: Debug> Debug for TileMap<Layers>"],["impl Debug for ButtonHoverBackground"],["impl Debug for Expand"],["impl Debug for EaseInOutExponential"],["impl Debug for PrimaryColor"],["impl Debug for Canvas"],["impl Debug for TextColor"],["impl Debug for InputState"],["impl Debug for Style"],["impl Debug for WidgetInstance"],["impl Debug for EasingOut"],["impl Debug for EasingIn"],["impl Debug for EaseInOutElastic"],["impl<'a, T: Debug> Debug for BlockUntilUpdatedFuture<'a, T>"],["impl Debug for EaseOutQuadradic"],["impl Debug for EaseOutQuartic"],["impl Debug for EaseOutBack"],["impl<T: Debug> Debug for Value<T>"],["impl Debug for EaseOutElastic"],["impl Debug for StackDirection"],["impl Debug for Tick"],["impl Debug for ButtonActiveBackground"],["impl Debug for Align"],["impl Debug for Button"],["impl Debug for Label"],["impl<T: Debug> Debug for DynamicReader<T>"],["impl Debug for EaseOutCircular"],["impl Debug for EaseInOutQuadradic"],["impl Debug for Scroll"],["impl Debug for Name"],["impl Debug for AnimationHandle"],["impl Debug for EaseInCircular"],["impl Debug for IntrinsicPadding"],["impl Debug for TextSize"],["impl Debug for EaseInOutQuintic"],["impl Debug for Styles"],["impl Debug for WidgetId"],["impl Debug for EaseInQuintic"],["impl Debug for EventHandled"],["impl Debug for EaseInCubic"],["impl Debug for CustomComponent"],["impl Debug for EaseInOutSine"],["impl Debug for EaseInOutBack"],["impl Debug for ComponentName"],["impl Debug for EasingFunction"],["impl Debug for EaseInExponential"],["impl Debug for Dimension"],["impl Debug for EventIgnored"],["impl Debug for EaseOutExponential"],["impl Debug for WidgetTag"],["impl Debug for EaseInElastic"],["impl Debug for HighlightColor"],["impl Debug for EaseInQuadradic"],["impl Debug for Stack"],["impl Debug for Resize"],["impl Debug for EaseInOutCubic"],["impl Debug for EaseInOutQuartic"],["impl Debug for Component"],["impl<T: Debug> Debug for Edges<T>"],["impl Debug for StackDimension"],["impl Debug for FlexibleDimension"],["impl Debug for EaseOutBounce"],["impl Debug for Group"],["impl Debug for ManagedWidget"],["impl Debug for EaseInQuartic"],["impl Debug for EaseInOutCircular"],["impl Debug for WidgetRef"],["impl Debug for EaseOutQuintic"],["impl Debug for Linear"],["impl Debug for ButtonBackground"],["impl<T, R> Debug for Callback<T, R>"],["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/marker/trait.Copy.js b/main/implementors/core/marker/trait.Copy.js index c32c6d4bc..97baccdda 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 EaseOutCircular"],["impl Copy for EaseOutBack"],["impl Copy for EaseInQuartic"],["impl Copy for EaseInQuintic"],["impl Copy for EaseInOutCircular"],["impl Copy for FlexibleDimension"],["impl Copy for VisualOrder"],["impl<T: Copy> Copy for Edges<T>"],["impl Copy for TextColor"],["impl Copy for EaseOutBounce"],["impl Copy for EaseInCircular"],["impl Copy for EaseInOutQuintic"],["impl Copy for EaseInBounce"],["impl Copy for Dimension"],["impl Copy for IntrinsicPadding"],["impl Copy for HighlightColor"],["impl Copy for Linear"],["impl Copy for VerticalOrder"],["impl Copy for ButtonHoverBackground"],["impl Copy for StackDirection"],["impl Copy for EaseOutQuartic"],["impl Copy for EaseInOutQuartic"],["impl Copy for Generation"],["impl Copy for EaseOutCubic"],["impl Copy for EaseInOutSine"],["impl Copy for EaseInElastic"],["impl Copy for EaseInExponential"],["impl Copy for EasingIn"],["impl Copy for ConstraintLimit"],["impl Copy for ButtonBackground"],["impl Copy for ZeroToOne"],["impl Copy for EaseInQuadradic"],["impl Copy for LineHeight"],["impl Copy for ButtonActiveBackground"],["impl Copy for EaseOutQuadradic"],["impl Copy for EventIgnored"],["impl Copy for TextSize"],["impl Copy for EaseInOutElastic"],["impl Copy for EaseInOutQuadradic"],["impl Copy for EaseOutSine"],["impl Copy for EaseInOutCubic"],["impl Copy for EaseInBack"],["impl Copy for StackOrientation"],["impl Copy for Easing"],["impl Copy for HorizontalOrder"],["impl Copy for EaseInCubic"],["impl Copy for EaseOutExponential"],["impl Copy for EaseInOutBack"],["impl Copy for WidgetId"],["impl Copy for EventHandled"],["impl Copy for EaseOutQuintic"],["impl Copy for EaseInOutExponential"],["impl Copy for StackDimension"],["impl Copy for EaseOutElastic"],["impl Copy for EasingOut"]] +"gooey":[["impl Copy for EaseOutCircular"],["impl Copy for EaseOutBack"],["impl Copy for EaseInQuartic"],["impl Copy for EaseInQuintic"],["impl Copy for EaseInOutCircular"],["impl Copy for FlexibleDimension"],["impl<T: Copy> Copy for Edges<T>"],["impl Copy for EaseOutBounce"],["impl Copy for EaseInCircular"],["impl Copy for EaseInOutQuintic"],["impl Copy for EaseInBounce"],["impl Copy for Dimension"],["impl Copy for HorizontalOrder"],["impl Copy for Linear"],["impl Copy for WidgetId"],["impl Copy for ButtonHoverBackground"],["impl Copy for StackDirection"],["impl Copy for EaseOutQuartic"],["impl Copy for Easing"],["impl Copy for EaseInOutQuartic"],["impl Copy for Generation"],["impl Copy for EaseOutCubic"],["impl Copy for EaseInOutSine"],["impl Copy for EaseInElastic"],["impl Copy for EaseInExponential"],["impl Copy for VisualOrder"],["impl Copy for TextColor"],["impl Copy for HighlightColor"],["impl Copy for VerticalOrder"],["impl Copy for ConstraintLimit"],["impl Copy for ButtonBackground"],["impl Copy for ZeroToOne"],["impl Copy for EaseInQuadradic"],["impl Copy for ButtonActiveBackground"],["impl Copy for EaseOutQuadradic"],["impl Copy for EventIgnored"],["impl Copy for EaseInOutElastic"],["impl Copy for EaseInOutQuadradic"],["impl Copy for EaseOutSine"],["impl Copy for EasingIn"],["impl Copy for EaseInOutCubic"],["impl Copy for EaseInBack"],["impl Copy for StackOrientation"],["impl Copy for PrimaryColor"],["impl Copy for LineHeight"],["impl Copy for EaseInCubic"],["impl Copy for EaseOutExponential"],["impl Copy for EaseInOutBack"],["impl Copy for IntrinsicPadding"],["impl Copy for EasingOut"],["impl Copy for EventHandled"],["impl Copy for EaseOutQuintic"],["impl Copy for EaseInOutExponential"],["impl Copy for StackDimension"],["impl Copy for EaseOutElastic"],["impl Copy for TextSize"]] };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 2b85504c5..f6c996dd5 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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl Freeze for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl Freeze for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> Freeze for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 PrimaryColor",1,["gooey::styles::components::PrimaryColor"]],["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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl Freeze for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl Freeze for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> Freeze for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 9b2013f75..61b7abb81 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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl Send for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl Send for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> Send for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 PrimaryColor",1,["gooey::styles::components::PrimaryColor"]],["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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl Send for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl Send for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> Send for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 632fd540c..94c3aaac9 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 EventHandled"],["impl StructuralEq for EasingOut"],["impl StructuralEq for Generation"],["impl StructuralEq for ButtonBackground"],["impl StructuralEq for TextSize"],["impl StructuralEq for ButtonActiveBackground"],["impl StructuralEq for WidgetId"],["impl StructuralEq for Group"],["impl StructuralEq for EasingIn"],["impl StructuralEq for HorizontalOrder"],["impl StructuralEq for ButtonHoverBackground"],["impl StructuralEq for EventIgnored"],["impl StructuralEq for Easing"],["impl StructuralEq for WidgetTag"],["impl StructuralEq for Name"],["impl StructuralEq for HighlightColor"],["impl StructuralEq for LineHeight"],["impl StructuralEq for ConstraintLimit"],["impl StructuralEq for ComponentName"],["impl StructuralEq for StackDirection"],["impl StructuralEq for VisualOrder"],["impl StructuralEq for VerticalOrder"],["impl StructuralEq for IntrinsicPadding"],["impl StructuralEq for StackOrientation"],["impl StructuralEq for TextColor"]] +"gooey":[["impl StructuralEq for EventHandled"],["impl StructuralEq for PrimaryColor"],["impl StructuralEq for WidgetTag"],["impl StructuralEq for Generation"],["impl StructuralEq for ButtonBackground"],["impl StructuralEq for HorizontalOrder"],["impl StructuralEq for TextColor"],["impl StructuralEq for IntrinsicPadding"],["impl StructuralEq for TextSize"],["impl StructuralEq for EasingIn"],["impl StructuralEq for ButtonActiveBackground"],["impl StructuralEq for VisualOrder"],["impl StructuralEq for HighlightColor"],["impl StructuralEq for Group"],["impl StructuralEq for ButtonHoverBackground"],["impl StructuralEq for EventIgnored"],["impl StructuralEq for WidgetId"],["impl StructuralEq for Name"],["impl StructuralEq for EasingOut"],["impl StructuralEq for ConstraintLimit"],["impl StructuralEq for ComponentName"],["impl StructuralEq for StackDirection"],["impl StructuralEq for LineHeight"],["impl StructuralEq for Easing"],["impl StructuralEq for StackOrientation"],["impl StructuralEq for VerticalOrder"]] };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 6da46d3ef..2637e78b8 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 HorizontalOrder"],["impl StructuralPartialEq for HighlightColor"],["impl StructuralPartialEq for Group"],["impl StructuralPartialEq for TextColor"],["impl StructuralPartialEq for Easing"],["impl StructuralPartialEq for TextSize"],["impl StructuralPartialEq for EasingOut"],["impl StructuralPartialEq for ButtonBackground"],["impl StructuralPartialEq for IntrinsicPadding"],["impl StructuralPartialEq for ComponentName"],["impl StructuralPartialEq for StackOrientation"],["impl StructuralPartialEq for VerticalOrder"],["impl StructuralPartialEq for ButtonHoverBackground"],["impl StructuralPartialEq for ButtonActiveBackground"],["impl StructuralPartialEq for StackDirection"],["impl StructuralPartialEq for WidgetTag"],["impl StructuralPartialEq for Name"],["impl StructuralPartialEq for VisualOrder"],["impl StructuralPartialEq for Generation"],["impl StructuralPartialEq for ConstraintLimit"],["impl StructuralPartialEq for EventIgnored"],["impl StructuralPartialEq for EventHandled"],["impl StructuralPartialEq for WidgetId"],["impl StructuralPartialEq for LineHeight"],["impl StructuralPartialEq for EasingIn"]] +"gooey":[["impl StructuralPartialEq for WidgetId"],["impl StructuralPartialEq for IntrinsicPadding"],["impl StructuralPartialEq for EasingIn"],["impl StructuralPartialEq for Group"],["impl StructuralPartialEq for WidgetTag"],["impl StructuralPartialEq for ButtonBackground"],["impl StructuralPartialEq for TextColor"],["impl StructuralPartialEq for Easing"],["impl StructuralPartialEq for ComponentName"],["impl StructuralPartialEq for VisualOrder"],["impl StructuralPartialEq for StackOrientation"],["impl StructuralPartialEq for ButtonHoverBackground"],["impl StructuralPartialEq for VerticalOrder"],["impl StructuralPartialEq for ButtonActiveBackground"],["impl StructuralPartialEq for StackDirection"],["impl StructuralPartialEq for PrimaryColor"],["impl StructuralPartialEq for HighlightColor"],["impl StructuralPartialEq for TextSize"],["impl StructuralPartialEq for Name"],["impl StructuralPartialEq for Generation"],["impl StructuralPartialEq for HorizontalOrder"],["impl StructuralPartialEq for ConstraintLimit"],["impl StructuralPartialEq for EventIgnored"],["impl StructuralPartialEq for EventHandled"],["impl StructuralPartialEq for EasingOut"],["impl StructuralPartialEq for LineHeight"]] };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 ed3795fd8..ddc9909b8 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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl Sync for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl Sync for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> !Sync for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 PrimaryColor",1,["gooey::styles::components::PrimaryColor"]],["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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl Sync for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl Sync for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> !Sync for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 cb22f7f5c..b04033827 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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl Unpin for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl Unpin for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> Unpin for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 PrimaryColor",1,["gooey::styles::components::PrimaryColor"]],["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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl Unpin for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl Unpin for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> Unpin for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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/panic/unwind_safe/trait.RefUnwindSafe.js b/main/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js index e7871306b..c5dd760f9 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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl RefUnwindSafe for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl RefUnwindSafe for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> !RefUnwindSafe for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 PrimaryColor",1,["gooey::styles::components::PrimaryColor"]],["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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl RefUnwindSafe for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl RefUnwindSafe for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> !RefUnwindSafe for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 c8553ee78..628aca0c5 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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl UnwindSafe for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl UnwindSafe for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> !UnwindSafe for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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 PrimaryColor",1,["gooey::styles::components::PrimaryColor"]],["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 VisualOrder",1,["gooey::styles::components::VisualOrder"]],["impl UnwindSafe for HorizontalOrder",1,["gooey::styles::components::HorizontalOrder"]],["impl UnwindSafe for VerticalOrder",1,["gooey::styles::components::VerticalOrder"]],["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 WidgetTag",1,["gooey::widget::WidgetTag"]],["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<'window> !UnwindSafe for RunningWindow<'window>",1,["gooey::window::RunningWindow"]],["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/search-index.js b/main/search-index.js index e0e2b3806..7d04ebabd 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":"NQEDDNDGIDIALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMCLLLLLLLLLKLLAOLLLLLLLLLLLLLLLLLLLLLLLLLLALAAAKIQIDDIIDDNDIENIISDQDDIDSDLKLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKLALLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLMLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLDDDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLINDEDDIQINQDLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLNNEIIIDIQNDENNNDEEDNINNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLKKLLMLLLLLLMLLLLLLLLLMLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNDDDDEDNDNDDNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDNDNDDIIELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDGDRRIIDNNIDDDEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLKLKLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDCDDDDDCCDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNDEDELLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLMQDDGILLLLMLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLKLLLLLLLLLLLLLLL","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","fit_measured","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","ManageWidget","Managed","MapManagedWidget","Owned","Result","WidgetContext","activate","active","advance_focus","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","manage","map","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","window","window_mut","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","BottomToTop","Easing","EasingIn","EasingOut","HighlightColor","HorizontalOrder","IntrinsicPadding","LeftToRight","LineHeight","RightToLeft","TextColor","TextSize","TopToBottom","VerticalOrder","VisualOrder","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","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","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","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","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","downcast","downcast","downcast","eq","eq","eq","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","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","from","from","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","from_cast","horizontal","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_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_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","left_to_right","name","name","name","name","name","name","name","name","name","rev","rev","rev","right_to_left","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_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","vertical","BlockUntilUpdatedFuture","Constant","Dynamic","Dynamic","DynamicReader","Generation","IntoDynamic","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_dynamic","into_dynamic","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","with_for_each","Callback","Children","EventHandled","EventHandling","EventIgnored","HANDLED","IGNORED","MakeWidget","MakeWidgetWithId","ManagedWidget","Mounted","Unmounted","Widget","WidgetGuard","WidgetId","WidgetInstance","WidgetRef","WidgetTag","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","as_ref","as_ref","as_ref","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","into_window","invoke","is_empty","keyboard_input","last_layout","layout","len","lock","lock","make_root","make_widget","make_widget","make_with_id","manage","manage","manage","map","mounted","mounted","mouse_down","mouse_drag","mouse_up","mouse_wheel","new","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","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow_mut","borrow_mut","cast","cast","cast_into","cast_into","close_requested","default","deref","deref_mut","downcast","downcast","focused","for_widget","from","from","from_cast","from_cast","initialize","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_value","into_value","into_value","into_value","make_root","new","occluded","run","run","run_with","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_focused","with_occluded"],"q":[[0,"gooey"],[175,"gooey::animation"],[506,"gooey::animation::easings"],[1288,"gooey::context"],[1451,"gooey::styles"],[1777,"gooey::styles::components"],[2129,"gooey::value"],[2294,"gooey::widget"],[2623,"gooey::widgets"],[2871,"gooey::widgets::button"],[3009,"gooey::widgets::scroll"],[3066,"gooey::widgets::stack"],[3191,"gooey::widgets::stack::StackDimension"],[3192,"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, …","","","","","","","","","Converts measured to unsigned pixels, and adjusts it …","","","","","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.","A type chat can convert to a ManagedWidget through a …","The managed type, which can be Option<ManagedWidget> or …","A type that can produce another type when provided a …","An owned instance.","The result of the mapping operation.","A context for a widget.","Activates this widget, if it is not already active.","Returns true if this widget is currently the active widget.","Advances the focus from this widget to the next widget in …","","","","","","","","","","","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 …","Resolve self into a ManagedWidget.","Call map with a ManagedWidget.","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.","Returns the window containing this widget.","Returns an exclusive reference to the window containing …","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.","Describes an order starting at the bottom and proceeding …","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.","A horizontal direction.","Intrinsic, uniform padding for a widget.","Describes an order starting at the left and proceeding to …","The Dimension to use to space multiple lines of text.","Describes an order starting at the right and proceeding to …","The Color to use when rendering text.","The Dimension to use as the size to render text.","Describes an order starting at the top and proceeding to …","A vertical direction.","A 2d ordering configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","The ordering to apply horizontally.","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a left-to-right ordering.","","","","","","","","","","Returns the reverse ordering of self.","Returns the reverse order of self.","Returns the reverse order of self.","Returns a right-to-left ordering.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The ordering to apply vertically.","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 convert into a Dynamic<T>.","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).","","","","","","","","","","","","","","","","","Returns self as a dynamic.","","","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 …","Attaches for_each to this value so that it is invoked each …","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","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","A WidgetId that has not been assigned to a WidgetInstance.","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a new window containing self as the root widget.","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 a unique tag and its contained id.","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 dynamic that is updated whenever this window’s …","Returns a new instance using widget as its contents.","Returns the argument unchanged.","Returns the argument unchanged.","","","Return a new instance of this behavior using context.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Create the window’s root widget. This function is only …","Returns a new instance using context to initialize the …","Returns a dynamic that is updated whenever this window’s …","","Runs this behavior as an application.","Runs this behavior as an application, initialized with …","","","","","","","","","Sets focused to be the dynamic updated when this window’…","Sets occluded to be the dynamic updated when this window’…"],"i":[9,194,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,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,195,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,194,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,196,60,56,61,63,68,69,70,67,72,102,196,60,56,61,63,68,69,70,101,67,67,72,102,196,60,56,61,63,68,69,70,67,72,102,196,60,56,61,63,68,69,70,197,102,56,63,67,72,102,196,60,56,61,63,68,69,70,67,72,102,196,60,56,61,63,68,69,70,68,69,70,69,70,69,69,69,68,69,69,68,67,72,102,196,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,196,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,196,60,56,61,63,68,69,70,67,72,102,196,60,56,61,63,68,69,70,55,102,56,63,67,72,102,196,60,56,61,63,68,69,70,67,72,102,196,60,56,61,63,68,69,70,67,72,102,196,60,56,61,63,68,69,70,70,69,69,67,67,72,72,102,102,196,196,60,60,56,56,61,61,63,63,68,68,69,69,70,70,198,64,69,56,63,68,69,67,55,101,69,69,198,102,56,63,69,70,67,72,102,196,60,56,61,63,68,69,70,70,70,67,72,102,196,60,56,61,63,68,69,70,67,72,102,196,60,56,61,63,68,69,70,67,72,102,196,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,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,73,90,90,86,86,93,93,88,88,97,97,75,75,100,100,87,87,89,89,96,96,83,83,92,92,74,74,79,79,78,78,81,81,82,82,91,91,99,99,85,85,84,84,77,77,98,98,80,80,95,95,94,94,76,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,105,73,73,90,90,86,86,93,93,88,88,97,97,75,75,100,100,87,87,89,89,96,96,83,83,92,92,74,74,79,79,78,78,81,81,82,82,91,91,99,99,85,85,84,84,77,77,98,98,80,80,95,95,94,94,76,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,105,73,90,86,93,88,97,75,100,87,89,96,83,92,74,79,78,81,82,91,99,85,84,77,98,80,95,94,76,0,111,0,0,0,0,0,112,0,111,199,0,49,49,106,106,111,108,109,49,106,111,108,109,49,200,106,108,109,49,49,106,111,108,109,49,106,111,108,109,49,108,49,106,111,108,109,49,106,111,108,109,49,108,49,106,111,108,109,49,106,111,108,109,49,106,111,108,109,49,108,108,106,108,49,49,106,108,109,49,106,111,108,109,49,106,111,108,109,49,108,106,49,106,106,111,108,109,49,106,111,108,109,49,111,106,111,108,109,49,106,106,111,111,108,108,109,109,49,49,106,106,49,109,112,199,106,106,106,106,49,200,49,49,108,49,200,109,106,111,108,109,49,106,111,108,109,49,106,111,108,109,49,106,111,108,109,49,49,106,108,49,49,125,103,0,0,0,0,0,0,120,103,0,0,103,125,103,0,0,0,0,126,0,103,126,0,0,138,201,110,103,125,126,127,128,129,130,138,201,110,103,125,126,127,128,129,130,138,201,110,103,125,126,127,128,129,130,138,201,110,103,125,126,127,128,129,130,130,138,201,110,103,125,126,127,128,129,130,138,201,110,103,125,126,127,128,129,130,110,103,125,126,127,128,129,130,110,103,125,126,127,128,129,130,0,110,125,126,130,121,120,138,201,110,103,125,126,127,127,128,129,130,128,129,128,128,128,129,129,129,110,103,125,126,127,128,129,130,138,201,110,103,103,103,103,103,103,125,125,125,125,126,126,126,127,128,129,130,130,130,138,201,110,103,125,126,127,128,129,130,110,126,126,110,110,129,128,110,110,138,201,110,103,125,126,127,128,129,130,138,201,110,103,125,126,127,128,129,130,138,201,110,103,125,126,127,128,129,130,138,201,110,103,125,126,127,128,129,130,202,126,127,125,126,130,138,110,126,126,138,138,201,201,110,110,103,103,125,125,125,126,126,126,127,127,128,128,129,129,130,130,130,128,203,135,201,129,129,129,110,127,128,129,138,130,130,110,103,125,126,127,128,129,130,130,138,201,110,103,125,126,126,127,128,129,130,202,126,127,138,201,110,103,125,126,127,128,129,130,138,201,110,103,125,126,127,128,129,130,130,138,201,110,103,125,126,127,128,129,130,110,130,110,130,130,130,130,130,150,0,0,0,0,0,0,149,0,149,0,0,150,0,0,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,141,142,143,144,145,146,147,148,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,141,141,142,142,142,143,143,143,144,144,144,145,145,145,146,146,146,147,147,147,148,148,148,107,107,107,149,149,149,150,150,150,141,142,143,144,145,146,147,148,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,107,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,141,142,142,143,143,144,144,145,145,146,146,147,147,148,148,107,107,149,149,150,150,107,141,142,143,144,145,146,147,148,107,107,149,150,107,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,141,142,143,144,145,146,147,148,107,149,150,107,0,41,0,41,0,0,0,0,0,123,151,153,152,41,123,151,153,152,41,151,123,151,153,152,41,123,151,153,152,41,123,151,153,152,41,123,151,153,152,41,123,151,152,41,123,151,152,41,123,123,152,41,123,151,153,152,41,123,151,41,152,152,152,152,123,151,153,152,41,123,123,151,151,153,152,41,123,151,153,152,41,123,41,123,151,41,123,151,153,152,41,123,151,153,152,41,123,151,153,152,41,123,151,153,152,41,152,193,123,153,123,170,123,123,123,151,151,153,153,152,152,41,41,41,41,123,123,41,123,151,123,152,153,41,123,123,123,151,152,41,123,123,151,153,152,41,123,151,153,152,41,123,151,153,152,41,123,151,153,152,41,123,151,123,123,0,0,0,0,0,0,0,0,0,0,159,159,0,0,0,0,0,0,167,167,119,165,164,160,161,118,119,162,159,158,163,165,164,160,161,118,119,162,159,158,163,118,119,159,167,165,164,160,161,118,119,162,159,158,163,165,164,160,161,118,119,162,159,158,163,165,164,160,161,118,119,162,159,158,163,165,164,160,161,118,119,162,159,158,163,160,161,118,119,159,158,160,161,118,119,159,158,167,162,162,163,165,164,160,161,118,119,162,159,158,163,164,164,160,161,118,119,119,158,163,160,160,160,161,161,161,118,118,118,158,158,158,163,163,163,165,160,161,118,119,162,159,158,163,167,119,165,164,160,161,118,119,162,159,158,158,163,165,164,160,161,118,119,162,159,158,163,162,158,167,167,119,118,119,163,167,118,165,164,160,161,118,119,162,159,158,163,165,164,160,161,118,119,162,159,158,163,160,161,118,119,162,159,158,163,165,164,160,161,118,119,162,159,158,163,160,161,158,165,165,164,164,160,160,161,161,118,118,119,119,162,162,159,159,158,158,163,163,168,165,162,167,119,167,162,118,119,118,168,118,204,118,119,159,119,167,159,167,167,167,167,165,118,162,159,163,118,119,119,119,162,167,118,118,160,161,118,119,159,158,165,164,160,161,118,119,162,159,158,163,165,164,160,161,118,119,162,159,158,163,165,164,160,161,118,119,162,159,158,163,167,163,167,165,164,160,161,118,119,162,159,158,163,162,118,168,118,168,162,0,0,0,0,0,0,0,0,0,0,0,172,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,172,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,0,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,173,174,175,177,172,173,174,178,175,171,176,176,172,177,172,173,174,178,175,171,176,172,176,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,175,175,172,172,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,173,174,178,175,171,176,177,172,173,174,178,175,171,176,177,177,172,172,173,173,174,174,178,178,175,175,171,171,176,176,172,176,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,171,172,172,176,177,172,173,174,178,171,176,172,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,0,0,172,178,177,176,175,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,177,172,173,174,178,175,171,176,174,174,175,175,0,0,0,0,182,182,182,183,184,185,182,183,184,185,182,182,183,184,185,182,183,184,185,182,183,184,185,182,183,184,185,183,184,185,183,184,185,182,183,184,185,183,184,185,182,183,184,185,183,184,185,183,183,183,184,184,184,185,185,185,182,183,184,185,182,182,183,184,185,182,183,184,185,182,182,182,183,184,185,182,183,184,185,183,184,185,182,183,184,185,183,184,185,182,182,183,183,184,184,185,185,182,182,182,182,182,182,182,182,182,183,184,185,182,182,182,182,182,183,184,185,182,183,184,185,182,183,184,185,182,183,184,185,182,182,183,184,185,0,0,186,187,186,187,186,187,186,187,186,187,186,187,186,186,186,187,187,186,187,186,187,187,187,187,186,187,186,187,186,187,186,187,186,186,187,187,187,187,187,187,186,187,187,187,187,186,187,186,187,186,187,187,186,187,187,189,190,190,190,189,0,0,0,0,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,188,189,190,191,188,188,191,191,188,189,190,188,189,188,188,188,189,189,189,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,188,189,190,191,191,188,188,189,189,190,190,191,191,191,191,188,191,188,191,188,188,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,191,188,189,190,205,192,0,0,0,0,124,166,124,166,166,124,166,124,166,124,166,124,166,192,166,124,124,124,166,124,166,124,166,124,166,192,124,166,124,166,166,124,166,124,124,166,166,192,166,124,166,192,192,124,166,124,166,124,166,124,166,166,166],"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],[[9,11,29],4],[[7,30],31],[[8,30],31],[[10,30],31],[[9,30],31],[[]],[32,7],[[]],[33,7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[8,34],8],[[7,35]],[3,36],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[8,42],43],0,0,[9,4],[[3,[23,[[22,[11]]]]],[[12,[11]]]],[[3,24,25],[[12,[11]]]],[36,3],[[[23,[[44,[33]]]]],7],[[45,[0,[46,47]]],8],[48,8],[3,[[5,[6]]]],[[8,49]],[[],50],[3,29],[3,[[51,[4]]]],0,0,[[9,4]],[[48,[0,[46,47]]],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]]]],[45,[[57,[45]]]],[[[60,[58,59]],45],[[57,[45]]]],[[[61,[55,55]],45],[[57,[45]]]],[[[63,[62]],45],[[57,[45]]]],[[],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,47,66]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[38,[62]]]],[[],[[38,[62,37]]]],[[],[[38,[62,37]]]],[[],[[38,[62,37]]]],[[],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,69],28],[[69,17],28],[[],28],[[],28],[[],28],[[]],[[[72,[[0,[64,65,47,66]]]]]],[[68,30],31],[[69,30],31],[[70,30],31],[[]],[[]],[[[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]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],103],[[]],[69,17],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[104],[17],[[69,69,17],69],[[55,55],[[56,[55,55]]]],[[[0,[46,47,66]]],63],[[],68],[17,69],0,[[[0,[46,47,66]]],63],[45,[[102,[105]]]],[[69,17],[[16,[71]]]],[[69,69],[[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,47,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],[73,73],[90,90],[86,86],[93,93],[88,88],[97,97],[75,75],[100,100],[87,87],[89,89],[96,96],[83,83],[92,92],[74,74],[79,79],[78,78],[81,81],[82,82],[91,91],[99,99],[85,85],[84,84],[77,77],[98,98],[80,80],[95,95],[94,94],[76,76],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[105,69],17],[69,17],[[73,69],17],[69,17],[[90,69],17],[69,17],[[86,69],17],[69,17],[[93,69],17],[[88,69],17],[69,17],[[97,69],17],[69,17],[[75,69],17],[69,17],[[100,69],17],[69,17],[[87,69],17],[69,17],[69,17],[[89,69],17],[69,17],[[96,69],17],[[83,69],17],[69,17],[[92,69],17],[69,17],[[74,69],17],[69,17],[69,17],[[79,69],17],[69,17],[[78,69],17],[69,17],[[81,69],17],[69,17],[[82,69],17],[[91,69],17],[69,17],[[99,69],17],[69,17],[69,17],[[85,69],17],[69,17],[[84,69],17],[[77,69],17],[69,17],[[98,69],17],[69,17],[69,17],[[80,69],17],[[95,69],17],[69,17],[69,17],[[94,69],17],[[76,69],17],[69,17],[[105,30],31],[[73,30],31],[[90,30],31],[[86,30],31],[[93,30],31],[[88,30],31],[[97,30],31],[[75,30],31],[[100,30],31],[[87,30],31],[[89,30],31],[[96,30],31],[[83,30],31],[[92,30],31],[[74,30],31],[[79,30],31],[[78,30],31],[[81,30],31],[[82,30],31],[[91,30],31],[[99,30],31],[[85,30],31],[[84,30],31],[[77,30],31],[[98,30],31],[[80,30],31],[[95,30],31],[[94,30],31],[[76,30],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[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,0,0,0,0,[49,28],[49,28],[[106,107]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],106],[106,106],[108,106],[109,109],[[49,110]],[49,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[108,108],[49,49],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[108,[5,[6]]],108],[49,28],[106],[111],[108],[109],[49],[106],[111],[108],[109],[49],[[]],[[]],[[]],[[]],[[]],[108],[[108,110]],[106],[108],[49],[49,28],[[106,112]],[[108,112]],[[109,112]],[[49,112]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[106,[14,[6]]],28],[49,28],[[106,113],43],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[106,114,42,28],43],0,[49,[[16,[[5,[6]]]]]],[[109,[51,[9]]],[[51,[4]]]],[49],[54],[[106,[14,[6]],114,115],43],[[106,[14,[6]],114,115]],[[106,[16,[[14,[6]]]],114,115]],[[106,114,116,117],43],[49,28],[118,119],[[49,120]],[[49,[122,[121]]],110],[108],[[49,123]],[119],[[109,119,[5,[6]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[49,119],0,0,[49,124],[49,124],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],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[110,110],[103,103],[125,125],[126,126],[127,127],[128,128],[129,129],[[[130,[65]]],[[130,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],110],[[],125],[[],126],[[],[[130,[131]]]],[[],103],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[127,[[16,[[0,[132,47,66]]]]]],[[]],[[]],[[]],[[]],[[128,128],28],[[129,129],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[110,30],31],[[103,30],31],[[125,30],31],[[126,30],31],[[127,30],31],[[128,30],31],[[129,30],31],[[[130,[132]],30],31],[[]],[[]],[[]],[126,103],[[]],[70,103],[6,103],[133,103],[25,103],[133,125],[[]],[126,125],[6,125],[6,126],[[]],[133,126],[[]],[[]],[[]],[134],[65,[[130,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[34,110],[[133,29],126],[[6,29],126],[[110,[0,[135,104]]],[[16,[103]]]],[[110,[0,[120,104]]]],0,[[128,35]],[[110,135,[23,[103]]]],[[110,129,[23,[103]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],103],[[],103],[127,103],[[]],[[]],[[]],[[]],[110],[[126,29],133],[[126,29],6],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[125,[[41,[[130,[125]]]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[126,[[41,[[130,[126]]]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],0,[128,28],[[],7],[[],[[44,[129]]]],[[],7],[129,[[44,[129]]]],0,[[[23,[7]]],129],[[],110],[[[0,[136,137,132,47,66]]],127],[[],128],[[128,[23,[7]]],129],[138,16],0,[[[130,[[0,[139,20]]]]],[[51,[[0,[139,20]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[103,[[52,[126]]]],[[],52],[[],52],[[],52],[[],52],[103,[[52,[103]]]],[103,[[52,[103]]]],[103,[[52,[127,103]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[[23,[126]]],[[130,[126]]]],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[110,135,[23,[103]]],110],[[130,23],130],[140,110],[[[130,[65]],[23,[65]]],[[130,[65]]]],[[130,23],130],[[130,23],130],[[130,23],130],[[[130,[65]],[23,[65]]],[[130,[65]]]],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],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[141,141],[142,142],[143,143],[144,144],[145,145],[146,146],[147,147],[148,148],[107,107],[149,149],[150,150],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[141,126],[142,126],[143,25],[144,25],[145,126],[146],[147],[148],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[141,141],28],[[142,142],28],[[143,143],28],[[144,144],28],[[145,145],28],[[146,146],28],[[147,147],28],[[148,148],28],[[107,107],28],[[149,149],28],[[150,150],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],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[141,30],31],[[142,30],31],[[143,30],31],[[144,30],31],[[145,30],31],[[146,30],31],[[147,30],31],[[148,30],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],107],[141,[[44,[129]]]],[142,[[44,[129]]]],[143,[[44,[129]]]],[144,[[44,[129]]]],[145,[[44,[129]]]],[146,[[44,[129]]]],[147,[[44,[129]]]],[148,[[44,[129]]]],[107,[[44,[129]]]],[107,107],[149,149],[150,150],[[],107],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],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],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[151,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[123,123],[151,151],[152,152],[[[41,[65]]],[[41,[65]]]],[[]],[[]],[[]],[[]],[123,151],[[],[[123,[131]]]],[[],152],[[],[[41,[131]]]],[[]],[[]],[[]],[[]],[[]],[123],[151],[[],41],[[152,152],28],[[],28],[[],28],[[],28],[[[123,[132]],30],31],[[[151,[132]],30],31],[[[153,[132]],30],31],[[152,30],31],[[[41,[132]],30],31],[[123,[0,[46,47]]]],[[]],[[]],[123,151],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[123,152],[41,[[16,[152]]]],[[[123,[65]]],65],[[[151,[65]]],65],[[[41,[65]]],65],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[],123],[123,123],[[]],[123,151],[[],41],[123,41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[41,41],[[41,54]],[[123,[0,[46,47]]],[[123,[47]]]],[[123,54]],[[41,54]],[[123,54]],[[151,54]],[[],123],[152,152],[[[154,[153]],155],156],[[41,49]],[123],[123],[[]],[[]],[[]],[[]],[[[123,[[0,[64,65,47,66]]]],[0,[64,65,47,66]]],[[67,[[0,[64,65,47,66]]]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[[123,[157]],157]],[151,153],[[123,54]],[[123,[0,[46,47]]],123],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[106,28],[106],[119,28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[118,158],[119,158],[159,158],[106],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[160,160],[161,161],[118,118],[119,119],[159,159],[158,158],[[]],[[]],[[]],[[]],[[]],[[]],[106],[[],162],[162],[163],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[164,16],[164,16],[[160,160],28],[[161,161],28],[[118,118],28],[[119,118],28],[[119,119],28],[[158,158],28],[[163,163],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[165,30],31],[[160,30],31],[[161,30],31],[[118,30],31],[[119,30],31],[[162,30],31],[[159,30],31],[[158,30],31],[[163,30],31],[106],[119,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[163,158],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[34,162],[[158,35]],[[[14,[6]],106],28],[[[14,[6]],106]],[119,28],[118,158],[119,158],[163,158],[[113,106],43],[124,118],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[166,[118]]]],[165],[162,28],[[114,42,28,106],43],[119,[[16,[[5,[6]]]]]],[[[51,[9]],109],[[51,[4]]]],[162,140],[118,164],[119,164],[118,118],[[],118],[118,118],[163,118],[[118,49]],[[119,49]],[[159,49]],[[119,54]],[106],[[159,106],119],[[[14,[6]],114,115,106],43],[[[14,[6]],114,115,106]],[[[16,[[14,[6]]]],114,115,106]],[[114,116,117,106],43],[[[0,[46,47,137]]],165],[167,118],[[],162],[168,159],[[]],[118,[[16,[158]]]],[119,[[16,[119]]]],[119,[[16,[119]]]],[119,28],[[162,168]],[108],[118,50],[[],[[52,[169]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[],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],[[],163],[106],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[140,162],[[167,163],118],[[[170,[[16,[158]]]]],118],[[118,[170,[[16,[158]]]]],118],[[104,[23,[110]]],171],[[162,168],162],0,0,0,0,0,0,0,0,0,0,0,[[172,106],28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[172,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[168,173],[174,159],[175,159],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[123,176],[[],172],[[177,30],31],[[172,30],31],[[173,30],31],[[174,30],31],[[178,30],31],[[175,30],31],[[171,30],31],[[[176,[132]],30],31],[[172,106]],[[176,[170,[179]]],176],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[23,[126]],168],175],0,[[172,[14,[6]],106],28],[[172,113,106],43],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[172,114,42,28,106],43],[[[176,[180]],114,42,28,106],43],[[177,[51,[9]],109],[[51,[4]]]],[[172,[51,[9]],109],[[51,[4]]]],[[173,[51,[9]],109],[[51,[4]]]],[[174,[51,[9]],109],[[51,[4]]]],[[178,[51,[9]],109],[[51,[4]]]],[[175,[51,[9]],109],[[51,[4]]]],[[171,[51,[9]],109],[[51,[4]]]],[[[176,[180]],[51,[9]],109],[[51,[4]]]],[[],118],[[],118],[[],118],[[],118],[[],118],[[],118],[[],118],[[],118],[163,118],[163,118],[163,118],[163,118],[163,118],[163,118],[163,118],[163,118],[[171,106]],[[172,[14,[6]],114,115,106],43],[[172,[14,[6]],114,115,106]],[[[176,[180]],114,116,117,106],43],[[[0,[46,47,137]]],177],[[[170,[32]]],172],[[[170,[[130,[125]]]],168],173],[168,174],[[[170,[32]]],178],[[[23,[110]],168],171],[[],176],[[172,[0,[46,47,137]]],172],[[177,108]],[[172,108]],[[173,108]],[[174,108]],[[178,108]],[[175,108]],[[171,108]],[[[176,[180]],108]],[[],[[52,[169]]]],[[],[[52,[169]]]],[[],[[52,[169]]]],[[],[[52,[169]]]],[[],[[52,[169]]]],[[],[[52,[169]]]],[[],[[52,[169]]]],[[],[[52,[169]]]],0,0,0,0,[[177,8],177],[[176,8],176],[[[51,[[23,[126]]]],168],175],[[],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,[[181,168],174],[[[23,[126]],168],175],0,0,0,0,0,[[182,106],28],[[182,106]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[182,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[183,183],[184,184],[185,185],[[]],[[]],[[]],[[182,106]],[[],103],[[],103],[[],103],[183,25],[184,25],[185,25],[[]],[[]],[[]],[[]],[[183,183],28],[[184,184],28],[[185,185],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[182,30],31],[[183,30],31],[[184,30],31],[[185,30],31],[[182,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[182,[14,[6]],106],28],[[182,[14,[6]],106]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[182,114,42,28,106],43],0,[[182,[51,[9]],109],[[51,[4]]]],[[],118],[163,118],[[182,[14,[6]],114,115,106],43],[[182,[14,[6]],114,115,106]],[[182,[16,[[14,[6]]]],114,115,106]],[[],7],[183,[[44,[129]]]],[184,[[44,[129]]]],[185,[[44,[129]]]],[[[170,[32]]],182],[[182,[0,[46,47,137]]],182],0,[[182,108]],[[],[[52,[169]]]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[182,106]],[[],16],[[],16],[[],16],[[],16],0,0,[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[],2],[[],2],[[]],[[]],[[],103],[186],[[]],[[]],[[187,30],31],[[]],[[]],[[]],[[]],[[187,[14,[6]],106],28],[168,187],[[187,[14,[6]],106]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[187,[51,[9]],109],[[51,[4]]]],[[],118],[163,118],[[187,114,116,117,106],43],[186,[[44,[129]]]],[[],7],[168,187],[[187,108]],[[],[[52,[169]]]],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[187,106]],[[],16],[[],16],[168,187],0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],0,[188,188],[189,189],[190,190],[[]],[[]],[[]],[[[170,[162]]],191],[[],188],[[],188],0,[[]],[[]],[[]],[[]],[[188,188],28],[[189,189],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[191,30],31],[[188,30],31],[[189,30],31],[[190,30],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[191,[51,[9]],109],[[51,[4]]]],[[],118],[163,118],[[[170,[188]],[170,[162]]],191],0,[[191,108]],0,[[[170,[162]]],191],[[],188],[[],188],[[],[[52,[169]]]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],0,[[]],[[]],[[]],[[]],[[],2],[[],2],[[]],[[]],[124,28],[[],[[166,[192]]]],[124],[124],[[]],[[]],[124,[[123,[28]]]],[167,[[166,[118]]]],[[]],[[]],[[]],[[]],[124],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],118],[[],[[166,[192]]]],[124,[[123,[28]]]],[[[166,[192]]],50],[[],50],[[],50],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],16],[[],16],[[[166,[118]],[193,[28]]],[[166,[118]]]],[[[166,[118]],[193,[28]]],[[166,[118]]]]],"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,"Fraction"],[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,"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,"EaseOutSine"],[3,"EaseInOutQuintic"],[3,"EaseOutCubic"],[3,"EaseOutBounce"],[3,"EaseInOutBack"],[3,"EaseOutExponential"],[3,"EaseInExponential"],[3,"EaseOutElastic"],[3,"EaseInOutExponential"],[3,"EaseInCircular"],[3,"EaseInQuintic"],[3,"EaseOutBack"],[3,"EaseInBack"],[3,"EaseInQuadradic"],[3,"EaseInQuartic"],[3,"EaseInOutQuadradic"],[3,"EaseOutQuartic"],[3,"EaseInOutSine"],[3,"EaseOutCircular"],[3,"EaseOutQuintic"],[3,"EaseOutQuadradic"],[3,"EaseInBounce"],[3,"EaseInOutElastic"],[3,"EaseInOutQuartic"],[3,"EaseInCubic"],[3,"EaseInElastic"],[3,"EaseInOutCircular"],[3,"EaseInOutCubic"],[8,"AnimationTarget"],[3,"Animation"],[4,"Component"],[8,"Sized"],[3,"Linear"],[3,"EventContext"],[3,"VisualOrder"],[3,"GraphicsContext"],[3,"LayoutContext"],[3,"Styles"],[4,"Exclusive"],[8,"ManageWidget"],[4,"Ime"],[3,"DeviceId"],[4,"MouseButton"],[4,"MouseScrollDelta"],[4,"TouchPhase"],[3,"WidgetInstance"],[3,"ManagedWidget"],[8,"ComponentDefinition"],[8,"ComponentDefaultvalue"],[15,"slice"],[3,"Dynamic"],[3,"RunningWindow"],[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"],[4,"HorizontalOrder"],[4,"VerticalOrder"],[3,"DynamicReader"],[3,"Generation"],[3,"BlockUntilUpdatedFuture"],[3,"Pin"],[3,"Context"],[4,"Poll"],[8,"Eq"],[3,"WidgetId"],[4,"WidgetRef"],[3,"EventHandled"],[3,"EventIgnored"],[3,"Children"],[3,"WidgetTag"],[3,"WidgetGuard"],[3,"Callback"],[3,"Window"],[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"],[8,"IntoDynamic"],[8,"WithClone"],[8,"Run"],[3,"BoxedAnimation"],[8,"BoxAnimate"],[8,"Spawn"],[8,"MapManagedWidget"],[8,"AsEventContext"],[4,"Global"],[8,"ComponentType"],[8,"ComponentGroup"],[8,"MakeWidgetWithId"],[13,"Fractional"]]}\ +"gooey":{"doc":"Gooey is considered experimental and unsupported crate …","t":"NQEDDNDGIDIALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMCLLLLLLLLLKLLAOLLLLLLLLLLLLLLLLLLLLLLLLLLALAAAKIQIDDIIDDNDIENIISDQDDIDSDLKLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKLALLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLMLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLDDDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLINDEDDIQINQDLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLNNEIIIDIQNDENNNDEEDNINNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLKKLLMLLLLLLMLLLLLLLLLMLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNDDDDEDNDDNDDNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDNDNDDIIELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDGDRRIIDNNIDDDEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLKLKLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDCDDDDDCCDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNDEDELLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLMQDDGILLLLMLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLKLLLLLLLLLLLLLLL","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","fit_measured","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","ManageWidget","Managed","MapManagedWidget","Owned","Result","WidgetContext","activate","active","advance_focus","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","is_default","is_escape","keyboard_input","kludgine","last_layout","layout","manage","map","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","window","window_mut","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","BottomToTop","Easing","EasingIn","EasingOut","HighlightColor","HorizontalOrder","IntrinsicPadding","LeftToRight","LineHeight","PrimaryColor","RightToLeft","TextColor","TextSize","TopToBottom","VerticalOrder","VisualOrder","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","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","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","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","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_component_value","default_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","downcast","downcast","downcast","downcast","eq","eq","eq","eq","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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","horizontal","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_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_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","left_to_right","name","name","name","name","name","name","name","name","name","name","rev","rev","rev","right_to_left","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_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","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","vertical","BlockUntilUpdatedFuture","Constant","Dynamic","Dynamic","DynamicReader","Generation","IntoDynamic","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_dynamic","into_dynamic","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","with_for_each","Callback","Children","EventHandled","EventHandling","EventIgnored","HANDLED","IGNORED","MakeWidget","MakeWidgetWithId","ManagedWidget","Mounted","Unmounted","Widget","WidgetGuard","WidgetId","WidgetInstance","WidgetRef","WidgetTag","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","as_ref","as_ref","as_ref","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_default","into_default","into_escape","into_escape","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_window","invoke","is_default","is_empty","is_escape","keyboard_input","last_layout","layout","len","lock","lock","make_root","make_widget","make_widget","make_with_id","manage","manage","manage","map","mounted","mounted","mouse_down","mouse_drag","mouse_up","mouse_wheel","new","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","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dynamic","empty","empty","fit_horizontally","fit_vertically","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","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow_mut","borrow_mut","cast","cast","cast_into","cast_into","close_requested","default","deref","deref_mut","downcast","downcast","focused","for_widget","from","from","from_cast","from_cast","initialize","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_value","into_value","into_value","into_value","make_root","new","occluded","run","run","run_with","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_focused","with_occluded"],"q":[[0,"gooey"],[175,"gooey::animation"],[506,"gooey::animation::easings"],[1288,"gooey::context"],[1453,"gooey::styles"],[1779,"gooey::styles::components"],[2163,"gooey::value"],[2328,"gooey::widget"],[2663,"gooey::widgets"],[2916,"gooey::widgets::button"],[3054,"gooey::widgets::scroll"],[3111,"gooey::widgets::stack"],[3236,"gooey::widgets::stack::StackDimension"],[3237,"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, …","","","","","","","","","Converts measured to unsigned pixels, and adjusts it …","","","","","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.","A type chat can convert to a ManagedWidget through a …","The managed type, which can be Option<ManagedWidget> or …","A type that can produce another type when provided a …","An owned instance.","The result of the mapping operation.","A context for a widget.","Activates this widget, if it is not already active.","Returns true if this widget is currently the active widget.","Advances the focus from this widget to the next widget in …","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","Returns true if this widget is the target to activate when …","Returns true if this widget is the target to activate when …","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 …","Resolve self into a ManagedWidget.","Call map with a ManagedWidget.","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.","Returns the window containing this widget.","Returns an exclusive reference to the window containing …","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.","Describes an order starting at the bottom and proceeding …","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.","A horizontal direction.","Intrinsic, uniform padding for a widget.","Describes an order starting at the left and proceeding to …","The Dimension to use to space multiple lines of text.","A Color to be used as a highlight color.","Describes an order starting at the right and proceeding to …","The Color to use when rendering text.","The Dimension to use as the size to render text.","Describes an order starting at the top and proceeding to …","A vertical direction.","A 2d ordering configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","The ordering to apply horizontally.","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a left-to-right ordering.","","","","","","","","","","","Returns the reverse ordering of self.","Returns the reverse order of self.","Returns the reverse order of self.","Returns a right-to-left ordering.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The ordering to apply vertically.","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 convert into a Dynamic<T>.","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).","","","","","","","","","","","","","","","","","Returns self as a dynamic.","","","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 …","Attaches for_each to this value so that it is invoked each …","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","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","A WidgetId that has not been assigned to a WidgetInstance.","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets this widget as a “default” widget.","Sets this widget as a “default” widget.","Sets this widget as an “escape” widget.","Sets this widget as an “escape” widget.","","","","","","","","","","","","","","","","","","","","","Returns a new window containing self as the root widget.","Invokes the wrapped function and returns the produced …","Returns true if this is a default widget.","Returns true if there are no widgets in this list.","Returns true if this is an escape widget.","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 a unique tag and its contained id.","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.","Returns a widget that expands to fill its parent, but has …","Sets the left and right edges to 0 and returns self.","Sets the top and bottom edges to 0 and returns self.","","","","","","","","","","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 dynamic that is updated whenever this window’s …","Returns a new instance using widget as its contents.","Returns the argument unchanged.","Returns the argument unchanged.","","","Return a new instance of this behavior using context.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Create the window’s root widget. This function is only …","Returns a new instance using context to initialize the …","Returns a dynamic that is updated whenever this window’s …","","Runs this behavior as an application.","Runs this behavior as an application, initialized with …","","","","","","","","","Sets focused to be the dynamic updated when this window’…","Sets occluded to be the dynamic updated when this window’…"],"i":[9,195,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,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,196,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,195,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,197,60,56,61,63,68,69,70,67,72,102,197,60,56,61,63,68,69,70,101,67,67,72,102,197,60,56,61,63,68,69,70,67,72,102,197,60,56,61,63,68,69,70,198,102,56,63,67,72,102,197,60,56,61,63,68,69,70,67,72,102,197,60,56,61,63,68,69,70,68,69,70,69,70,69,69,69,68,69,69,68,67,72,102,197,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,197,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,197,60,56,61,63,68,69,70,67,72,102,197,60,56,61,63,68,69,70,55,102,56,63,67,72,102,197,60,56,61,63,68,69,70,67,72,102,197,60,56,61,63,68,69,70,67,72,102,197,60,56,61,63,68,69,70,70,69,69,67,67,72,72,102,102,197,197,60,60,56,56,61,61,63,63,68,68,69,69,70,70,199,64,69,56,63,68,69,67,55,101,69,69,199,102,56,63,69,70,67,72,102,197,60,56,61,63,68,69,70,70,70,67,72,102,197,60,56,61,63,68,69,70,67,72,102,197,60,56,61,63,68,69,70,67,72,102,197,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,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,87,78,78,97,97,91,91,100,100,79,79,75,75,77,77,80,80,73,73,86,86,93,93,95,95,99,99,88,88,85,85,76,76,96,96,81,81,92,92,90,90,89,89,83,83,94,94,74,74,82,82,98,98,84,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,105,87,87,78,78,97,97,91,91,100,100,79,79,75,75,77,77,80,80,73,73,86,86,93,93,95,95,99,99,88,88,85,85,76,76,96,96,81,81,92,92,90,90,89,89,83,83,94,94,74,74,82,82,98,98,84,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,105,87,78,97,91,100,79,75,77,80,73,86,93,95,99,88,85,76,96,81,92,90,89,83,94,74,82,98,84,0,111,0,0,0,0,0,112,0,111,200,0,49,49,106,106,111,108,109,49,106,111,108,109,49,201,106,108,109,49,49,106,111,108,109,49,106,111,108,109,49,108,49,106,111,108,109,49,106,111,108,109,49,108,49,106,111,108,109,49,106,111,108,109,49,106,111,108,109,49,108,108,106,108,49,49,106,108,109,49,106,111,108,109,49,106,111,108,109,49,108,106,49,106,106,111,108,109,49,106,111,108,109,49,111,106,111,108,109,49,106,106,111,111,108,108,109,109,49,49,49,49,106,106,49,109,112,200,106,106,106,106,49,201,49,49,108,49,201,109,106,111,108,109,49,106,111,108,109,49,106,111,108,109,49,106,111,108,109,49,49,106,108,49,49,125,103,0,0,0,0,0,0,120,103,0,0,103,125,103,0,0,0,0,126,0,103,126,0,0,138,202,110,103,125,126,127,128,129,130,138,202,110,103,125,126,127,128,129,130,138,202,110,103,125,126,127,128,129,130,138,202,110,103,125,126,127,128,129,130,130,138,202,110,103,125,126,127,128,129,130,138,202,110,103,125,126,127,128,129,130,110,103,125,126,127,128,129,130,110,103,125,126,127,128,129,130,0,110,125,126,130,121,120,138,202,110,103,125,126,127,127,128,129,130,128,129,128,128,128,129,129,129,110,103,125,126,127,128,129,130,138,202,110,103,103,103,103,103,103,125,125,125,125,126,126,126,127,128,129,130,130,130,138,202,110,103,125,126,127,128,129,130,110,126,126,110,110,129,128,110,110,138,202,110,103,125,126,127,128,129,130,138,202,110,103,125,126,127,128,129,130,138,202,110,103,125,126,127,128,129,130,138,202,110,103,125,126,127,128,129,130,203,126,127,125,126,130,138,110,126,126,138,138,202,202,110,110,103,103,125,125,125,126,126,126,127,127,128,128,129,129,130,130,130,128,204,135,202,129,129,129,110,127,128,129,138,130,130,110,103,125,126,127,128,129,130,130,138,202,110,103,125,126,126,127,128,129,130,203,126,127,138,202,110,103,125,126,127,128,129,130,138,202,110,103,125,126,127,128,129,130,130,138,202,110,103,125,126,127,128,129,130,110,130,110,130,130,130,130,130,151,0,0,0,0,0,0,150,0,0,150,0,0,151,0,0,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,141,142,143,144,145,146,147,148,149,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,141,141,142,142,142,143,143,143,144,144,144,145,145,145,146,146,146,147,147,147,148,148,148,149,149,149,107,107,107,150,150,150,151,151,151,141,142,143,144,145,146,147,148,149,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,107,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,141,142,142,143,143,144,144,145,145,146,146,147,147,148,148,149,149,107,107,150,150,151,151,107,141,142,143,144,145,146,147,148,149,107,107,150,151,107,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,141,142,143,144,145,146,147,148,149,107,150,151,107,0,41,0,41,0,0,0,0,0,123,152,154,153,41,123,152,154,153,41,152,123,152,154,153,41,123,152,154,153,41,123,152,154,153,41,123,152,154,153,41,123,152,153,41,123,152,153,41,123,123,153,41,123,152,154,153,41,123,152,41,153,153,153,153,123,152,154,153,41,123,123,152,152,154,153,41,123,152,154,153,41,123,41,123,152,41,123,152,154,153,41,123,152,154,153,41,123,152,154,153,41,123,152,154,153,41,153,194,123,154,123,171,123,123,123,152,152,154,154,153,153,41,41,41,41,123,123,41,123,152,123,153,154,41,123,123,123,152,153,41,123,123,152,154,153,41,123,152,154,153,41,123,152,154,153,41,123,152,154,153,41,123,152,123,123,0,0,0,0,0,0,0,0,0,0,160,160,0,0,0,0,0,0,168,168,119,166,165,161,162,118,119,163,160,159,164,166,165,161,162,118,119,163,160,159,164,118,119,160,168,166,165,161,162,118,119,163,160,159,164,166,165,161,162,118,119,163,160,159,164,166,165,161,162,118,119,163,160,159,164,166,165,161,162,118,119,163,160,159,164,161,162,118,119,160,159,161,162,118,119,160,159,168,163,163,164,166,165,161,162,118,119,163,160,159,164,165,165,161,162,118,119,119,159,164,161,161,161,162,162,162,118,118,118,159,159,159,164,164,164,166,161,162,118,119,163,160,159,164,168,119,166,165,161,162,118,119,163,160,159,159,164,166,165,161,162,118,119,163,160,159,164,163,159,168,168,119,118,119,164,168,118,166,165,161,162,118,119,163,160,159,164,166,165,161,162,118,119,163,160,159,164,161,162,118,119,163,160,159,164,166,165,161,162,118,119,163,160,159,164,161,162,159,169,118,169,118,166,166,165,165,161,161,162,162,118,118,119,119,163,163,160,160,159,159,164,164,169,166,118,163,118,168,119,168,163,118,119,118,169,118,205,118,119,160,119,168,160,168,168,168,168,166,118,163,160,164,118,119,119,119,163,168,118,118,161,162,118,119,160,159,166,165,161,162,118,119,163,160,159,164,166,165,161,162,118,119,163,160,159,164,166,165,161,162,118,119,163,160,159,164,168,164,168,166,165,161,162,118,119,163,160,159,164,163,118,169,118,169,163,0,0,0,0,0,0,0,0,0,0,0,173,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,173,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,0,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,174,175,176,173,175,178,173,174,175,179,176,172,177,177,173,175,174,174,178,173,174,175,179,176,172,177,173,177,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,176,176,173,173,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,174,175,179,176,172,177,178,173,174,175,179,176,172,177,178,178,173,173,174,174,175,175,179,179,176,176,172,172,177,177,173,177,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,172,173,173,177,178,173,174,175,179,172,177,173,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,0,0,173,179,178,177,176,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,178,173,174,175,179,176,172,177,175,175,176,176,0,0,0,0,183,183,183,184,185,186,183,184,185,186,183,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,186,184,185,186,184,185,186,183,184,185,186,184,185,186,183,184,185,186,184,185,186,184,184,184,185,185,185,186,186,186,183,184,185,186,183,183,184,185,186,183,184,185,186,183,183,183,184,185,186,183,184,185,186,184,185,186,183,184,185,186,184,185,186,183,183,184,184,185,185,186,186,183,183,183,183,183,183,183,183,183,184,185,186,183,183,183,183,183,184,185,186,183,184,185,186,183,184,185,186,183,184,185,186,183,183,184,185,186,0,0,187,188,187,188,187,188,187,188,187,188,187,188,187,187,187,188,188,187,188,187,188,188,188,188,187,188,187,188,187,188,187,188,187,187,188,188,188,188,188,188,187,188,188,188,188,187,188,187,188,187,188,188,187,188,188,190,191,191,191,190,0,0,0,0,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,189,190,191,192,189,189,192,192,189,190,191,189,190,189,189,189,190,190,190,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,189,190,191,192,192,189,189,190,190,191,191,192,192,192,192,189,192,189,192,189,189,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,192,189,190,191,206,193,0,0,0,0,124,167,124,167,167,124,167,124,167,124,167,124,167,193,167,124,124,124,167,124,167,124,167,124,167,193,124,167,124,167,167,124,167,124,124,167,167,193,167,124,167,193,193,124,167,124,167,124,167,124,167,167,167],"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],[[9,11,29],4],[[7,30],31],[[8,30],31],[[10,30],31],[[9,30],31],[[]],[32,7],[[]],[33,7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[8,34],8],[[7,35]],[3,36],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[8,42],43],0,0,[9,4],[[3,[23,[[22,[11]]]]],[[12,[11]]]],[[3,24,25],[[12,[11]]]],[36,3],[[[23,[[44,[32]]]]],7],[[45,[0,[46,47]]],8],[48,8],[3,[[5,[6]]]],[[8,49]],[[],50],[3,29],[3,[[51,[4]]]],0,0,[[9,4]],[[48,[0,[46,47]]],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]]]],[45,[[57,[45]]]],[[[60,[58,59]],45],[[57,[45]]]],[[[61,[55,55]],45],[[57,[45]]]],[[[63,[62]],45],[[57,[45]]]],[[],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,47,66]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[38,[62]]]],[[],[[38,[62,37]]]],[[],[[38,[62,37]]]],[[],[[38,[62,37]]]],[[],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,69],28],[[69,17],28],[[],28],[[],28],[[],28],[[]],[[[72,[[0,[64,65,47,66]]]]]],[[68,30],31],[[69,30],31],[[70,30],31],[[]],[[[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]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],103],[[]],[69,17],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[104],[17],[[69,69,17],69],[[55,55],[[56,[55,55]]]],[[[0,[46,47,66]]],63],[[],68],[17,69],0,[[[0,[46,47,66]]],63],[45,[[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,47,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],[87,87],[78,78],[97,97],[91,91],[100,100],[79,79],[75,75],[77,77],[80,80],[73,73],[86,86],[93,93],[95,95],[99,99],[88,88],[85,85],[76,76],[96,96],[81,81],[92,92],[90,90],[89,89],[83,83],[94,94],[74,74],[82,82],[98,98],[84,84],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[105,69],17],[[87,69],17],[69,17],[69,17],[[78,69],17],[69,17],[[97,69],17],[[91,69],17],[69,17],[69,17],[[100,69],17],[69,17],[[79,69],17],[69,17],[[75,69],17],[69,17],[[77,69],17],[[80,69],17],[69,17],[69,17],[[73,69],17],[69,17],[[86,69],17],[69,17],[[93,69],17],[69,17],[[95,69],17],[69,17],[[99,69],17],[69,17],[[88,69],17],[69,17],[[85,69],17],[69,17],[[76,69],17],[69,17],[[96,69],17],[69,17],[[81,69],17],[69,17],[[92,69],17],[69,17],[[90,69],17],[69,17],[[89,69],17],[69,17],[[83,69],17],[[94,69],17],[69,17],[69,17],[[74,69],17],[[82,69],17],[69,17],[69,17],[[98,69],17],[[84,69],17],[69,17],[[105,30],31],[[87,30],31],[[78,30],31],[[97,30],31],[[91,30],31],[[100,30],31],[[79,30],31],[[75,30],31],[[77,30],31],[[80,30],31],[[73,30],31],[[86,30],31],[[93,30],31],[[95,30],31],[[99,30],31],[[88,30],31],[[85,30],31],[[76,30],31],[[96,30],31],[[81,30],31],[[92,30],31],[[90,30],31],[[89,30],31],[[83,30],31],[[94,30],31],[[74,30],31],[[82,30],31],[[98,30],31],[[84,30],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[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,0,0,0,0,[49,28],[49,28],[[106,107]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],106],[106,106],[108,106],[109,109],[[49,110]],[49,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[108,108],[49,49],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[108,[5,[6]]],108],[49,28],[106],[111],[108],[109],[49],[106],[111],[108],[109],[49],[[]],[[]],[[]],[[]],[[]],[108],[[108,110]],[106],[108],[49],[49,28],[[106,112]],[[108,112]],[[109,112]],[[49,112]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[106,[14,[6]]],28],[49,28],[[106,113],43],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[49,28],[49,28],[[106,114,42,28],43],0,[49,[[16,[[5,[6]]]]]],[[109,[51,[9]]],[[51,[4]]]],[49],[54],[[106,[14,[6]],114,115],43],[[106,[14,[6]],114,115]],[[106,[16,[[14,[6]]]],114,115]],[[106,114,116,117],43],[49,28],[118,119],[[49,120]],[[49,[122,[121]]],110],[108],[[49,123]],[119],[[109,119,[5,[6]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[49,119],0,0,[49,124],[49,124],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],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[110,110],[103,103],[125,125],[126,126],[127,127],[128,128],[129,129],[[[130,[65]]],[[130,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],110],[[],125],[[],126],[[],[[130,[131]]]],[[],103],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[127,[[16,[[0,[132,47,66]]]]]],[[]],[[]],[[]],[[]],[[128,128],28],[[129,129],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[110,30],31],[[103,30],31],[[125,30],31],[[126,30],31],[[127,30],31],[[128,30],31],[[129,30],31],[[[130,[132]],30],31],[[]],[[]],[[]],[[]],[133,103],[25,103],[126,103],[6,103],[70,103],[6,125],[[]],[126,125],[133,125],[6,126],[[]],[133,126],[[]],[[]],[[]],[65,[[130,[65]]]],[[]],[134],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[34,110],[[133,29],126],[[6,29],126],[[110,[0,[135,104]]],[[16,[103]]]],[[110,[0,[120,104]]]],0,[[128,35]],[[110,135,[23,[103]]]],[[110,129,[23,[103]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],103],[[],103],[127,103],[[]],[[]],[[]],[[]],[110],[[126,29],133],[[126,29],6],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[125,[[41,[[130,[125]]]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[126,[[41,[[130,[126]]]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],0,[128,28],[[],7],[[],[[44,[129]]]],[[],7],[129,[[44,[129]]]],0,[[[23,[7]]],129],[[],110],[[[0,[136,137,132,47,66]]],127],[[],128],[[128,[23,[7]]],129],[138,16],0,[[[130,[[0,[139,20]]]]],[[51,[[0,[139,20]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],52],[[],52],[[],52],[[],52],[[],52],[103,[[52,[126]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[103,[[52,[103]]]],[103,[[52,[103]]]],[103,[[52,[127,103]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[],53],[[[23,[126]]],[[130,[126]]]],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[110,135,[23,[103]]],110],[[130,23],130],[140,110],[[[130,[65]],[23,[65]]],[[130,[65]]]],[[130,23],130],[[130,23],130],[[130,23],130],[[[130,[65]],[23,[65]]],[[130,[65]]]],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],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[141,141],[142,142],[143,143],[144,144],[145,145],[146,146],[147,147],[148,148],[149,149],[107,107],[150,150],[151,151],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[[],103],[141,126],[142,126],[143,25],[144,25],[145,25],[146,126],[147],[148],[149],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[141,141],28],[[142,142],28],[[143,143],28],[[144,144],28],[[145,145],28],[[146,146],28],[[147,147],28],[[148,148],28],[[149,149],28],[[107,107],28],[[150,150],28],[[151,151],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],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[141,30],31],[[142,30],31],[[143,30],31],[[144,30],31],[[145,30],31],[[146,30],31],[[147,30],31],[[148,30],31],[[149,30],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],107],[141,[[44,[129]]]],[142,[[44,[129]]]],[143,[[44,[129]]]],[144,[[44,[129]]]],[145,[[44,[129]]]],[146,[[44,[129]]]],[147,[[44,[129]]]],[148,[[44,[129]]]],[149,[[44,[129]]]],[107,[[44,[129]]]],[107,107],[150,150],[151,151],[[],107],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],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],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[152,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[123,123],[152,152],[153,153],[[[41,[65]]],[[41,[65]]]],[[]],[[]],[[]],[[]],[123,152],[[],[[123,[131]]]],[[],153],[[],[[41,[131]]]],[[]],[[]],[[]],[[]],[[]],[123],[152],[[],41],[[153,153],28],[[],28],[[],28],[[],28],[[[123,[132]],30],31],[[[152,[132]],30],31],[[[154,[132]],30],31],[[153,30],31],[[[41,[132]],30],31],[[123,[0,[46,47]]]],[[]],[123,152],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[123,153],[41,[[16,[153]]]],[[[123,[65]]],65],[[[152,[65]]],65],[[[41,[65]]],65],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[],123],[123,123],[[]],[123,152],[[],41],[[],[[41,[16]]]],[123,41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[41,41],[[],41],[[41,54]],[[123,[0,[46,47]]],[[123,[47]]]],[[123,54]],[[41,54]],[[123,54]],[[152,54]],[[],123],[153,153],[[[155,[154]],156],157],[[41,49]],[123],[123],[[]],[[]],[[]],[[]],[[[123,[[0,[64,65,47,66]]]],[0,[64,65,47,66]]],[[67,[[0,[64,65,47,66]]]]]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],[[],16],[[[123,[158]],158]],[152,154],[[123,54]],[[123,[0,[46,47]]],123],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[106,28],[106],[119,28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[118,159],[119,159],[160,159],[106],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[161,161],[162,162],[118,118],[119,119],[160,160],[159,159],[[]],[[]],[[]],[[]],[[]],[[]],[106],[[],163],[163],[164],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[165,16],[165,16],[[161,161],28],[[162,162],28],[[118,118],28],[[119,119],28],[[119,118],28],[[159,159],28],[[164,164],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[166,30],31],[[161,30],31],[[162,30],31],[[118,30],31],[[119,30],31],[[163,30],31],[[160,30],31],[[159,30],31],[[164,30],31],[106],[119,28],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[164,159],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[34,163],[[159,35]],[[[14,[6]],106],28],[[[14,[6]],106]],[119,28],[118,159],[119,159],[164,159],[[113,106],43],[124,118],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[],118],[118,118],[[],118],[118,118],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[167,[118]]]],[166],[118,28],[163,28],[118,28],[[114,42,28,106],43],[119,[[16,[[5,[6]]]]]],[[[51,[9]],109],[[51,[4]]]],[163,140],[118,165],[119,165],[118,118],[[],118],[118,118],[164,118],[[118,49]],[[119,49]],[[160,49]],[[119,54]],[106],[[160,106],119],[[[14,[6]],114,115,106],43],[[[14,[6]],114,115,106]],[[[16,[[14,[6]]]],114,115,106]],[[114,116,117,106],43],[[[0,[46,47,137]]],166],[168,118],[[],163],[169,160],[[]],[118,[[16,[159]]]],[119,[[16,[119]]]],[119,[[16,[119]]]],[119,28],[[163,169]],[108],[[],[[52,[170]]]],[118,50],[[]],[[]],[[]],[[]],[[]],[[]],[[],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],[[],164],[106],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[140,163],[[168,164],118],[[[171,[[16,[159]]]]],118],[[118,[171,[[16,[159]]]]],118],[[104,[23,[110]]],172],[[163,169],163],0,0,0,0,0,0,0,0,0,0,0,[[173,106],28],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[173,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[169,174],[175,[[16,[160]]]],[176,160],[[],173],[[],175],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[123,177],[[],173],[[],175],[174,174],[174,174],[[178,30],31],[[173,30],31],[[174,30],31],[[175,30],31],[[179,30],31],[[176,30],31],[[172,30],31],[[[177,[132]],30],31],[[173,106]],[[177,[171,[180]]],177],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[23,[126]],169],176],0,[[173,[14,[6]],106],28],[[173,113,106],43],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[173,114,42,28,106],43],[[[177,[181]],114,42,28,106],43],[[178,[51,[9]],109],[[51,[4]]]],[[173,[51,[9]],109],[[51,[4]]]],[[174,[51,[9]],109],[[51,[4]]]],[[175,[51,[9]],109],[[51,[4]]]],[[179,[51,[9]],109],[[51,[4]]]],[[176,[51,[9]],109],[[51,[4]]]],[[172,[51,[9]],109],[[51,[4]]]],[[[177,[181]],[51,[9]],109],[[51,[4]]]],[[],118],[[],118],[[],118],[[],118],[[],118],[[],118],[[],118],[[],118],[164,118],[164,118],[164,118],[164,118],[164,118],[164,118],[164,118],[164,118],[[172,106]],[[173,[14,[6]],114,115,106],43],[[173,[14,[6]],114,115,106]],[[[177,[181]],114,116,117,106],43],[[[0,[46,47,137]]],178],[[[171,[33]]],173],[[[171,[[130,[125]]]],169],174],[169,175],[[[171,[33]]],179],[[[23,[110]],169],172],[[],177],[[173,[0,[46,47,137]]],173],[[178,108]],[[173,108]],[[174,108]],[[175,108]],[[179,108]],[[176,108]],[[172,108]],[[[177,[181]],108]],[[],[[52,[170]]]],[[],[[52,[170]]]],[[],[[52,[170]]]],[[],[[52,[170]]]],[[],[[52,[170]]]],[[],[[52,[170]]]],[[],[[52,[170]]]],[[],[[52,[170]]]],0,0,0,0,[[178,8],178],[[177,8],177],[[[51,[[23,[126]]]],169],176],[[],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,[[182,169],175],[[[23,[126]],169],176],0,0,0,0,0,[[183,106],28],[[183,106]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[183,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],[184,184],[185,185],[186,186],[[]],[[]],[[]],[[183,106]],[[],103],[[],103],[[],103],[184,25],[185,25],[186,25],[[]],[[]],[[]],[[]],[[184,184],28],[[185,185],28],[[186,186],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[183,30],31],[[184,30],31],[[185,30],31],[[186,30],31],[[183,106]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[183,[14,[6]],106],28],[[183,[14,[6]],106]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],41],[[],[[41,[16]]]],[[183,114,42,28,106],43],0,[[183,[51,[9]],109],[[51,[4]]]],[[],118],[164,118],[[183,[14,[6]],114,115,106],43],[[183,[14,[6]],114,115,106]],[[183,[16,[[14,[6]]]],114,115,106]],[[],7],[184,[[44,[129]]]],[185,[[44,[129]]]],[186,[[44,[129]]]],[[[171,[33]]],183],[[183,[0,[46,47,137]]],183],0,[[183,108]],[[],[[52,[170]]]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[183,106]],[[],16],[[],16],[[],16],[[],16],0,0,[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[],2],[[],2],[[]],[[]],[[],103],[187],[[]],[[]],[[188,30],31],[[]],[[]],[[]],[[]],[[188,[14,[6]],106],28],[169,188],[[188,[14,[6]],106]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[188,[51,[9]],109],[[51,[4]]]],[[],118],[164,118],[[188,114,116,117,106],43],[187,[[44,[129]]]],[[],7],[169,188],[[188,108]],[[],[[52,[170]]]],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[188,106]],[[],16],[[],16],[169,188],0,0,0,0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],2],[[],2],[[],2],[[],2],[[]],[[]],[[]],[[]],0,[189,189],[190,190],[191,191],[[]],[[]],[[]],[[[171,[163]]],192],[[],189],[[],189],0,[[]],[[]],[[]],[[]],[[189,189],28],[[190,190],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[192,30],31],[[189,30],31],[[190,30],31],[[191,30],31],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[]],[[]],[[]],[[],41],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[192,[51,[9]],109],[[51,[4]]]],[[],118],[164,118],[[[171,[189]],[171,[163]]],192],0,[[192,108]],0,[[[171,[163]]],192],[[],189],[[],189],[[],[[52,[170]]]],[[]],[[]],[[]],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],53],[[],53],[[],16],[[],16],[[],16],[[],16],0,0,0,0,0,0,[[],1],[[],1],[[],1],[[],1],0,[[]],[[]],[[]],[[]],[[],2],[[],2],[[]],[[]],[124,28],[[],[[167,[193]]]],[124],[124],[[]],[[]],[124,[[123,[28]]]],[168,[[167,[118]]]],[[]],[[]],[[]],[[]],[124],[[]],[[]],[[[38,[37]]],[[38,[1,37]]]],[[[38,[37]]],[[38,[1,37]]]],[[[39,[37]]],[[39,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[[40,[37]]],[[40,[1,37]]]],[[],[[41,[16]]]],[[],41],[[],[[41,[16]]]],[[],41],[[],118],[[],[[167,[193]]]],[124,[[123,[28]]]],[[[167,[193]]],50],[[],50],[[],50],[[],52],[[],52],[[],52],[[],52],[[],53],[[],53],[[],16],[[],16],[[[167,[118]],[194,[28]]],[[167,[118]]]],[[[167,[118]],[194,[28]]],[[167,[118]]]]],"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,"Fraction"],[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,"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,"EaseOutQuartic"],[3,"EaseOutElastic"],[3,"EaseOutCubic"],[3,"EaseInOutExponential"],[3,"EaseInOutCubic"],[3,"EaseInOutSine"],[3,"EaseInCubic"],[3,"EaseInQuartic"],[3,"EaseOutCircular"],[3,"EaseInOutElastic"],[3,"EaseInOutBack"],[3,"EaseOutBounce"],[3,"EaseOutExponential"],[3,"EaseInOutQuartic"],[3,"EaseOutSine"],[3,"EaseInExponential"],[3,"EaseOutBack"],[3,"EaseInBack"],[3,"EaseOutQuadradic"],[3,"EaseInOutCircular"],[3,"EaseInQuintic"],[3,"EaseInElastic"],[3,"EaseOutQuintic"],[3,"EaseInCircular"],[3,"EaseInQuadradic"],[3,"EaseInBounce"],[3,"EaseInOutQuintic"],[3,"EaseInOutQuadradic"],[8,"AnimationTarget"],[3,"Animation"],[4,"Component"],[8,"Sized"],[3,"Linear"],[3,"EventContext"],[3,"VisualOrder"],[3,"GraphicsContext"],[3,"LayoutContext"],[3,"Styles"],[4,"Exclusive"],[8,"ManageWidget"],[4,"Ime"],[3,"DeviceId"],[4,"MouseButton"],[4,"MouseScrollDelta"],[4,"TouchPhase"],[3,"WidgetInstance"],[3,"ManagedWidget"],[8,"ComponentDefinition"],[8,"ComponentDefaultvalue"],[15,"slice"],[3,"Dynamic"],[3,"RunningWindow"],[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,"PrimaryColor"],[3,"HighlightColor"],[3,"IntrinsicPadding"],[3,"Easing"],[3,"EasingIn"],[3,"EasingOut"],[4,"HorizontalOrder"],[4,"VerticalOrder"],[3,"DynamicReader"],[3,"Generation"],[3,"BlockUntilUpdatedFuture"],[3,"Pin"],[3,"Context"],[4,"Poll"],[8,"Eq"],[3,"WidgetId"],[4,"WidgetRef"],[3,"EventHandled"],[3,"EventIgnored"],[3,"Children"],[3,"WidgetTag"],[3,"WidgetGuard"],[3,"Callback"],[3,"Window"],[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"],[8,"IntoDynamic"],[8,"WithClone"],[8,"Run"],[3,"BoxedAnimation"],[8,"BoxAnimate"],[8,"Spawn"],[8,"MapManagedWidget"],[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 24e52a608..85291fa52 100644 --- a/main/src/gooey/context.rs.html +++ b/main/src/gooey/context.rs.html @@ -1024,6 +1024,28 @@ 1024 1025 1026 +1027 +1028 +1029 +1030 +1031 +1032 +1033 +1034 +1035 +1036 +1037 +1038 +1039 +1040 +1041 +1042 +1043 +1044 +1045 +1046 +1047 +1048
    //! Types that provide access to the Gooey runtime.
     use std::ops::{Deref, DerefMut};
     use std::sync::atomic::{AtomicBool, Ordering};
    @@ -1831,6 +1853,28 @@
             self.pending_state.focus.as_ref() == Some(&self.current_node)
         }
     
    +    /// Returns true if this widget is the target to activate when the user
    +    /// triggers a default action.
    +    ///
    +    /// See
    +    /// [`MakeWidget::into_default()`](crate::widget::MakeWidget::into_default)
    +    /// for more information.
    +    #[must_use]
    +    pub fn is_default(&self) -> bool {
    +        self.current_node.tree.default_widget() == Some(self.current_node.id())
    +    }
    +
    +    /// Returns true if this widget is the target to activate when the user
    +    /// triggers an escape action.
    +    ///
    +    /// See
    +    /// [`MakeWidget::into_escape()`](crate::widget::MakeWidget::into_escape)
    +    /// for more information.
    +    #[must_use]
    +    pub fn is_escape(&self) -> bool {
    +        self.current_node.tree.escape_widget() == Some(self.current_node.id())
    +    }
    +
         /// Returns the widget this context is for.
         #[must_use]
         pub const fn widget(&self) -> &ManagedWidget {
    diff --git a/main/src/gooey/styles/components.rs.html b/main/src/gooey/styles/components.rs.html
    index 97495101f..dec86106f 100644
    --- a/main/src/gooey/styles/components.rs.html
    +++ b/main/src/gooey/styles/components.rs.html
    @@ -266,6 +266,24 @@
     266
     267
     268
    +269
    +270
    +271
    +272
    +273
    +274
    +275
    +276
    +277
    +278
    +279
    +280
    +281
    +282
    +283
    +284
    +285
    +286
     
    //! All style components supported by the built-in widgets.
     use std::borrow::Cow;
     
    @@ -331,6 +349,24 @@
         }
     }
     
    +/// A [`Color`] to be used as a highlight color.
    +#[derive(Clone, Copy, Eq, PartialEq, Debug)]
    +pub struct PrimaryColor;
    +
    +impl NamedComponent for PrimaryColor {
    +    fn name(&self) -> Cow<'_, ComponentName> {
    +        Cow::Owned(ComponentName::named::<Global>("primary_color"))
    +    }
    +}
    +
    +impl ComponentDefinition for PrimaryColor {
    +    type ComponentType = Color;
    +
    +    fn default_value(&self) -> Color {
    +        Color::BLUE
    +    }
    +}
    +
     /// A [`Color`] to be used as a highlight color.
     #[derive(Clone, Copy, Eq, PartialEq, Debug)]
     pub struct HighlightColor;
    diff --git a/main/src/gooey/tree.rs.html b/main/src/gooey/tree.rs.html
    index ab60cf890..b2dbbc0ca 100644
    --- a/main/src/gooey/tree.rs.html
    +++ b/main/src/gooey/tree.rs.html
    @@ -409,6 +409,39 @@
     409
     410
     411
    +412
    +413
    +414
    +415
    +416
    +417
    +418
    +419
    +420
    +421
    +422
    +423
    +424
    +425
    +426
    +427
    +428
    +429
    +430
    +431
    +432
    +433
    +434
    +435
    +436
    +437
    +438
    +439
    +440
    +441
    +442
    +443
    +444
     
    use std::collections::HashMap;
     use std::mem;
     use std::sync::{Arc, Mutex, PoisonError};
    @@ -443,6 +476,12 @@
                     styles: None,
                 },
             );
    +        if widget.is_default() {
    +            data.defaults.push(id);
    +        }
    +        if widget.is_escape() {
    +            data.escapes.push(id);
    +        }
             if let Some(parent) = parent {
                 let parent = data.nodes.get_mut(&parent.id()).expect("missing parent");
                 parent.children.push(id);
    @@ -459,6 +498,13 @@
         pub fn remove_child(&self, child: &ManagedWidget, parent: &ManagedWidget) {
             let mut data = self.data.lock().map_or_else(PoisonError::into_inner, |g| g);
             data.remove_child(child.id(), parent.id());
    +
    +        if child.widget.is_default() {
    +            data.defaults.retain(|id| *id != child.id());
    +        }
    +        if child.widget.is_escape() {
    +            data.escapes.retain(|id| *id != child.id());
    +        }
         }
     
         pub(crate) fn set_layout(&self, widget: WidgetId, rect: Rect<Px>) {
    @@ -615,6 +661,24 @@
                 .hover
         }
     
    +    pub fn default_widget(&self) -> Option<WidgetId> {
    +        self.data
    +            .lock()
    +            .map_or_else(PoisonError::into_inner, |g| g)
    +            .defaults
    +            .last()
    +            .copied()
    +    }
    +
    +    pub fn escape_widget(&self) -> Option<WidgetId> {
    +        self.data
    +            .lock()
    +            .map_or_else(PoisonError::into_inner, |g| g)
    +            .escapes
    +            .last()
    +            .copied()
    +    }
    +
         pub fn is_hovered(&self, id: WidgetId) -> bool {
             let data = self.data.lock().map_or_else(PoisonError::into_inner, |g| g);
             let mut search = data.hover;
    @@ -695,6 +759,8 @@
         active: Option<WidgetId>,
         focus: Option<WidgetId>,
         hover: Option<WidgetId>,
    +    defaults: Vec<WidgetId>,
    +    escapes: Vec<WidgetId>,
         render_order: Vec<WidgetId>,
         previous_focuses: HashMap<WidgetId, WidgetId>,
     }
    diff --git a/main/src/gooey/widget.rs.html b/main/src/gooey/widget.rs.html
    index 0513ff320..73ef64b75 100644
    --- a/main/src/gooey/widget.rs.html
    +++ b/main/src/gooey/widget.rs.html
    @@ -718,6 +718,114 @@
     718
     719
     720
    +721
    +722
    +723
    +724
    +725
    +726
    +727
    +728
    +729
    +730
    +731
    +732
    +733
    +734
    +735
    +736
    +737
    +738
    +739
    +740
    +741
    +742
    +743
    +744
    +745
    +746
    +747
    +748
    +749
    +750
    +751
    +752
    +753
    +754
    +755
    +756
    +757
    +758
    +759
    +760
    +761
    +762
    +763
    +764
    +765
    +766
    +767
    +768
    +769
    +770
    +771
    +772
    +773
    +774
    +775
    +776
    +777
    +778
    +779
    +780
    +781
    +782
    +783
    +784
    +785
    +786
    +787
    +788
    +789
    +790
    +791
    +792
    +793
    +794
    +795
    +796
    +797
    +798
    +799
    +800
    +801
    +802
    +803
    +804
    +805
    +806
    +807
    +808
    +809
    +810
    +811
    +812
    +813
    +814
    +815
    +816
    +817
    +818
    +819
    +820
    +821
    +822
    +823
    +824
    +825
    +826
    +827
    +828
     
    //! Types for creating reusable widgets (aka components or views).
     
     use std::any::Any;
    @@ -914,6 +1022,34 @@
         fn with_next_focus(self, next_focus: impl IntoValue<Option<WidgetId>>) -> WidgetInstance {
             self.make_widget().with_next_focus(next_focus)
         }
    +
    +    /// Sets this widget as a "default" widget.
    +    ///
    +    /// Default widgets are automatically activated when the user signals they
    +    /// are ready for the default action to occur.
    +    ///
    +    /// Example widgets this is used for are:
    +    ///
    +    /// - Submit buttons on forms
    +    /// - Ok buttons
    +    #[must_use]
    +    fn into_default(self) -> WidgetInstance {
    +        self.make_widget().into_default()
    +    }
    +
    +    /// Sets this widget as an "escape" widget.
    +    ///
    +    /// Escape widgets are automatically activated when the user signals they
    +    /// are ready to escape their current situation.
    +    ///
    +    /// Example widgets this is used for are:
    +    ///
    +    /// - Close buttons
    +    /// - Cancel buttons
    +    #[must_use]
    +    fn into_escape(self) -> WidgetInstance {
    +        self.make_widget().into_escape()
    +    }
     }
     
     /// A type that can create a [`WidgetInstance`] with a preallocated
    @@ -985,9 +1121,16 @@
     /// An instance of a [`Widget`].
     #[derive(Clone, Debug)]
     pub struct WidgetInstance {
    +    data: Arc<WidgetInstanceData>,
    +}
    +
    +#[derive(Debug)]
    +struct WidgetInstanceData {
         id: WidgetId,
    -    widget: Arc<Mutex<dyn AnyWidget>>,
    +    default: bool,
    +    cancel: bool,
         next_focus: Value<Option<WidgetId>>,
    +    widget: Box<Mutex<dyn AnyWidget>>,
     }
     
     impl WidgetInstance {
    @@ -998,9 +1141,13 @@
             W: Widget,
         {
             Self {
    -            id: id.into(),
    -            widget: Arc::new(Mutex::new(widget)),
    -            next_focus: Value::default(),
    +            data: Arc::new(WidgetInstanceData {
    +                id: id.into(),
    +                next_focus: Value::default(),
    +                default: false,
    +                cancel: false,
    +                widget: Box::new(Mutex::new(widget)),
    +            }),
             }
         }
     
    @@ -1015,19 +1162,70 @@
         /// Returns the unique id of this widget instance.
         #[must_use]
         pub fn id(&self) -> WidgetId {
    -        self.id
    +        self.data.id
         }
     
         /// Sets the widget that should be focused next.
         ///
         /// Gooey automatically determines reverse tab order by using this same
         /// relationship.
    +    ///
    +    /// # Panics
    +    ///
    +    /// This function can only be called when one instance of the widget exists.
    +    /// If any clones exist, a panic will occur.
         #[must_use]
         pub fn with_next_focus(
             mut self,
             next_focus: impl IntoValue<Option<WidgetId>>,
         ) -> WidgetInstance {
    -        self.next_focus = next_focus.into_value();
    +        let data = Arc::get_mut(&mut self.data)
    +            .expect("with_next_focus can only be called on newly created widget instances");
    +        data.next_focus = next_focus.into_value();
    +        self
    +    }
    +
    +    /// Sets this widget as a "default" widget.
    +    ///
    +    /// Default widgets are automatically activated when the user signals they
    +    /// are ready for the default action to occur.
    +    ///
    +    /// Example widgets this is used for are:
    +    ///
    +    /// - Submit buttons on forms
    +    /// - Ok buttons
    +    ///
    +    /// # Panics
    +    ///
    +    /// This function can only be called when one instance of the widget exists.
    +    /// If any clones exist, a panic will occur.
    +    #[must_use]
    +    pub fn into_default(mut self) -> WidgetInstance {
    +        let data = Arc::get_mut(&mut self.data)
    +            .expect("with_next_focus can only be called on newly created widget instances");
    +        data.default = true;
    +        self
    +    }
    +
    +    /// Sets this widget as an "escape" widget.
    +    ///
    +    /// Escape widgets are automatically activated when the user signals they
    +    /// are ready to escape their current situation.
    +    ///
    +    /// Example widgets this is used for are:
    +    ///
    +    /// - Close buttons
    +    /// - Cancel buttons
    +    ///
    +    /// # Panics
    +    ///
    +    /// This function can only be called when one instance of the widget exists.
    +    /// If any clones exist, a panic will occur.
    +    #[must_use]
    +    pub fn into_escape(mut self) -> WidgetInstance {
    +        let data = Arc::get_mut(&mut self.data)
    +            .expect("with_next_focus can only be called on newly created widget instances");
    +        data.cancel = true;
             self
         }
     
    @@ -1036,7 +1234,8 @@
         /// occur due to other widget locks being held.
         pub fn lock(&self) -> WidgetGuard<'_> {
             WidgetGuard(
    -            self.widget
    +            self.data
    +                .widget
                     .lock()
                     .map_or_else(PoisonError::into_inner, |g| g),
             )
    @@ -1053,12 +1252,29 @@
         /// This value comes from [`MakeWidget::with_next_focus()`].
         #[must_use]
         pub fn next_focus(&self) -> Option<WidgetId> {
    -        self.next_focus.get()
    +        self.data.next_focus.get()
    +    }
    +
    +    /// Returns true if this is a default widget.
    +    ///
    +    /// See [`MakeWidget::into_default()`] for more information.
    +    #[must_use]
    +    pub fn is_default(&self) -> bool {
    +        self.data.default
    +    }
    +
    +    /// Returns true if this is an escape widget.
    +    ///
    +    /// See [`MakeWidget::into_escape()`] for more information.
    +    #[must_use]
    +    pub fn is_escape(&self) -> bool {
    +        self.data.cancel
         }
     }
    +
     impl AsRef<WidgetId> for WidgetInstance {
         fn as_ref(&self) -> &WidgetId {
    -        &self.id
    +        &self.data.id
         }
     }
     
    @@ -1066,7 +1282,7 @@
     
     impl PartialEq for WidgetInstance {
         fn eq(&self, other: &Self) -> bool {
    -        Arc::ptr_eq(&self.widget, &other.widget)
    +        Arc::ptr_eq(&self.data, &other.data)
         }
     }
     
    @@ -1155,7 +1371,7 @@
         /// Returns the unique id of this widget instance.
         #[must_use]
         pub fn id(&self) -> WidgetId {
    -        self.widget.id
    +        self.widget.id()
         }
     
         /// Returns the next widget to focus after this widget.
    diff --git a/main/src/gooey/widgets/align.rs.html b/main/src/gooey/widgets/align.rs.html
    index b2fc4c963..6ba211e24 100644
    --- a/main/src/gooey/widgets/align.rs.html
    +++ b/main/src/gooey/widgets/align.rs.html
    @@ -164,13 +164,33 @@
     164
     165
     166
    +167
    +168
    +169
    +170
    +171
    +172
    +173
    +174
    +175
    +176
    +177
    +178
    +179
    +180
    +181
    +182
    +183
    +184
    +185
    +186
     
    use std::fmt::Debug;
     
     use kludgine::figures::units::UPx;
     use kludgine::figures::{Fraction, IntoSigned, IntoUnsigned, Point, Rect, ScreenScale, Size};
     
     use crate::context::{AsEventContext, GraphicsContext, LayoutContext};
    -use crate::styles::{Edges, FlexibleDimension};
    +use crate::styles::{Dimension, Edges, FlexibleDimension};
     use crate::value::{IntoValue, Value};
     use crate::widget::{MakeWidget, Widget, WidgetRef};
     use crate::ConstraintLimit;
    @@ -198,6 +218,26 @@
             Self::new(FlexibleDimension::Auto, widget)
         }
     
    +    /// Sets the left and right edges to 0 and returns self.
    +    #[must_use]
    +    pub fn fit_horizontally(mut self) -> Self {
    +        self.edges.map_mut(|edges| {
    +            edges.left = FlexibleDimension::Dimension(Dimension::default());
    +            edges.right = FlexibleDimension::Dimension(Dimension::default());
    +        });
    +        self
    +    }
    +
    +    /// Sets the top and bottom edges to 0 and returns self.
    +    #[must_use]
    +    pub fn fit_vertically(mut self) -> Self {
    +        self.edges.map_mut(|edges| {
    +            edges.top = FlexibleDimension::Dimension(Dimension::default());
    +            edges.bottom = FlexibleDimension::Dimension(Dimension::default());
    +        });
    +        self
    +    }
    +
         fn measure(
             &mut self,
             available_space: Size<ConstraintLimit>,
    @@ -268,7 +308,7 @@
         fn measure(&self, available: ConstraintLimit, content: UPx) -> (UPx, UPx, UPx) {
             match available {
                 ConstraintLimit::Known(size) => {
    -                let remaining = size - content;
    +                let remaining = size.saturating_sub(content);
                     let (a, b) = match (self.a, self.b) {
                         (Some(a), Some(b)) => (a, b),
                         (Some(a), None) => (a, remaining - a),
    diff --git a/main/src/gooey/widgets/button.rs.html b/main/src/gooey/widgets/button.rs.html
    index 44563772b..b48535453 100644
    --- a/main/src/gooey/widgets/button.rs.html
    +++ b/main/src/gooey/widgets/button.rs.html
    @@ -339,13 +339,27 @@
     339
     340
     341
    +342
    +343
    +344
    +345
    +346
    +347
    +348
    +349
    +350
    +351
    +352
    +353
    +354
    +355
    +356
     
    //! A clickable, labeled button
     use std::borrow::Cow;
     use std::panic::UnwindSafe;
     use std::time::Duration;
     
     use kludgine::app::winit::event::{DeviceId, ElementState, KeyEvent, MouseButton};
    -use kludgine::app::winit::keyboard::KeyCode;
     use kludgine::figures::units::{Px, UPx};
     use kludgine::figures::{IntoUnsigned, Point, Rect, ScreenScale, Size};
     use kludgine::shapes::Shape;
    @@ -355,8 +369,11 @@
     use crate::animation::{AnimationHandle, AnimationTarget, Spawn};
     use crate::context::{EventContext, GraphicsContext, LayoutContext, WidgetContext};
     use crate::names::Name;
    -use crate::styles::components::{Easing, HighlightColor, IntrinsicPadding, TextColor};
    +use crate::styles::components::{
    +    Easing, HighlightColor, IntrinsicPadding, PrimaryColor, TextColor,
    +};
     use crate::styles::{ComponentDefinition, ComponentGroup, ComponentName, NamedComponent};
    +use crate::utils::ModifiersExt;
     use crate::value::{Dynamic, IntoValue, Value};
     use crate::widget::{Callback, EventHandling, Widget, HANDLED, IGNORED};
     
    @@ -407,12 +424,15 @@
                 &ButtonActiveBackground,
                 &ButtonBackground,
                 &ButtonHoverBackground,
    +            &PrimaryColor,
                 &Easing,
             ]);
             let background_color = if context.active() {
                 styles.get_or_default(&ButtonActiveBackground)
             } else if context.hovered() {
                 styles.get_or_default(&ButtonHoverBackground)
    +        } else if context.is_default() {
    +            styles.get_or_default(&PrimaryColor)
             } else {
                 styles.get_or_default(&ButtonBackground)
             };
    @@ -578,13 +598,18 @@
             _is_synthetic: bool,
             context: &mut EventContext<'_, '_>,
         ) -> EventHandling {
    -        if input.physical_key == KeyCode::Space {
    +        // TODO should this be handled at the window level?
    +        if input.text.as_deref() == Some(" ") && !context.modifiers().possible_shortcut() {
                 let changed = match input.state {
    -                ElementState::Pressed => context.activate(),
    -                ElementState::Released => {
    -                    self.invoke_on_click();
    -                    context.deactivate()
    +                ElementState::Pressed => {
    +                    let changed = context.activate();
    +                    if !changed {
    +                        // The widget was already active. This is now a repeated keypress
    +                        self.invoke_on_click();
    +                    }
    +                    changed
                     }
    +                ElementState::Released => context.deactivate(),
                 };
                 if changed {
                     context.set_needs_redraw();
    @@ -612,6 +637,11 @@
         }
     
         fn activate(&mut self, context: &mut EventContext<'_, '_>) {
    +        // If we have no buttons pressed, the event should fire on activate not
    +        // on deactivate.
    +        if self.buttons_pressed == 0 {
    +            self.invoke_on_click();
    +        }
             self.update_background_color(context, true);
         }
     
    diff --git a/main/src/gooey/widgets/expand.rs.html b/main/src/gooey/widgets/expand.rs.html
    index 1ed2c17f1..e2c832848 100644
    --- a/main/src/gooey/widgets/expand.rs.html
    +++ b/main/src/gooey/widgets/expand.rs.html
    @@ -76,6 +76,33 @@
     76
     77
     78
    +79
    +80
    +81
    +82
    +83
    +84
    +85
    +86
    +87
    +88
    +89
    +90
    +91
    +92
    +93
    +94
    +95
    +96
    +97
    +98
    +99
    +100
    +101
    +102
    +103
    +104
    +105
     
    use kludgine::figures::units::UPx;
     use kludgine::figures::{IntoSigned, Rect, Size};
     
    @@ -92,7 +119,13 @@
         /// The weight to use when splitting available space with multiple
         /// [`Expand`] widgets.
         pub weight: u8,
    -    child: WidgetRef,
    +    child: Option<WidgetRef>,
    +}
    +
    +impl Default for Expand {
    +    fn default() -> Self {
    +        Self::empty()
    +    }
     }
     
     impl Expand {
    @@ -100,7 +133,16 @@
         #[must_use]
         pub fn new(child: impl MakeWidget) -> Self {
             Self {
    -            child: WidgetRef::new(child),
    +            child: Some(WidgetRef::new(child)),
    +            weight: 1,
    +        }
    +    }
    +
    +    /// Returns a widget that expands to fill its parent, but has no contents.
    +    #[must_use]
    +    pub fn empty() -> Self {
    +        Self {
    +            child: None,
                 weight: 1,
             }
         }
    @@ -112,21 +154,22 @@
         #[must_use]
         pub fn weighted(weight: u8, child: impl MakeWidget) -> Self {
             Self {
    -            child: WidgetRef::new(child),
    +            child: Some(WidgetRef::new(child)),
                 weight,
             }
         }
     
         /// Returns a reference to the child widget.
         #[must_use]
    -    pub fn child(&self) -> &WidgetRef {
    -        &self.child
    +    pub fn child(&self) -> Option<&WidgetRef> {
    +        self.child.as_ref()
         }
     }
     
     impl Widget for Expand {
         fn redraw(&mut self, context: &mut GraphicsContext<'_, '_, '_, '_, '_>) {
    -        let child = self.child.mounted(&mut context.as_event_context());
    +        let Some(child) = &mut self.child else { return };
    +        let child = child.mounted(&mut context.as_event_context());
             context.for_other(&child).redraw();
         }
     
    @@ -139,8 +182,15 @@
                 ConstraintLimit::Known(available_space.width.max()),
                 ConstraintLimit::Known(available_space.height.max()),
             );
    -        let child = self.child.mounted(&mut context.as_event_context());
    -        let size = context.for_other(&child).layout(available_space);
    +        let child = self
    +            .child
    +            .as_mut()
    +            .map(|child| child.mounted(&mut context.as_event_context()));
    +        let size = if let Some(child) = &child {
    +            context.for_other(child).layout(available_space)
    +        } else {
    +            Size::default()
    +        };
     
             let expanded_size = Size::new(
                 available_space
    @@ -150,7 +200,11 @@
                     .height
                     .fit_measured(size.height, context.graphics.scale()),
             );
    -        context.set_child_layout(&child, Rect::from(expanded_size.into_signed()));
    +
    +        if let Some(child) = child {
    +            context.set_child_layout(&child, Rect::from(expanded_size.into_signed()));
    +        }
    +
             expanded_size
         }
     }
    diff --git a/main/src/gooey/widgets/input.rs.html b/main/src/gooey/widgets/input.rs.html
    index f5e8fe971..5c47a8deb 100644
    --- a/main/src/gooey/widgets/input.rs.html
    +++ b/main/src/gooey/widgets/input.rs.html
    @@ -562,6 +562,20 @@
     562
     563
     564
    +565
    +566
    +567
    +568
    +569
    +570
    +571
    +572
    +573
    +574
    +575
    +576
    +577
    +578
     
    use std::cmp::Ordering;
     use std::fmt::Debug;
     use std::panic::UnwindSafe;
    @@ -664,6 +678,12 @@
         }
     }
     
    +impl Default for Input {
    +    fn default() -> Self {
    +        Self::new(String::new())
    +    }
    +}
    +
     impl Debug for Input {
         fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
             f.debug_struct("Input")
    @@ -957,8 +977,14 @@
                     );
                     (false, HANDLED)
                 }
    -            (_, Some(text)) if !context.modifiers().state().primary() && text != "\t" => {
    -                editor.insert_string(&text, None);
    +            (_, Some(text))
    +                if !context.modifiers().primary()
    +                    && text != "\t" // tab
    +                    && text != "\r" // enter/return
    +                    && text != "\u{1b}" // escape
    +                    =>
    +            {
    +                editor.insert_string(dbg!(&text), None);
                     (true, HANDLED)
                 }
                 (_, _) => (false, IGNORED),
    @@ -1002,10 +1028,12 @@
     
         fn focus(&mut self, context: &mut EventContext<'_, '_>) {
             context.set_ime_allowed(true);
    +        context.set_needs_redraw();
         }
     
         fn blur(&mut self, context: &mut EventContext<'_, '_>) {
             context.set_ime_allowed(false);
    +        context.set_needs_redraw();
         }
     }
     
    diff --git a/main/src/gooey/widgets/stack.rs.html b/main/src/gooey/widgets/stack.rs.html
    index a95aab4ee..386957a9b 100644
    --- a/main/src/gooey/widgets/stack.rs.html
    +++ b/main/src/gooey/widgets/stack.rs.html
    @@ -670,6 +670,15 @@
     670
     671
     672
    +673
    +674
    +675
    +676
    +677
    +678
    +679
    +680
    +681
     
    //! A widget that combines an array of [`Widgets`] into one.
     // TODO on scale change, all Lp children need to resize
     
    @@ -683,7 +692,7 @@
     use crate::styles::Dimension;
     use crate::value::{Generation, IntoValue, Value};
     use crate::widget::{Children, ManagedWidget, Widget, WidgetRef};
    -use crate::widgets::{Expand, Resize};
    +use crate::widgets::{Expand, Label, Resize};
     use crate::ConstraintLimit;
     
     /// A widget that displays a collection of [`Widgets`] in a
    @@ -759,12 +768,21 @@
                                 let guard = widget.lock();
                                 let (mut widget, dimension) =
                                     if let Some(expand) = guard.downcast_ref::<Expand>() {
    -                                    (
    -                                        expand.child().clone(),
    -                                        StackDimension::Fractional {
    -                                            weight: expand.weight,
    -                                        },
    -                                    )
    +                                    if let Some(child) = expand.child() {
    +                                        (
    +                                            child.clone(),
    +                                            StackDimension::Fractional {
    +                                                weight: expand.weight,
    +                                            },
    +                                        )
    +                                    } else {
    +                                        (
    +                                            WidgetRef::new(Label::new("")), // TODO this should be an empty widget.
    +                                            StackDimension::Fractional {
    +                                                weight: expand.weight,
    +                                            },
    +                                        )
    +                                    }
                                     } else if let Some((child, size)) =
                                         guard.downcast_ref::<Resize>().and_then(|r| {
                                             match self.layout.orientation.orientation {
    diff --git a/main/src/gooey/window.rs.html b/main/src/gooey/window.rs.html
    index 29f531ad8..8bef2d7b6 100644
    --- a/main/src/gooey/window.rs.html
    +++ b/main/src/gooey/window.rs.html
    @@ -722,6 +722,60 @@
     722
     723
     724
    +725
    +726
    +727
    +728
    +729
    +730
    +731
    +732
    +733
    +734
    +735
    +736
    +737
    +738
    +739
    +740
    +741
    +742
    +743
    +744
    +745
    +746
    +747
    +748
    +749
    +750
    +751
    +752
    +753
    +754
    +755
    +756
    +757
    +758
    +759
    +760
    +761
    +762
    +763
    +764
    +765
    +766
    +767
    +768
    +769
    +770
    +771
    +772
    +773
    +774
    +775
    +776
    +777
    +778
     
    //! Types for displaying a [`Widget`](crate::widget::Widget) inside of a desktop
     //! window.
     
    @@ -738,7 +792,7 @@
     use kludgine::app::winit::event::{
         DeviceId, ElementState, Ime, KeyEvent, MouseButton, MouseScrollDelta, TouchPhase,
     };
    -use kludgine::app::winit::keyboard::KeyCode;
    +use kludgine::app::winit::keyboard::Key;
     use kludgine::app::WindowBehavior as _;
     use kludgine::figures::units::Px;
     use kludgine::figures::{IntoSigned, Point, Rect, Size};
    @@ -754,7 +808,9 @@
     use crate::tree::Tree;
     use crate::utils::ModifiersExt;
     use crate::value::{Dynamic, IntoDynamic};
    -use crate::widget::{EventHandling, ManagedWidget, Widget, WidgetInstance, HANDLED, IGNORED};
    +use crate::widget::{
    +    EventHandling, ManagedWidget, Widget, WidgetId, WidgetInstance, HANDLED, IGNORED,
    +};
     use crate::window::sealed::WindowCommand;
     use crate::{ConstraintLimit, Run};
     
    @@ -967,6 +1023,7 @@
         initial_frame: bool,
         occluded: Dynamic<bool>,
         focused: Dynamic<bool>,
    +    keyboard_activated: Option<ManagedWidget>,
     }
     
     impl<T> GooeyWindow<T>
    @@ -978,6 +1035,38 @@
     
             self.should_close
         }
    +
    +    fn keyboard_activate_widget(
    +        &mut self,
    +        is_pressed: bool,
    +        widget: Option<WidgetId>,
    +        window: &mut RunningWindow<'_>,
    +        kludgine: &mut Kludgine,
    +    ) {
    +        if is_pressed {
    +            if let Some(default) = widget.and_then(|id| self.root.tree.widget(id)) {
    +                if let Some(previously_active) = self.keyboard_activated.take() {
    +                    EventContext::new(
    +                        WidgetContext::new(previously_active, &self.redraw_status, window),
    +                        kludgine,
    +                    )
    +                    .deactivate();
    +                }
    +                EventContext::new(
    +                    WidgetContext::new(default.clone(), &self.redraw_status, window),
    +                    kludgine,
    +                )
    +                .activate();
    +                self.keyboard_activated = Some(default);
    +            }
    +        } else if let Some(keyboard_activated) = self.keyboard_activated.take() {
    +            EventContext::new(
    +                WidgetContext::new(keyboard_activated, &self.redraw_status, window),
    +                kludgine,
    +            )
    +            .deactivate();
    +        }
    +    }
     }
     
     impl<T> kludgine::app::WindowBehavior<WindowCommand> for GooeyWindow<T>
    @@ -1023,6 +1112,7 @@
                 initial_frame: true,
                 occluded,
                 focused,
    +            keyboard_activated: None,
             }
         }
     
    @@ -1166,32 +1256,50 @@
             drop(target);
     
             if !handled {
    -            match input.physical_key {
    -                KeyCode::KeyW
    -                    if window.modifiers().state().primary() && input.state.is_pressed() =>
    -                {
    -                    if self.request_close(&mut window) {
    +            match input.logical_key {
    +                Key::Character(ch) if ch == "w" && window.modifiers().primary() => {
    +                    if input.state.is_pressed() && self.request_close(&mut window) {
                             window.set_needs_redraw();
                         }
                     }
    -                KeyCode::Tab
    -                    if !window.modifiers().state().possible_shortcut()
    -                        && input.state.is_pressed() =>
    -                {
    -                    let direction = if window.modifiers().state().shift_key() {
    -                        VisualOrder::left_to_right().rev()
    -                    } else {
    -                        VisualOrder::left_to_right()
    -                    };
    -                    let target = self.root.tree.focused_widget().unwrap_or(self.root.id());
    -                    let target = self.root.tree.widget(target).expect("missing widget");
    -                    let mut target = EventContext::new(
    -                        WidgetContext::new(target, &self.redraw_status, &mut window),
    +                Key::Tab if !window.modifiers().possible_shortcut() => {
    +                    if input.state.is_pressed() {
    +                        let direction = if window.modifiers().state().shift_key() {
    +                            VisualOrder::left_to_right().rev()
    +                        } else {
    +                            VisualOrder::left_to_right()
    +                        };
    +                        let target = self.root.tree.focused_widget().unwrap_or(self.root.id());
    +                        let target = self.root.tree.widget(target).expect("missing widget");
    +                        let mut target = EventContext::new(
    +                            WidgetContext::new(target, &self.redraw_status, &mut window),
    +                            kludgine,
    +                        );
    +                        target.advance_focus(direction);
    +                    }
    +                }
    +                Key::Enter => {
    +                    self.keyboard_activate_widget(
    +                        input.state.is_pressed(),
    +                        self.root.tree.default_widget(),
    +                        &mut window,
    +                        kludgine,
    +                    );
    +                }
    +                Key::Escape => {
    +                    self.keyboard_activate_widget(
    +                        input.state.is_pressed(),
    +                        self.root.tree.escape_widget(),
    +                        &mut window,
                             kludgine,
                         );
    -                    target.advance_focus(direction);
                     }
    -                _ => {}
    +                _ => {
    +                    println!(
    +                        "Ignored Keyboard Input: {:?} ({:?}); {:?}",
    +                        input.logical_key, input.physical_key, input.state
    +                    );
    +                }
                 }
             }
         }