Skip to content

Commit 04a0ebe

Browse files
committed
1 parent 1b13bba commit 04a0ebe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+291
-291
lines changed

iced/widget/pop/struct.Pop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
self,
1010
on_show: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(<a class="struct" href="../../struct.Size.html" title="struct iced::Size">Size</a>) -&gt; Message + 'a,
1111
) -&gt; <a class="struct" href="../struct.Pop.html" title="struct iced::widget::Pop">Pop</a>&lt;'a, Message, Theme, Renderer&gt;</h4></section></summary><div class="docblock"><p>Sets the message to be produced when the content pops into view.</p>
12-
<p>The closure will receive the relative bounds of the content in that moment.</p>
12+
<p>The closure will receive the <a href="../../struct.Size.html" title="struct iced::Size"><code>Size</code></a> of the content in that moment.</p>
1313
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_resize" class="method"><a class="src rightside" href="../../../src/iced_widget/pop.rs.html#55-58">Source</a><h4 class="code-header">pub fn <a href="#method.on_resize" class="fn">on_resize</a>(
1414
self,
1515
on_resize: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(<a class="struct" href="../../struct.Size.html" title="struct iced::Size">Size</a>) -&gt; Message + 'a,

iced/widget/struct.Pop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
self,
1010
on_show: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(<a class="struct" href="../struct.Size.html" title="struct iced::Size">Size</a>) -&gt; Message + 'a,
1111
) -&gt; <a class="struct" href="struct.Pop.html" title="struct iced::widget::Pop">Pop</a>&lt;'a, Message, Theme, Renderer&gt;</h4></section></summary><div class="docblock"><p>Sets the message to be produced when the content pops into view.</p>
12-
<p>The closure will receive the relative bounds of the content in that moment.</p>
12+
<p>The closure will receive the <a href="../struct.Size.html" title="struct iced::Size"><code>Size</code></a> of the content in that moment.</p>
1313
</div></details><details class="toggle method-toggle" open><summary><section id="method.on_resize" class="method"><a class="src rightside" href="../../src/iced_widget/pop.rs.html#55-58">Source</a><h4 class="code-header">pub fn <a href="#method.on_resize" class="fn">on_resize</a>(
1414
self,
1515
on_resize: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(<a class="struct" href="../struct.Size.html" title="struct iced::Size">Size</a>) -&gt; Message + 'a,

iced_renderer/fallback/enum.Compositor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
renderer: &amp;mut Self::<a class="associatedtype" href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Renderer" title="type iced_graphics::compositor::Compositor::Renderer">Renderer</a>,
2929
surface: &amp;mut Self::<a class="associatedtype" href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Surface" title="type iced_graphics::compositor::Compositor::Surface">Surface</a>,
3030
viewport: &amp;<a class="struct" href="../../iced_graphics/viewport/struct.Viewport.html" title="struct iced_graphics::viewport::Viewport">Viewport</a>,
31-
background_color: Color,
31+
background_color: <a class="struct" href="../../iced_core/color/struct.Color.html" title="struct iced_core::color::Color">Color</a>,
3232
overlay: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[T]</a>,
3333
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="enum" href="../../iced_graphics/compositor/enum.SurfaceError.html" title="enum iced_graphics::compositor::SurfaceError">SurfaceError</a>&gt;</h4></section></summary><div class='docblock'>Presents the <a href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Renderer" title="associated type iced_graphics::compositor::Compositor::Renderer::Renderer"><code>Renderer</code></a> primitives to the next frame of the given <a href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Surface" title="associated type iced_graphics::compositor::Compositor::Surface::Surface"><code>Surface</code></a>.</div></details><details class="toggle method-toggle" open><summary><section id="method.screenshot" class="method trait-impl"><a class="src rightside" href="../../src/iced_renderer/fallback.rs.html#353-379">Source</a><a href="#method.screenshot" class="anchor">§</a><h4 class="code-header">fn <a href="../../iced_graphics/compositor/trait.Compositor.html#tymethod.screenshot" class="fn">screenshot</a>&lt;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;&gt;(
3434
&amp;mut self,
3535
renderer: &amp;mut Self::<a class="associatedtype" href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Renderer" title="type iced_graphics::compositor::Compositor::Renderer">Renderer</a>,
3636
viewport: &amp;<a class="struct" href="../../iced_graphics/viewport/struct.Viewport.html" title="struct iced_graphics::viewport::Viewport">Viewport</a>,
37-
background_color: Color,
37+
background_color: <a class="struct" href="../../iced_core/color/struct.Color.html" title="struct iced_core::color::Color">Color</a>,
3838
overlay: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[T]</a>,
3939
) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt; <a href="#" class="tooltip" data-notable-ty="Vec&lt;u8&gt;"></a></h4></section></summary><div class='docblock'>Screenshots the current <a href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Renderer" title="associated type iced_graphics::compositor::Compositor::Renderer::Renderer"><code>Renderer</code></a> primitives to an offscreen texture, and returns the bytes of
4040
the texture ordered as <code>RGBA</code> in the <code>sRGB</code> color space.</div></details><details class="toggle method-toggle" open><summary><section id="method.new" class="method trait-impl"><a class="src rightside" href="../../src/iced_graphics/compositor.rs.html#22-25">Source</a><a href="#method.new" class="anchor">§</a><h4 class="code-header">fn <a href="../../iced_graphics/compositor/trait.Compositor.html#method.new" class="fn">new</a>&lt;W&gt;(

0 commit comments

Comments
 (0)