<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="API documentation for the Rust `Widget` struct in crate `widgetry`."><metaname="keywords"content="rust, rustlang, rust-lang, Widget"><title>Widget in widgetry - Rust</title><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../SourceSerif4-Regular.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../FiraSans-Regular.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../FiraSans-Medium.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../SourceCodePro-Regular.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../SourceSerif4-Bold.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../SourceCodePro-Semibold.ttf.woff2"><linkrel="stylesheet"type="text/css"href="../normalize.css"><linkrel="stylesheet"type="text/css"href="../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../ayu.css"disabled><linkrel="stylesheet"type="text/css"href="../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../light.css"id="themeStyle"><scriptid="default-settings"></script><scriptsrc="../storage.js"></script><scriptsrc="../crates.js"></script><scriptdefersrc="../main.js"></script>
<noscript><linkrel="stylesheet"href="../noscript.css"></noscript><linkrel="alternate icon"type="image/png"href="../favicon-16x16.png"><linkrel="alternate icon"type="image/png"href="../favicon-32x32.png"><linkrel="icon"type="image/svg+xml"href="../favicon.svg"></head><bodyclass="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu"role="button">☰</div><aclass="sidebar-logo"href="../widgetry/index.html"><divclass="logo-container"><imgclass="rust-logo"src="../rust-logo.png"alt="logo"></div>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.flex_wrap_no_inner_spacing"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/mod.rs.html#208-215"title="goto source code">[src]</a></div><ahref="#method.flex_wrap_no_inner_spacing"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.flex_wrap_no_inner_spacing"class="fnname">flex_wrap_no_inner_spacing</a>(<br> self, <br> ctx: &<aclass="struct"href="event_ctx/struct.EventCtx.html"title="struct widgetry::event_ctx::EventCtx">EventCtx</a><'_>, <br> width: <aclass="struct"href="../geom/percent/struct.Percent.html"title="struct geom::percent::Percent">Percent</a><br>) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div></summary><divclass="docblock"><p>Like flex_wrap, but doesn’t horizontally space out widgets on the same row.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.force_width"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/mod.rs.html#217-220"title="goto source code">[src]</a></div><ahref="#method.force_width"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.force_width"class="fnname">force_width</a>(self, width: <aclass="primitive"href="https://doc.rust-lang.org/1.59.0/std/primitive.f64.html">f64</a>) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div></summary><divclass="docblock"><p>Only for rows/columns. Used to force table columns to line up.</p>
</div></details><divid="method.corner_rounding"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/mod.rs.html#247-250"title="goto source code">[src]</a></div><ahref="#method.corner_rounding"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.corner_rounding"class="fnname">corner_rounding</a><R: <aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="enum"href="widgets/enum.CornerRounding.html"title="enum widgetry::widgets::CornerRounding">CornerRounding</a>>>(self, value: R) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.container"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/mod.rs.html#254-256"title="goto source code">[src]</a></div><ahref="#method.container"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.container"class="fnname">container</a>(self) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div></summary><divclass="docblock"><p>Things like padding don’t work on many widgets, so just make a convenient way to wrap in a
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.row"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/mod.rs.html#434-436"title="goto source code">[src]</a></div><ahref="#method.row"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.row"class="fnname">row</a>(widgets: <aclass="struct"href="https://doc.rust-lang.org/1.59.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div></summary><divclass="docblock"><p>Creates a row with the specified widgets. Every member gets a default horizontal margin.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.evenly_spaced_row"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/mod.rs.html#439-451"title="goto source code">[src]</a></div><ahref="#method.evenly_spaced_row"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.evenly_spaced_row"class="fnname">evenly_spaced_row</a>(spacing: <aclass="primitive"href="https://doc.rust-lang.org/1.59.0/std/primitive.usize.html">usize</a>, widgets: <aclass="struct"href="https://doc.rust-lang.org/1.59.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div></summary><divclass="docblock"><p>Creates a row with the specified widgets, with a <code>spacing</code> sized margin between members</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.custom_col"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/mod.rs.html#454-456"title="goto source code">[src]</a></div><ahref="#method.custom_col"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.custom_col"class="fnname">custom_col</a>(widgets: <aclass="struct"href="https://doc.rust-lang.org/1.59.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div></summary><divclass="docblock"><p>Creates a column with the specified widgets. No margins or other layouting is applied.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.evenly_spaced_col"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/mod.rs.html#459-471"title="goto source code">[src]</a></div><ahref="#method.evenly_spaced_col"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.evenly_spaced_col"class="fnname">evenly_spaced_col</a>(spacing: <aclass="primitive"href="https://doc.rust-lang.org/1.59.0/std/primitive.usize.html">usize</a>, widgets: <aclass="struct"href="https://doc.rust-lang.org/1.59.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div></summary><divclass="docblock"><p>Creates a column with the specified widgets, with a <code>spacing</code> sized margin between members</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.col"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/mod.rs.html#474-476"title="goto source code">[src]</a></div><ahref="#method.col"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.col"class="fnname">col</a>(widgets: <aclass="struct"href="https://doc.rust-lang.org/1.59.0/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div></summary><divclass="docblock"><p>Creates a column with the specified widgets. Every member gets a default vertical margin.</p>
then be further <code>downcast</code> into <code>Box<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any">Read more</a></p>
further <code>downcast</code> into <code>Rc<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any_rc">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Instrument"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#155"title="goto source code">[src]</a></div><ahref="#impl-Instrument"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html"title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.instrument"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#38"title="goto source code">[src]</a></div><ahref="#method.instrument"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.instrument"class="fnname">instrument</a>(self, span: <aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/span/struct.Span.html"title="struct tracing::span::Span">Span</a>) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></div></summary><divclass='docblock'><p>Instruments this type with the provided <code>Span</code>, returning an
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.in_current_span"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#74"title="goto source code">[src]</a></div><ahref="#method.in_current_span"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.in_current_span"class="fnname">in_current_span</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></div></summary><divclass='docblock'><p>Instruments this type with the <ahref="../struct.Span.html#method.current">current</a><code>Span</code>, returning an
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Into%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#538-545"title="goto source code">[src]</a></div><ahref="#impl-Into%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#542"title="goto source code">[src]</a></div><ahref="#method.into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.59.0/core/convert/trait.Into.html#tymethod.into"class="fnname">into</a>(self) -> U</h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Same%3CT%3E"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-Same%3CT%3E"class="anchor"></a><h3class="code-header in-band">impl<T> Same<T> for T</h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Output"class="type trait-impl has-srclink"><ahref="#associatedtype.Output"class="anchor"></a><h4class="code-header">type <ahref="#associatedtype.Output"class="associatedtype">Output</a> = T</h4></div></summary><divclass='docblock'><p>Should always be <code>Self</code></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryFrom%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#588-597"title="goto source code">[src]</a></div><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error-1"class="type trait-impl has-srclink"><ahref="#associatedtype.Error-1"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.59.0/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_from"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#594"title="goto source code">[src]</a></div><ahref="#method.try_from"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.59.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryInto%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#574-583"title="goto source code">[src]</a></div><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error"class="type trait-impl has-srclink"><ahref="#associatedtype.Error"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryInto.html#associatedtype.Error"class="associatedtype">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.59.0/src/core/convert/mod.rs.html#580"title="goto source code">[src]</a></div><ahref="#method.try_into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.59.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.59.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>