Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jan 22, 2024
1 parent 3fd59d2 commit 103a069
Show file tree
Hide file tree
Showing 29 changed files with 110 additions and 120 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
</div></details><h2 id="required-methods" class="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"><a class="src rightside" href="../../../../../src/iced_core/widget/operation/focusable.rs.html#9">source</a><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"><a class="src rightside" href="../../../../../src/iced_core/widget/operation/focusable.rs.html#12">source</a><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"><a class="src rightside" href="../../../../../src/iced_core/widget/operation/focusable.rs.html#15">source</a><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="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Focusable-for-State%3CP%3E" class="impl"><a class="src rightside" href="../../../../../src/iced_widget/text_input.rs.html#1333">source</a><a href="#impl-Focusable-for-State%3CP%3E" class="anchor">§</a><h3 class="code-header">impl&lt;P&gt; <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>&lt;P&gt;<div class="where">where
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Focusable-for-State%3CP%3E" class="impl"><a class="src rightside" href="../../../../../src/iced_widget/text_input.rs.html#1328">source</a><a href="#impl-Focusable-for-State%3CP%3E" class="anchor">§</a><h3 class="code-header">impl&lt;P&gt; <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>&lt;P&gt;<div class="where">where
P: <a class="trait" href="../../../text/trait.Paragraph.html" title="trait iced::advanced::text::Paragraph">Paragraph</a>,</div></h3></section></div><script src="../../../../../trait.impl/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 @@ -9,5 +9,5 @@
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.move_cursor_to_end" class="method"><a class="src rightside" href="../../../../../src/iced_core/widget/operation/text_input.rs.html#11">source</a><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"><a class="src rightside" href="../../../../../src/iced_core/widget/operation/text_input.rs.html#13">source</a><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"><a class="src rightside" href="../../../../../src/iced_core/widget/operation/text_input.rs.html#15">source</a><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="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-TextInput-for-State%3CP%3E" class="impl"><a class="src rightside" href="../../../../../src/iced_widget/text_input.rs.html#1347">source</a><a href="#impl-TextInput-for-State%3CP%3E" class="anchor">§</a><h3 class="code-header">impl&lt;P&gt; <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>&lt;P&gt;<div class="where">where
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-TextInput-for-State%3CP%3E" class="impl"><a class="src rightside" href="../../../../../src/iced_widget/text_input.rs.html#1342">source</a><a href="#impl-TextInput-for-State%3CP%3E" class="anchor">§</a><h3 class="code-header">impl&lt;P&gt; <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>&lt;P&gt;<div class="where">where
P: <a class="trait" href="../../../text/trait.Paragraph.html" title="trait iced::advanced::text::Paragraph">Paragraph</a>,</div></h3></section></div><script src="../../../../../trait.impl/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,5 +7,5 @@
</div></details><h2 id="required-methods" class="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"><a class="src rightside" href="../../../../src/iced_core/widget/operation/focusable.rs.html#9">source</a><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"><a class="src rightside" href="../../../../src/iced_core/widget/operation/focusable.rs.html#12">source</a><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"><a class="src rightside" href="../../../../src/iced_core/widget/operation/focusable.rs.html#15">source</a><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="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Focusable-for-State%3CP%3E" class="impl"><a class="src rightside" href="../../../../src/iced_widget/text_input.rs.html#1333">source</a><a href="#impl-Focusable-for-State%3CP%3E" class="anchor">§</a><h3 class="code-header">impl&lt;P&gt; <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>&lt;P&gt;<div class="where">where
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Focusable-for-State%3CP%3E" class="impl"><a class="src rightside" href="../../../../src/iced_widget/text_input.rs.html#1328">source</a><a href="#impl-Focusable-for-State%3CP%3E" class="anchor">§</a><h3 class="code-header">impl&lt;P&gt; <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>&lt;P&gt;<div class="where">where
P: <a class="trait" href="../../text/trait.Paragraph.html" title="trait iced::advanced::text::Paragraph">Paragraph</a>,</div></h3></section></div><script src="../../../../trait.impl/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.TextInput.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.move_cursor_to_end" class="method"><a class="src rightside" href="../../../../src/iced_core/widget/operation/text_input.rs.html#11">source</a><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"><a class="src rightside" href="../../../../src/iced_core/widget/operation/text_input.rs.html#13">source</a><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"><a class="src rightside" href="../../../../src/iced_core/widget/operation/text_input.rs.html#15">source</a><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="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-TextInput-for-State%3CP%3E" class="impl"><a class="src rightside" href="../../../../src/iced_widget/text_input.rs.html#1347">source</a><a href="#impl-TextInput-for-State%3CP%3E" class="anchor">§</a><h3 class="code-header">impl&lt;P&gt; <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>&lt;P&gt;<div class="where">where
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-TextInput-for-State%3CP%3E" class="impl"><a class="src rightside" href="../../../../src/iced_widget/text_input.rs.html#1342">source</a><a href="#impl-TextInput-for-State%3CP%3E" class="anchor">§</a><h3 class="code-header">impl&lt;P&gt; <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>&lt;P&gt;<div class="where">where
P: <a class="trait" href="../../text/trait.Paragraph.html" title="trait iced::advanced::text::Paragraph">Paragraph</a>,</div></h3></section></div><script src="../../../../trait.impl/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 103a069

Please sign in to comment.