\ 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
A type that can produce another type when provided a ManagedWidget.
\ 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
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.
-
Queries the widget hierarchy for a single style component.
This function traverses up the widget hierarchy looking for the
component being requested. If a matching component is found, it will be
returned. Otherwise, the default value will be returned.
Queries the widget hierarchy for matching style components.
This function traverses up the widget hierarchy looking for the
components being requested. The resulting styles will contain the values
from the closest matches in the widget hierarchy.
@@ -67,18 +77,18 @@
attached. The Style
widget is provided as a convenient way to attach styles into the widget
hierarchy.
-
Queries the widget hierarchy for a single style component.
This function traverses up the widget hierarchy looking for the
component being requested. If a matching component is found, it will be
returned. Otherwise, the default value will be returned.
Queries the widget hierarchy for matching style components.
This function traverses up the widget hierarchy looking for the
components being requested. The resulting styles will contain the values
from the closest matches in the widget hierarchy.
@@ -76,18 +86,18 @@
attached. The Style
widget is provided as a convenient way to attach styles into the widget
hierarchy.
-
Queries the widget hierarchy for a single style component.
This function traverses up the widget hierarchy looking for the
component being requested. If a matching component is found, it will be
returned. Otherwise, the default value will be returned.
Queries the widget hierarchy for matching style components.
This function traverses up the widget hierarchy looking for the
components being requested. The resulting styles will contain the values
from the closest matches in the widget hierarchy.
@@ -44,18 +54,18 @@
attached. The Style
widget is provided as a convenient way to attach styles into the widget
hierarchy.
-
Queries the widget hierarchy for a single style component.
This function traverses up the widget hierarchy looking for the
component being requested. If a matching component is found, it will be
returned. Otherwise, the default value will be returned.
\ No newline at end of file
diff --git a/main/gooey/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
\ 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
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.
\ 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
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.
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.
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
+then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be
+further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
\ No newline at end of file
diff --git a/main/gooey/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
\ 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 @@
\ 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
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
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
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
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.
Locks the widget for exclusive access. Locking widgets should only be
done for brief moments of time when you are certain no deadlocks can
occur due to other widget locks being held.
This type cannot be cloned or copied to ensure only a single widget can be
assigned a given WidgetId. The contained WidgetId can be accessed
via id(), Into<WidgetId>, or Deref.