Skip to content

Commit

Permalink
Deploying to gh-pages from @ 40343e1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-botsu committed Nov 13, 2023
1 parent 34cd80f commit 2e93108
Show file tree
Hide file tree
Showing 123 changed files with 1,789 additions and 833 deletions.
2 changes: 1 addition & 1 deletion main/gooey/all.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions main/gooey/animation/enum.EasingFunction.html

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions main/gooey/animation/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey/animation/sidebar-items.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 80 additions & 0 deletions main/gooey/animation/struct.BinaryLerp.html

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions main/gooey/animation/struct.ImmediateLerp.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions main/gooey/animation/struct.ZeroToOne.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions main/gooey/animation/trait.AnimateTarget.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions main/gooey/animation/trait.AnimationTarget.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions main/gooey/animation/trait.Easing.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion main/gooey/animation/trait.LinearInterpolate.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions main/gooey/animation/trait.PercentBetween.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions main/gooey/context/struct.EventContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
</div></details><details class="toggle method-toggle" open><summary><section id="method.theme_pair" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#941-943">source</a><h4 class="code-header">pub fn <a href="#method.theme_pair" class="fn">theme_pair</a>(&amp;self) -&gt; &amp;<a class="struct" href="../styles/struct.ThemePair.html" title="struct gooey::styles::ThemePair">ThemePair</a></h4></section></summary><div class="docblock"><p>Returns the theme pair for the window.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.theme" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#947-952">source</a><h4 class="code-header">pub fn <a href="#method.theme" class="fn">theme</a>(&amp;self) -&gt; &amp;<a class="struct" href="../styles/struct.Theme.html" title="struct gooey::styles::Theme">Theme</a></h4></section></summary><div class="docblock"><p>Returns the current theme in either light or dark mode.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.inverse_theme" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#956-961">source</a><h4 class="code-header">pub fn <a href="#method.inverse_theme" class="fn">inverse_theme</a>(&amp;self) -&gt; &amp;<a class="struct" href="../styles/struct.Theme.html" title="struct gooey::styles::Theme">Theme</a></h4></section></summary><div class="docblock"><p>Returns the opposite theme of <a href="struct.WidgetContext.html#method.theme" title="method gooey::context::WidgetContext::theme"><code>Self::theme()</code></a>.</p>
</div></details></div><h2 id="deref-methods-RunningWindow%3C'window%3E" class="small-section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = <a class="struct" href="../window/struct.RunningWindow.html" title="struct gooey::window::RunningWindow">RunningWindow</a>&lt;'window&gt;&gt;</span><a href="#deref-methods-RunningWindow%3C'window%3E" class="anchor">§</a></h2><div id="deref-methods-RunningWindow%3C'window%3E-1" class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.focused-1" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#67-69">source</a><h4 class="code-header">pub fn <a href="#method.focused-1" class="fn">focused</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s focus status
</div></details></div><h2 id="deref-methods-RunningWindow%3C'window%3E" class="small-section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = <a class="struct" href="../window/struct.RunningWindow.html" title="struct gooey::window::RunningWindow">RunningWindow</a>&lt;'window&gt;&gt;</span><a href="#deref-methods-RunningWindow%3C'window%3E" class="anchor">§</a></h2><div id="deref-methods-RunningWindow%3C'window%3E-1" class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.focused-1" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#69-71">source</a><h4 class="code-header">pub fn <a href="#method.focused-1" class="fn">focused</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s focus status
changes.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.occluded" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#74-76">source</a><h4 class="code-header">pub fn <a href="#method.occluded" class="fn">occluded</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s occlusion
</div></details><details class="toggle method-toggle" open><summary><section id="method.occluded" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#76-78">source</a><h4 class="code-header">pub fn <a href="#method.occluded" class="fn">occluded</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s occlusion
status changes.</p>
</div></details></div><h2 id="deref-methods-Window%3C'window,+WindowCommand%3E" class="small-section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = Window&lt;'window, WindowCommand&gt;&gt;</span><a href="#deref-methods-Window%3C'window,+WindowCommand%3E" class="anchor">§</a></h2><div id="deref-methods-Window%3C'window,+WindowCommand%3E-1" class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.handle" class="method"><h4 class="code-header">pub fn <a href="#method.handle" class="fn">handle</a>(&amp;self) -&gt; WindowHandle&lt;WindowEvent&gt;</h4></section></summary><div class="docblock"><p>Returns a handle to this window, which can be used to send
<code>WindowEvent</code>s to it.</p>
Expand Down
4 changes: 2 additions & 2 deletions main/gooey/context/struct.GraphicsContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ <h5 id="panics"><a href="#panics">Panics</a></h5>
</div></details><details class="toggle method-toggle" open><summary><section id="method.theme_pair" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#941-943">source</a><h4 class="code-header">pub fn <a href="#method.theme_pair" class="fn">theme_pair</a>(&amp;self) -&gt; &amp;<a class="struct" href="../styles/struct.ThemePair.html" title="struct gooey::styles::ThemePair">ThemePair</a></h4></section></summary><div class="docblock"><p>Returns the theme pair for the window.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.theme" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#947-952">source</a><h4 class="code-header">pub fn <a href="#method.theme" class="fn">theme</a>(&amp;self) -&gt; &amp;<a class="struct" href="../styles/struct.Theme.html" title="struct gooey::styles::Theme">Theme</a></h4></section></summary><div class="docblock"><p>Returns the current theme in either light or dark mode.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.inverse_theme" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#956-961">source</a><h4 class="code-header">pub fn <a href="#method.inverse_theme" class="fn">inverse_theme</a>(&amp;self) -&gt; &amp;<a class="struct" href="../styles/struct.Theme.html" title="struct gooey::styles::Theme">Theme</a></h4></section></summary><div class="docblock"><p>Returns the opposite theme of <a href="struct.WidgetContext.html#method.theme" title="method gooey::context::WidgetContext::theme"><code>Self::theme()</code></a>.</p>
</div></details></div><h2 id="deref-methods-RunningWindow%3C'window%3E" class="small-section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = <a class="struct" href="../window/struct.RunningWindow.html" title="struct gooey::window::RunningWindow">RunningWindow</a>&lt;'window&gt;&gt;</span><a href="#deref-methods-RunningWindow%3C'window%3E" class="anchor">§</a></h2><div id="deref-methods-RunningWindow%3C'window%3E-1" class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.focused-1" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#67-69">source</a><h4 class="code-header">pub fn <a href="#method.focused-1" class="fn">focused</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s focus status
</div></details></div><h2 id="deref-methods-RunningWindow%3C'window%3E" class="small-section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = <a class="struct" href="../window/struct.RunningWindow.html" title="struct gooey::window::RunningWindow">RunningWindow</a>&lt;'window&gt;&gt;</span><a href="#deref-methods-RunningWindow%3C'window%3E" class="anchor">§</a></h2><div id="deref-methods-RunningWindow%3C'window%3E-1" class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.focused-1" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#69-71">source</a><h4 class="code-header">pub fn <a href="#method.focused-1" class="fn">focused</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s focus status
changes.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.occluded" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#74-76">source</a><h4 class="code-header">pub fn <a href="#method.occluded" class="fn">occluded</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s occlusion
</div></details><details class="toggle method-toggle" open><summary><section id="method.occluded" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#76-78">source</a><h4 class="code-header">pub fn <a href="#method.occluded" class="fn">occluded</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s occlusion
status changes.</p>
</div></details></div><h2 id="deref-methods-Window%3C'window,+WindowCommand%3E" class="small-section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = Window&lt;'window, WindowCommand&gt;&gt;</span><a href="#deref-methods-Window%3C'window,+WindowCommand%3E" class="anchor">§</a></h2><div id="deref-methods-Window%3C'window,+WindowCommand%3E-1" class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.handle" class="method"><h4 class="code-header">pub fn <a href="#method.handle" class="fn">handle</a>(&amp;self) -&gt; WindowHandle&lt;WindowEvent&gt;</h4></section></summary><div class="docblock"><p>Returns a handle to this window, which can be used to send
<code>WindowEvent</code>s to it.</p>
Expand Down
4 changes: 2 additions & 2 deletions main/gooey/context/struct.LayoutContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ <h5 id="panics"><a href="#panics">Panics</a></h5>
</div></details><details class="toggle method-toggle" open><summary><section id="method.theme_pair" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#941-943">source</a><h4 class="code-header">pub fn <a href="#method.theme_pair" class="fn">theme_pair</a>(&amp;self) -&gt; &amp;<a class="struct" href="../styles/struct.ThemePair.html" title="struct gooey::styles::ThemePair">ThemePair</a></h4></section></summary><div class="docblock"><p>Returns the theme pair for the window.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.theme" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#947-952">source</a><h4 class="code-header">pub fn <a href="#method.theme" class="fn">theme</a>(&amp;self) -&gt; &amp;<a class="struct" href="../styles/struct.Theme.html" title="struct gooey::styles::Theme">Theme</a></h4></section></summary><div class="docblock"><p>Returns the current theme in either light or dark mode.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.inverse_theme" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#956-961">source</a><h4 class="code-header">pub fn <a href="#method.inverse_theme" class="fn">inverse_theme</a>(&amp;self) -&gt; &amp;<a class="struct" href="../styles/struct.Theme.html" title="struct gooey::styles::Theme">Theme</a></h4></section></summary><div class="docblock"><p>Returns the opposite theme of <a href="struct.WidgetContext.html#method.theme" title="method gooey::context::WidgetContext::theme"><code>Self::theme()</code></a>.</p>
</div></details></div><h2 id="deref-methods-RunningWindow%3C'window%3E" class="small-section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = <a class="struct" href="../window/struct.RunningWindow.html" title="struct gooey::window::RunningWindow">RunningWindow</a>&lt;'window&gt;&gt;</span><a href="#deref-methods-RunningWindow%3C'window%3E" class="anchor">§</a></h2><div id="deref-methods-RunningWindow%3C'window%3E-1" class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.focused-1" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#67-69">source</a><h4 class="code-header">pub fn <a href="#method.focused-1" class="fn">focused</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s focus status
</div></details></div><h2 id="deref-methods-RunningWindow%3C'window%3E" class="small-section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = <a class="struct" href="../window/struct.RunningWindow.html" title="struct gooey::window::RunningWindow">RunningWindow</a>&lt;'window&gt;&gt;</span><a href="#deref-methods-RunningWindow%3C'window%3E" class="anchor">§</a></h2><div id="deref-methods-RunningWindow%3C'window%3E-1" class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.focused-1" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#69-71">source</a><h4 class="code-header">pub fn <a href="#method.focused-1" class="fn">focused</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s focus status
changes.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.occluded" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#74-76">source</a><h4 class="code-header">pub fn <a href="#method.occluded" class="fn">occluded</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s occlusion
</div></details><details class="toggle method-toggle" open><summary><section id="method.occluded" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#76-78">source</a><h4 class="code-header">pub fn <a href="#method.occluded" class="fn">occluded</a>(&amp;self) -&gt; &amp;<a class="struct" href="../value/struct.Dynamic.html" title="struct gooey::value::Dynamic">Dynamic</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/std/primitive.bool.html">bool</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a dynamic that is updated whenever this window’s occlusion
status changes.</p>
</div></details></div><h2 id="deref-methods-Window%3C'window,+WindowCommand%3E" class="small-section-header"><span>Methods from <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>&lt;Target = Window&lt;'window, WindowCommand&gt;&gt;</span><a href="#deref-methods-Window%3C'window,+WindowCommand%3E" class="anchor">§</a></h2><div id="deref-methods-Window%3C'window,+WindowCommand%3E-1" class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.handle" class="method"><h4 class="code-header">pub fn <a href="#method.handle" class="fn">handle</a>(&amp;self) -&gt; WindowHandle&lt;WindowEvent&gt;</h4></section></summary><div class="docblock"><p>Returns a handle to this window, which can be used to send
<code>WindowEvent</code>s to it.</p>
Expand Down
Loading

0 comments on commit 2e93108

Please sign in to comment.