Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 9, 2024
1 parent 4911636 commit 10f13e6
Show file tree
Hide file tree
Showing 149 changed files with 431 additions and 378 deletions.
2 changes: 1 addition & 1 deletion iced/advanced/widget/text/trait.StyleSheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,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 style sheet of some text.</p>
</div></details><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedtype.Style" class="method"><a class="src rightside" href="../../../../src/iced_core/widget/text.rs.html#331">source</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a></h4></section></summary><div class="docblock"><p>The supported style of the <a href="../../../widget/text/trait.StyleSheet.html" title="trait iced::widget::text::StyleSheet"><code>StyleSheet</code></a>.</p>
</div></details></div><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.appearance" class="method"><a class="src rightside" href="../../../../src/iced_core/widget/text.rs.html#334">source</a><h4 class="code-header">fn <a href="#tymethod.appearance" class="fn">appearance</a>(&amp;self, style: Self::<a class="associatedtype" href="../../../widget/text/trait.StyleSheet.html#associatedtype.Style" title="type iced::widget::text::StyleSheet::Style">Style</a>) -&gt; <a class="struct" href="../../../widget/text/struct.Appearance.html" title="struct iced::widget::text::Appearance">Appearance</a></h4></section></summary><div class="docblock"><p>Produces the <a href="../../../widget/text/struct.Appearance.html" title="struct iced::widget::text::Appearance"><code>Appearance</code></a> of some text.</p>
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-StyleSheet-for-Theme" class="impl"><a class="src rightside" href="../../../../src/iced_style/theme.rs.html#1210">source</a><a href="#impl-StyleSheet-for-Theme" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../../widget/text/trait.StyleSheet.html" title="trait iced::widget::text::StyleSheet">StyleSheet</a> for <a class="enum" href="../../../enum.Theme.html" title="enum iced::Theme">Theme</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Style-1" class="associatedtype trait-impl"><a href="#associatedtype.Style-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a> = <a class="enum" href="../../../theme/enum.Text.html" title="enum iced::theme::Text">Text</a></h4></section></div></details></div><script src="../../../../trait.impl/iced_core/widget/text/trait.StyleSheet.js" data-ignore-extern-crates="iced_style" async></script></section></div></main></body></html>
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-StyleSheet-for-Theme" class="impl"><a class="src rightside" href="../../../../src/iced_style/theme.rs.html#1211">source</a><a href="#impl-StyleSheet-for-Theme" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../../widget/text/trait.StyleSheet.html" title="trait iced::widget::text::StyleSheet">StyleSheet</a> for <a class="enum" href="../../../enum.Theme.html" title="enum iced::Theme">Theme</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Style-1" class="associatedtype trait-impl"><a href="#associatedtype.Style-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a> = <a class="enum" href="../../../theme/enum.Text.html" title="enum iced::theme::Text">Text</a></h4></section></div></details></div><script src="../../../../trait.impl/iced_core/widget/text/trait.StyleSheet.js" data-ignore-extern-crates="iced_style" async></script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion iced/application/trait.StyleSheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A set of rules that dictate the style of an application.</p>
</div></details><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedtype.Style" class="method"><a class="src rightside" href="../../src/iced_style/application.rs.html#7">source</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a></h4></section></summary><div class="docblock"><p>The supported style of the <a href="trait.StyleSheet.html" title="trait iced::application::StyleSheet"><code>StyleSheet</code></a>.</p>
</div></details></div><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.appearance" class="method"><a class="src rightside" href="../../src/iced_style/application.rs.html#12">source</a><h4 class="code-header">fn <a href="#tymethod.appearance" class="fn">appearance</a>(&amp;self, style: &amp;Self::<a class="associatedtype" href="trait.StyleSheet.html#associatedtype.Style" title="type iced::application::StyleSheet::Style">Style</a>) -&gt; <a class="struct" href="struct.Appearance.html" title="struct iced::application::Appearance">Appearance</a></h4></section></summary><div class="docblock"><p>Returns the <a href="struct.Appearance.html" title="struct iced::application::Appearance"><code>Appearance</code></a> of the application for the provided <a href="trait.StyleSheet.html#associatedtype.Style" title="associated type iced_style::application::StyleSheet::Style::Style"><code>Style</code></a>.</p>
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-StyleSheet-for-Theme" class="impl"><a class="src rightside" href="../../src/iced_style/theme.rs.html#175">source</a><a href="#impl-StyleSheet-for-Theme" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.StyleSheet.html" title="trait iced::application::StyleSheet">StyleSheet</a> for <a class="enum" href="../enum.Theme.html" title="enum iced::Theme">Theme</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Style-1" class="associatedtype trait-impl"><a href="#associatedtype.Style-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a> = <a class="enum" href="../theme/enum.Application.html" title="enum iced::theme::Application">Application</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StyleSheet-for-T" class="impl"><a class="src rightside" href="../../src/iced_style/theme.rs.html#191">source</a><a href="#impl-StyleSheet-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.StyleSheet.html" title="trait iced::application::StyleSheet">StyleSheet</a> for T<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"><details class="toggle implementors-toggle"><summary><section id="impl-StyleSheet-for-Theme" class="impl"><a class="src rightside" href="../../src/iced_style/theme.rs.html#184">source</a><a href="#impl-StyleSheet-for-Theme" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.StyleSheet.html" title="trait iced::application::StyleSheet">StyleSheet</a> for <a class="enum" href="../enum.Theme.html" title="enum iced::Theme">Theme</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Style-1" class="associatedtype trait-impl"><a href="#associatedtype.Style-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a> = <a class="enum" href="../theme/enum.Application.html" title="enum iced::theme::Application">Application</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StyleSheet-for-T" class="impl"><a class="src rightside" href="../../src/iced_style/theme.rs.html#200">source</a><a href="#impl-StyleSheet-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.StyleSheet.html" title="trait iced::application::StyleSheet">StyleSheet</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&amp;<a class="enum" href="../enum.Theme.html" title="enum iced::Theme">Theme</a>) -&gt; <a class="struct" href="struct.Appearance.html" title="struct iced::application::Appearance">Appearance</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Style-2" class="associatedtype trait-impl"><a href="#associatedtype.Style-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a> = <a class="enum" href="../enum.Theme.html" title="enum iced::Theme">Theme</a></h4></section></div></details></div><script src="../../trait.impl/iced_style/application/trait.StyleSheet.js" data-ignore-extern-crates="iced_style" async></script></section></div></main></body></html>
32 changes: 16 additions & 16 deletions iced/enum.Theme.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/overlay/menu/trait.StyleSheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>The style sheet of a menu.</p>
</div></details><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedtype.Style" class="method"><a class="src rightside" href="../../../src/iced_style/menu.rs.html#22">source</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a></h4></section></summary><div class="docblock"><p>The supported style of the <a href="../../widget/overlay/menu/trait.StyleSheet.html" title="trait iced::widget::overlay::menu::StyleSheet"><code>StyleSheet</code></a>.</p>
</div></details></div><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.appearance" class="method"><a class="src rightside" href="../../../src/iced_style/menu.rs.html#25">source</a><h4 class="code-header">fn <a href="#tymethod.appearance" class="fn">appearance</a>(&amp;self, style: &amp;Self::<a class="associatedtype" href="../../widget/overlay/menu/trait.StyleSheet.html#associatedtype.Style" title="type iced::widget::overlay::menu::StyleSheet::Style">Style</a>) -&gt; <a class="struct" href="../../widget/overlay/menu/struct.Appearance.html" title="struct iced::widget::overlay::menu::Appearance">Appearance</a></h4></section></summary><div class="docblock"><p>Produces the <a href="../../widget/overlay/menu/struct.Appearance.html" title="struct iced::widget::overlay::menu::Appearance"><code>Appearance</code></a> of a menu.</p>
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-StyleSheet-for-Theme" class="impl"><a class="src rightside" href="../../../src/iced_style/theme.rs.html#625">source</a><a href="#impl-StyleSheet-for-Theme" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../widget/overlay/menu/trait.StyleSheet.html" title="trait iced::widget::overlay::menu::StyleSheet">StyleSheet</a> for <a class="enum" href="../../enum.Theme.html" title="enum iced::Theme">Theme</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Style-1" class="associatedtype trait-impl"><a href="#associatedtype.Style-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a> = <a class="enum" href="../../theme/enum.Menu.html" title="enum iced::theme::Menu">Menu</a></h4></section></div></details></div><script src="../../../trait.impl/iced_style/menu/trait.StyleSheet.js" data-ignore-extern-crates="iced_style" async></script></section></div></main></body></html>
</div></details></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-StyleSheet-for-Theme" class="impl"><a class="src rightside" href="../../../src/iced_style/theme.rs.html#626">source</a><a href="#impl-StyleSheet-for-Theme" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../../widget/overlay/menu/trait.StyleSheet.html" title="trait iced::widget::overlay::menu::StyleSheet">StyleSheet</a> for <a class="enum" href="../../enum.Theme.html" title="enum iced::Theme">Theme</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Style-1" class="associatedtype trait-impl"><a href="#associatedtype.Style-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Style" class="associatedtype">Style</a> = <a class="enum" href="../../theme/enum.Menu.html" title="enum iced::theme::Menu">Menu</a></h4></section></div></details></div><script src="../../../trait.impl/iced_style/menu/trait.StyleSheet.js" data-ignore-extern-crates="iced_style" async></script></section></div></main></body></html>
Loading

0 comments on commit 10f13e6

Please sign in to comment.