Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 7, 2023
1 parent b91f14e commit 6f3b788
Show file tree
Hide file tree
Showing 222 changed files with 1,158 additions and 1,134 deletions.
50 changes: 25 additions & 25 deletions iced/advanced/trait.Widget.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
</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.is_focused" class="method"><h4 class="code-header">fn <a href="#tymethod.is_focused" class="fn">is_focused</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns whether the widget is focused or not.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.focus" class="method"><h4 class="code-header">fn <a href="#tymethod.focus" class="fn">focus</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Focuses the widget.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.unfocus" class="method"><h4 class="code-header">fn <a href="#tymethod.unfocus" class="fn">unfocus</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Unfocuses the widget.</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-Focusable-for-State" class="impl"><a href="#impl-Focusable-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.Focusable.html" title="trait iced::advanced::widget::operation::Focusable">Focusable</a> for <a class="struct" href="../../../../widget/text_input/struct.State.html" title="struct iced::widget::text_input::State">State</a></h3></section></div><script src="../../../../../implementors/iced_core/widget/operation/focusable/trait.Focusable.js" data-ignore-extern-crates="iced_widget" 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-Focusable-for-State" class="impl"><a class="src rightside" href="../../../../../src/iced_widget/text_input.rs.html#1295">source</a><a href="#impl-Focusable-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.Focusable.html" title="trait iced::advanced::widget::operation::Focusable">Focusable</a> for <a class="struct" href="../../../../widget/text_input/struct.State.html" title="struct iced::widget::text_input::State">State</a></h3></section></div><script src="../../../../../implementors/iced_core/widget/operation/focusable/trait.Focusable.js" data-ignore-extern-crates="iced_widget" async></script></section></div></main></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
}</code></pre><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>advanced</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>The internal state of a widget that can be scrolled.</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.snap_to" class="method"><h4 class="code-header">fn <a href="#tymethod.snap_to" class="fn">snap_to</a>(&amp;mut self, offset: <a class="struct" href="../../../../widget/scrollable/struct.RelativeOffset.html" title="struct iced::widget::scrollable::RelativeOffset">RelativeOffset</a>)</h4></section></summary><div class="docblock"><p>Snaps the scroll of the widget to the given <code>percentage</code> along the horizontal &amp; vertical axis.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.scroll_to" class="method"><h4 class="code-header">fn <a href="#tymethod.scroll_to" class="fn">scroll_to</a>(&amp;mut self, offset: <a class="struct" href="../../../../widget/scrollable/struct.AbsoluteOffset.html" title="struct iced::widget::scrollable::AbsoluteOffset">AbsoluteOffset</a>)</h4></section></summary><div class="docblock"><p>Scroll the widget to the given <a href="../../../../widget/scrollable/struct.AbsoluteOffset.html" title="struct iced::widget::scrollable::AbsoluteOffset"><code>AbsoluteOffset</code></a> along the horizontal &amp; vertical axis.</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-Scrollable-for-State" class="impl"><a href="#impl-Scrollable-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.Scrollable.html" title="trait iced::advanced::widget::operation::Scrollable">Scrollable</a> for <a class="struct" href="../../../../widget/scrollable/struct.State.html" title="struct iced::widget::scrollable::State">State</a></h3></section></div><script src="../../../../../implementors/iced_core/widget/operation/scrollable/trait.Scrollable.js" data-ignore-extern-crates="iced_widget" 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-Scrollable-for-State" class="impl"><a class="src rightside" href="../../../../../src/iced_widget/scrollable.rs.html#1061">source</a><a href="#impl-Scrollable-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.Scrollable.html" title="trait iced::advanced::widget::operation::Scrollable">Scrollable</a> for <a class="struct" href="../../../../widget/scrollable/struct.State.html" title="struct iced::widget::scrollable::State">State</a></h3></section></div><script src="../../../../../implementors/iced_core/widget/operation/scrollable/trait.Scrollable.js" data-ignore-extern-crates="iced_widget" async></script></section></div></main></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.move_cursor_to_end" class="method"><h4 class="code-header">fn <a href="#tymethod.move_cursor_to_end" class="fn">move_cursor_to_end</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Moves the cursor of the text input to the end of the input text.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.move_cursor_to" class="method"><h4 class="code-header">fn <a href="#tymethod.move_cursor_to" class="fn">move_cursor_to</a>(&amp;mut self, position: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>)</h4></section></summary><div class="docblock"><p>Moves the cursor of the text input to an arbitrary location.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.select_all" class="method"><h4 class="code-header">fn <a href="#tymethod.select_all" class="fn">select_all</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Selects all the content of the text input.</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-TextInput-for-State" class="impl"><a href="#impl-TextInput-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.TextInput.html" title="trait iced::advanced::widget::operation::TextInput">TextInput</a> for <a class="struct" href="../../../../widget/text_input/struct.State.html" title="struct iced::widget::text_input::State">State</a></h3></section></div><script src="../../../../../implementors/iced_core/widget/operation/text_input/trait.TextInput.js" data-ignore-extern-crates="iced_widget" 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-TextInput-for-State" class="impl"><a class="src rightside" href="../../../../../src/iced_widget/text_input.rs.html#1309">source</a><a href="#impl-TextInput-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../trait.TextInput.html" title="trait iced::advanced::widget::operation::TextInput">TextInput</a> for <a class="struct" href="../../../../widget/text_input/struct.State.html" title="struct iced::widget::text_input::State">State</a></h3></section></div><script src="../../../../../implementors/iced_core/widget/operation/text_input/trait.TextInput.js" data-ignore-extern-crates="iced_widget" async></script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion iced/advanced/widget/operation/trait.Focusable.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
</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.is_focused" class="method"><h4 class="code-header">fn <a href="#tymethod.is_focused" class="fn">is_focused</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns whether the widget is focused or not.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.focus" class="method"><h4 class="code-header">fn <a href="#tymethod.focus" class="fn">focus</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Focuses the widget.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.unfocus" class="method"><h4 class="code-header">fn <a href="#tymethod.unfocus" class="fn">unfocus</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Unfocuses the widget.</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-Focusable-for-State" class="impl"><a href="#impl-Focusable-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Focusable.html" title="trait iced::advanced::widget::operation::Focusable">Focusable</a> for <a class="struct" href="../../../widget/text_input/struct.State.html" title="struct iced::widget::text_input::State">State</a></h3></section></div><script src="../../../../implementors/iced_core/widget/operation/focusable/trait.Focusable.js" data-ignore-extern-crates="iced_widget" 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-Focusable-for-State" class="impl"><a class="src rightside" href="../../../../src/iced_widget/text_input.rs.html#1295">source</a><a href="#impl-Focusable-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Focusable.html" title="trait iced::advanced::widget::operation::Focusable">Focusable</a> for <a class="struct" href="../../../widget/text_input/struct.State.html" title="struct iced::widget::text_input::State">State</a></h3></section></div><script src="../../../../implementors/iced_core/widget/operation/focusable/trait.Focusable.js" data-ignore-extern-crates="iced_widget" async></script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion iced/advanced/widget/operation/trait.Scrollable.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
}</code></pre><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>advanced</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>The internal state of a widget that can be scrolled.</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.snap_to" class="method"><h4 class="code-header">fn <a href="#tymethod.snap_to" class="fn">snap_to</a>(&amp;mut self, offset: <a class="struct" href="../../../widget/scrollable/struct.RelativeOffset.html" title="struct iced::widget::scrollable::RelativeOffset">RelativeOffset</a>)</h4></section></summary><div class="docblock"><p>Snaps the scroll of the widget to the given <code>percentage</code> along the horizontal &amp; vertical axis.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.scroll_to" class="method"><h4 class="code-header">fn <a href="#tymethod.scroll_to" class="fn">scroll_to</a>(&amp;mut self, offset: <a class="struct" href="../../../widget/scrollable/struct.AbsoluteOffset.html" title="struct iced::widget::scrollable::AbsoluteOffset">AbsoluteOffset</a>)</h4></section></summary><div class="docblock"><p>Scroll the widget to the given <a href="../../../widget/scrollable/struct.AbsoluteOffset.html" title="struct iced::widget::scrollable::AbsoluteOffset"><code>AbsoluteOffset</code></a> along the horizontal &amp; vertical axis.</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-Scrollable-for-State" class="impl"><a href="#impl-Scrollable-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scrollable.html" title="trait iced::advanced::widget::operation::Scrollable">Scrollable</a> for <a class="struct" href="../../../widget/scrollable/struct.State.html" title="struct iced::widget::scrollable::State">State</a></h3></section></div><script src="../../../../implementors/iced_core/widget/operation/scrollable/trait.Scrollable.js" data-ignore-extern-crates="iced_widget" 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-Scrollable-for-State" class="impl"><a class="src rightside" href="../../../../src/iced_widget/scrollable.rs.html#1061">source</a><a href="#impl-Scrollable-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scrollable.html" title="trait iced::advanced::widget::operation::Scrollable">Scrollable</a> for <a class="struct" href="../../../widget/scrollable/struct.State.html" title="struct iced::widget::scrollable::State">State</a></h3></section></div><script src="../../../../implementors/iced_core/widget/operation/scrollable/trait.Scrollable.js" data-ignore-extern-crates="iced_widget" async></script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion iced/advanced/widget/operation/trait.TextInput.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.move_cursor_to_end" class="method"><h4 class="code-header">fn <a href="#tymethod.move_cursor_to_end" class="fn">move_cursor_to_end</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Moves the cursor of the text input to the end of the input text.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.move_cursor_to" class="method"><h4 class="code-header">fn <a href="#tymethod.move_cursor_to" class="fn">move_cursor_to</a>(&amp;mut self, position: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>)</h4></section></summary><div class="docblock"><p>Moves the cursor of the text input to an arbitrary location.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.select_all" class="method"><h4 class="code-header">fn <a href="#tymethod.select_all" class="fn">select_all</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Selects all the content of the text input.</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-TextInput-for-State" class="impl"><a href="#impl-TextInput-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TextInput.html" title="trait iced::advanced::widget::operation::TextInput">TextInput</a> for <a class="struct" href="../../../widget/text_input/struct.State.html" title="struct iced::widget::text_input::State">State</a></h3></section></div><script src="../../../../implementors/iced_core/widget/operation/text_input/trait.TextInput.js" data-ignore-extern-crates="iced_widget" 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-TextInput-for-State" class="impl"><a class="src rightside" href="../../../../src/iced_widget/text_input.rs.html#1309">source</a><a href="#impl-TextInput-for-State" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.TextInput.html" title="trait iced::advanced::widget::operation::TextInput">TextInput</a> for <a class="struct" href="../../../widget/text_input/struct.State.html" title="struct iced::widget::text_input::State">State</a></h3></section></div><script src="../../../../implementors/iced_core/widget/operation/text_input/trait.TextInput.js" data-ignore-extern-crates="iced_widget" async></script></section></div></main></body></html>
Loading

0 comments on commit 6f3b788

Please sign in to comment.