Skip to content

Commit

Permalink
Deploying to gh-pages from @ 747813f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-botsu committed Nov 8, 2023
1 parent 817edb7 commit 185a272
Show file tree
Hide file tree
Showing 29 changed files with 192 additions and 65 deletions.
2 changes: 1 addition & 1 deletion main/gooey/all.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey/styles/trait.ComponentDefinition.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey/styles/trait.ComponentGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
fn <a href="#tymethod.name" class="fn">name</a>() -&gt; <a class="struct" href="../struct.Name.html" title="struct gooey::Name">Name</a>;
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A type that represents a group of style components.</p>
</div></details><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.name" class="method"><a class="src rightside" href="../../src/gooey/styles.rs.html#388">source</a><h4 class="code-header">fn <a href="#tymethod.name" class="fn">name</a>() -&gt; <a class="struct" href="../struct.Name.html" title="struct gooey::Name">Name</a></h4></section></summary><div class="docblock"><p>Returns the name of the group.</p>
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-ComponentGroup-for-Global" class="impl"><a class="src rightside" href="../../src/gooey/styles.rs.html#394-398">source</a><a href="#impl-ComponentGroup-for-Global" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ComponentGroup.html" title="trait gooey::styles::ComponentGroup">ComponentGroup</a> for <a class="enum" href="enum.Global.html" title="enum gooey::styles::Global">Global</a></h3></section><section id="impl-ComponentGroup-for-Button" class="impl"><a class="src rightside" href="../../src/gooey/widgets/button.rs.html#297-301">source</a><a href="#impl-ComponentGroup-for-Button" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ComponentGroup.html" title="trait gooey::styles::ComponentGroup">ComponentGroup</a> for <a class="struct" href="../widgets/button/struct.Button.html" title="struct gooey::widgets::button::Button">Button</a></h3></section><section id="impl-ComponentGroup-for-Scroll" class="impl"><a class="src rightside" href="../../src/gooey/widgets/scroll.rs.html#314-318">source</a><a href="#impl-ComponentGroup-for-Scroll" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ComponentGroup.html" title="trait gooey::styles::ComponentGroup">ComponentGroup</a> for <a class="struct" href="../widgets/scroll/struct.Scroll.html" title="struct gooey::widgets::scroll::Scroll">Scroll</a></h3></section></div><script src="../../implementors/gooey/styles/trait.ComponentGroup.js" async></script></section></div></main></body></html>
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-ComponentGroup-for-Global" class="impl"><a class="src rightside" href="../../src/gooey/styles.rs.html#394-398">source</a><a href="#impl-ComponentGroup-for-Global" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ComponentGroup.html" title="trait gooey::styles::ComponentGroup">ComponentGroup</a> for <a class="enum" href="enum.Global.html" title="enum gooey::styles::Global">Global</a></h3></section><section id="impl-ComponentGroup-for-Button" class="impl"><a class="src rightside" href="../../src/gooey/widgets/button.rs.html#324-328">source</a><a href="#impl-ComponentGroup-for-Button" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ComponentGroup.html" title="trait gooey::styles::ComponentGroup">ComponentGroup</a> for <a class="struct" href="../widgets/button/struct.Button.html" title="struct gooey::widgets::button::Button">Button</a></h3></section><section id="impl-ComponentGroup-for-Scroll" class="impl"><a class="src rightside" href="../../src/gooey/widgets/scroll.rs.html#314-318">source</a><a href="#impl-ComponentGroup-for-Scroll" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ComponentGroup.html" title="trait gooey::styles::ComponentGroup">ComponentGroup</a> for <a class="struct" href="../widgets/scroll/struct.Scroll.html" title="struct gooey::widgets::scroll::Scroll">Scroll</a></h3></section></div><script src="../../implementors/gooey/styles/trait.ComponentGroup.js" async></script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion main/gooey/styles/trait.NamedComponent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey/widget/trait.Widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@
context: &amp;mut <a class="struct" href="../context/struct.EventContext.html" title="struct gooey::context::EventContext">EventContext</a>&lt;'_, '_&gt;
) -&gt; <a class="type" href="type.EventHandling.html" title="type gooey::widget::EventHandling">EventHandling</a></h4></section></summary><div class="docblock"><p>A mouse wheel event has been sent to this widget. Returns whether the
event has been handled or not.</p>
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Widget-for-Button" class="impl"><a class="src rightside" href="../../src/gooey/widgets/button.rs.html#114-295">source</a><a href="#impl-Widget-for-Button" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/button/struct.Button.html" title="struct gooey::widgets::button::Button">Button</a></h3></section><section id="impl-Widget-for-Scroll" class="impl"><a class="src rightside" href="../../src/gooey/widgets/scroll.rs.html#103-270">source</a><a href="#impl-Widget-for-Scroll" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/scroll/struct.Scroll.html" title="struct gooey::widgets::scroll::Scroll">Scroll</a></h3></section><section id="impl-Widget-for-Stack" class="impl"><a class="src rightside" href="../../src/gooey/widgets/stack.rs.html#141-187">source</a><a href="#impl-Widget-for-Stack" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/stack/struct.Stack.html" title="struct gooey::widgets::stack::Stack">Stack</a></h3></section><section id="impl-Widget-for-Align" class="impl"><a class="src rightside" href="../../src/gooey/widgets/align.rs.html#148-174">source</a><a href="#impl-Widget-for-Align" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Align.html" title="struct gooey::widgets::Align">Align</a></h3></section><section id="impl-Widget-for-Canvas" class="impl"><a class="src rightside" href="../../src/gooey/widgets/canvas.rs.html#44-60">source</a><a href="#impl-Widget-for-Canvas" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Canvas.html" title="struct gooey::widgets::Canvas">Canvas</a></h3></section><section id="impl-Widget-for-Expand" class="impl"><a class="src rightside" href="../../src/gooey/widgets/expand.rs.html#64-105">source</a><a href="#impl-Widget-for-Expand" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Expand.html" title="struct gooey::widgets::Expand">Expand</a></h3></section><section id="impl-Widget-for-Input" class="impl"><a class="src rightside" href="../../src/gooey/widgets/input.rs.html#117-460">source</a><a href="#impl-Widget-for-Input" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Input.html" title="struct gooey::widgets::Input">Input</a></h3></section><section id="impl-Widget-for-Label" class="impl"><a class="src rightside" href="../../src/gooey/widgets/label.rs.html#29-75">source</a><a href="#impl-Widget-for-Label" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Label.html" title="struct gooey::widgets::Label">Label</a></h3></section><section id="impl-Widget-for-Resize" class="impl"><a class="src rightside" href="../../src/gooey/widgets/resize.rs.html#60-91">source</a><a href="#impl-Widget-for-Resize" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Resize.html" title="struct gooey::widgets::Resize">Resize</a></h3></section><section id="impl-Widget-for-Style" class="impl"><a class="src rightside" href="../../src/gooey/widgets/style.rs.html#27-45">source</a><a href="#impl-Widget-for-Style" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Style.html" title="struct gooey::widgets::Style">Style</a></h3></section><section id="impl-Widget-for-TileMap%3CLayers%3E" class="impl"><a class="src rightside" href="../../src/gooey/widgets/tilemap.rs.html#62-120">source</a><a href="#impl-Widget-for-TileMap%3CLayers%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Layers&gt; <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.TileMap.html" title="struct gooey::widgets::TileMap">TileMap</a>&lt;Layers&gt;<span class="where fmt-newline">where
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Widget-for-Button" class="impl"><a class="src rightside" href="../../src/gooey/widgets/button.rs.html#132-322">source</a><a href="#impl-Widget-for-Button" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/button/struct.Button.html" title="struct gooey::widgets::button::Button">Button</a></h3></section><section id="impl-Widget-for-Scroll" class="impl"><a class="src rightside" href="../../src/gooey/widgets/scroll.rs.html#103-270">source</a><a href="#impl-Widget-for-Scroll" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/scroll/struct.Scroll.html" title="struct gooey::widgets::scroll::Scroll">Scroll</a></h3></section><section id="impl-Widget-for-Stack" class="impl"><a class="src rightside" href="../../src/gooey/widgets/stack.rs.html#141-187">source</a><a href="#impl-Widget-for-Stack" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/stack/struct.Stack.html" title="struct gooey::widgets::stack::Stack">Stack</a></h3></section><section id="impl-Widget-for-Align" class="impl"><a class="src rightside" href="../../src/gooey/widgets/align.rs.html#148-174">source</a><a href="#impl-Widget-for-Align" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Align.html" title="struct gooey::widgets::Align">Align</a></h3></section><section id="impl-Widget-for-Canvas" class="impl"><a class="src rightside" href="../../src/gooey/widgets/canvas.rs.html#44-60">source</a><a href="#impl-Widget-for-Canvas" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Canvas.html" title="struct gooey::widgets::Canvas">Canvas</a></h3></section><section id="impl-Widget-for-Expand" class="impl"><a class="src rightside" href="../../src/gooey/widgets/expand.rs.html#64-105">source</a><a href="#impl-Widget-for-Expand" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Expand.html" title="struct gooey::widgets::Expand">Expand</a></h3></section><section id="impl-Widget-for-Input" class="impl"><a class="src rightside" href="../../src/gooey/widgets/input.rs.html#117-458">source</a><a href="#impl-Widget-for-Input" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Input.html" title="struct gooey::widgets::Input">Input</a></h3></section><section id="impl-Widget-for-Label" class="impl"><a class="src rightside" href="../../src/gooey/widgets/label.rs.html#29-75">source</a><a href="#impl-Widget-for-Label" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Label.html" title="struct gooey::widgets::Label">Label</a></h3></section><section id="impl-Widget-for-Resize" class="impl"><a class="src rightside" href="../../src/gooey/widgets/resize.rs.html#60-91">source</a><a href="#impl-Widget-for-Resize" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Resize.html" title="struct gooey::widgets::Resize">Resize</a></h3></section><section id="impl-Widget-for-Style" class="impl"><a class="src rightside" href="../../src/gooey/widgets/style.rs.html#27-45">source</a><a href="#impl-Widget-for-Style" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Style.html" title="struct gooey::widgets::Style">Style</a></h3></section><section id="impl-Widget-for-TileMap%3CLayers%3E" class="impl"><a class="src rightside" href="../../src/gooey/widgets/tilemap.rs.html#62-120">source</a><a href="#impl-Widget-for-TileMap%3CLayers%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Layers&gt; <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.TileMap.html" title="struct gooey::widgets::TileMap">TileMap</a>&lt;Layers&gt;<span class="where fmt-newline">where
Layers: Layers,</span></h3></section></div><script src="../../implementors/gooey/widget/trait.Widget.js" async></script></section></div></main></body></html>
Loading

0 comments on commit 185a272

Please sign in to comment.