Skip to content

Commit

Permalink
Deploying to gh-pages from @ 55eea5f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-botsu committed Dec 3, 2023
1 parent 81e373a commit 0d0507d
Show file tree
Hide file tree
Showing 183 changed files with 1,449 additions and 1,290 deletions.
2 changes: 1 addition & 1 deletion main/gooey/all.html

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions main/gooey/app/struct.Gooey.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../gooey/struct.Gooey.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../gooey/struct.Gooey.html">../../gooey/struct.Gooey.html</a>...</p>
<script>location.replace("../../gooey/struct.Gooey.html" + location.search + location.hash);</script>
</body>
</html>
6 changes: 3 additions & 3 deletions main/gooey/context/struct.EventContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@
</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#1150-1155">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><details class="toggle method-toggle" open><summary><section id="method.cache_key" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#1160-1162">source</a><h4 class="code-header">pub fn <a href="#method.cache_key" class="fn">cache_key</a>(&amp;self) -&gt; <a class="struct" href="struct.WidgetCacheKey.html" title="struct gooey::context::WidgetCacheKey">WidgetCacheKey</a></h4></section></summary><div class="docblock"><p>Returns a key that can be checked to see if a widget should invalidate
caches it stores.</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.74.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#71-73">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.74.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.74.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#72-74">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.74.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#78-80">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.74.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#79-81">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.74.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><details class="toggle method-toggle" open><summary><section id="method.clipboard_guard" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#85-89">source</a><h4 class="code-header">pub fn <a href="#method.clipboard_guard" class="fn">clipboard_guard</a>(&amp;mut self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/std/sync/mutex/struct.MutexGuard.html" title="struct std::sync::mutex::MutexGuard">MutexGuard</a>&lt;'_, Clipboard&gt;&gt;</h4></section></summary><div class="docblock"><p>Returns a locked mutex guard to the OS’s clipboard, if one was able to be
</div></details><details class="toggle method-toggle" open><summary><section id="method.clipboard_guard" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#86-88">source</a><h4 class="code-header">pub fn <a href="#method.clipboard_guard" class="fn">clipboard_guard</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/std/sync/mutex/struct.MutexGuard.html" title="struct std::sync::mutex::MutexGuard">MutexGuard</a>&lt;'_, Clipboard&gt;&gt;</h4></section></summary><div class="docblock"><p>Returns a locked mutex guard to the OS’s clipboard, if one was able to be
initialized when the window opened.</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.74.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
6 changes: 3 additions & 3 deletions main/gooey/context/struct.GraphicsContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ <h5 id="panics"><a href="#panics">Panics</a></h5>
</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#1150-1155">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><details class="toggle method-toggle" open><summary><section id="method.cache_key" class="method"><a class="src rightside" href="../../src/gooey/context.rs.html#1160-1162">source</a><h4 class="code-header">pub fn <a href="#method.cache_key" class="fn">cache_key</a>(&amp;self) -&gt; <a class="struct" href="struct.WidgetCacheKey.html" title="struct gooey::context::WidgetCacheKey">WidgetCacheKey</a></h4></section></summary><div class="docblock"><p>Returns a key that can be checked to see if a widget should invalidate
caches it stores.</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.74.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#71-73">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.74.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.74.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#72-74">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.74.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#78-80">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.74.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#79-81">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.74.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><details class="toggle method-toggle" open><summary><section id="method.clipboard_guard" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#85-89">source</a><h4 class="code-header">pub fn <a href="#method.clipboard_guard" class="fn">clipboard_guard</a>(&amp;mut self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/std/sync/mutex/struct.MutexGuard.html" title="struct std::sync::mutex::MutexGuard">MutexGuard</a>&lt;'_, Clipboard&gt;&gt;</h4></section></summary><div class="docblock"><p>Returns a locked mutex guard to the OS’s clipboard, if one was able to be
</div></details><details class="toggle method-toggle" open><summary><section id="method.clipboard_guard" class="method"><a class="src rightside" href="../../src/gooey/window.rs.html#86-88">source</a><h4 class="code-header">pub fn <a href="#method.clipboard_guard" class="fn">clipboard_guard</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.0/std/sync/mutex/struct.MutexGuard.html" title="struct std::sync::mutex::MutexGuard">MutexGuard</a>&lt;'_, Clipboard&gt;&gt;</h4></section></summary><div class="docblock"><p>Returns a locked mutex guard to the OS’s clipboard, if one was able to be
initialized when the window opened.</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.74.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 0d0507d

Please sign in to comment.