<!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::widgets - Rust</title><linkrel="stylesheet"type="text/css"href="../../normalize.css"><linkrel="stylesheet"type="text/css"href="../../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../../light.css"id="themeStyle"><linkrel="stylesheet"type="text/css"href="../../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../../ayu.css"disabled><scriptid="default-settings"></script><scriptsrc="../../storage.js"></script><scriptsrc="../../crates.js"></script><noscript><linkrel="stylesheet"href="../../noscript.css"></noscript><linkrel="icon"type="image/svg+xml"href="../../favicon.svg">
<linkrel="alternate icon"type="image/png"href="../../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></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><ahref='../../widgetry/index.html'><divclass='logo-container rust-logo'><imgsrc='../../rust-logo.png'alt='logo'></div></a><pclass="location">Struct Widget</p><divclass="sidebar-elems"><divclass="block items"><aclass="sidebar-title"href="#fields">Fields</a><divclass="sidebar-links"><ahref="#structfield.bg">bg</a><ahref="#structfield.bg_batch">bg_batch</a><ahref="#structfield.id">id</a><ahref="#structfield.layout">layout</a><ahref="#structfield.rect">rect</a><ahref="#structfield.widget">widget</a></div><aclass="sidebar-title"href="#implementations">Methods</a><divclass="sidebar-links"><ahref="#method.abs">abs</a><ahref="#method.align_bottom">align_bottom</a><ahref="#method.align_left">align_left</a><ahref="#method.align_right">align_right</a><ahref="#method.align_vert_center">align_vert_center</a><ahref="#method.apply_flexbox">apply_flexbox</a><ahref="#method.bg">bg</a><ahref="#method.centered">centered</a><ahref="#method.centered_cross">centered_cross</a><ahref="#method.centered_horiz">centered_horiz</a><ahref="#method.centered_vert">centered_vert</a><ahref="#method.col">col</a><ahref="#method.consume_geometry">consume_geometry</a><ahref="#method.container">container</a><ahref="#method.corner_rounding">corner_rounding</a><ahref="#method.currently_hovering">currently_hovering</a><ahref="#method.custom_col">custom_col</a><ahref="#method.custom_row">custom_row</a><ahref="#method.draw">draw</a><ahref="#method.dropdown">dropdown</a><ahref="#method.evenly_spaced">evenly_spaced</a><ahref="#method.evenly_spaced_col">evenly_spaced_col</a><ahref="#method.evenly_spaced_row">evenly_spaced_row</a><ahref="#method.fill_height">fill_height</a><ahref="#method.fill_width">fill_width</a><ahref="#method.find">find</a><ahref="#method.find_mut">find_mut</a><ahref="#method.flex_wrap">flex_wrap</a><ahref="#method.flex_wrap_no_inner_spacing">flex_wrap_no_inner_spacing</a><ahref="#method.force_width">force_width</a><ahref="#method.force_width_parent_pct">force_width_parent_pct</a><ahref="#method.force_width_window_pct">force_width_window_pct</a><ahref="#method.get_all_click_actions">get_all_click_actions</a><ahref="#method.get_flexbox">get_flexbox</a><ahref="#method.get_width_for_forcing">get_width_for_forcing</a><ahref="#method.horiz_separator">horiz_separator</a><ahref="#method.into_geom">into_geom</a><ahref="#method.is_btn">is_btn</a><ahref="#method.margin">margin</a><ahref="#method.margin_above">margin_above</a><ahref="#method.margin_below">margin_below</a><ahref="#method.margin_horiz">margin_horiz</a><ahref="#method.margin_left">margin_left</a><ahref="#method.margin_right">margin_right</a><ahref="#method.margin_vert">margin_vert</a><ahref="#method.named">named</a><ahref="#method.new">new</a><ahref="#method.nothing">nothing</a><ahref="#method.outline">outline</a><ahref="#method.padding">padding</a><ahref="#method.padding_bottom">padding_bottom</a><ahref="#method.padding_left">padding_left</a><ahref="#method.padding_right">padding_right</a><ahref="#method.padding_top">padding_top</a><ahref="#method.restore">restore</a><ahref="#method.row">row</a><ahref="#method.section">section</a><ahref="#method.tab_body">tab_body</a><ahref="#method.take">take</a><ahref="#method.take_just_draw">take_just_draw</a><ahref="#method.vert_separator">vert_separator</a></div><aclass="sidebar-title"href="#synthetic-implementations">Auto Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-RefUnwindSafe">!RefUnwindSafe</a><ahref="#impl-Send">!Send</a><ahref="#impl-Sync">!Sync</a><ahref="#impl-Unpin">Unpin</a><ahref="#impl-UnwindSafe">!UnwindSafe</a></div><aclass="sideba
</div><h4id="method.flex_wrap_no_inner_spacing"class="method"><code>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="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></code><ahref="#method.flex_wrap_no_inner_spacing"class="anchor"></a><aclass="srclink"href="../../src/widgetry/widgets/mod.rs.html#202-209"title="goto source code">[src]</a></h4><divclass="docblock"><p>Like flex_wrap, but doesn’t horizontally space out widgets on the same row.</p>
</div><h4id="method.force_width"class="method"><code>pub fn <ahref="#method.force_width"class="fnname">force_width</a>(self, width: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>) -><aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></code><ahref="#method.force_width"class="anchor"></a><aclass="srclink"href="../../src/widgetry/widgets/mod.rs.html#211-214"title="goto source code">[src]</a></h4><divclass="docblock"><p>Only for rows/columns. Used to force table columns to line up.</p>
</div><h4id="method.corner_rounding"class="method"><code>pub fn <ahref="#method.corner_rounding"class="fnname">corner_rounding</a><R: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="enum"href="enum.CornerRounding.html"title="enum widgetry::widgets::CornerRounding">CornerRounding</a>>>(self, value: R) -><aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></code><ahref="#method.corner_rounding"class="anchor"></a><aclass="srclink"href="../../src/widgetry/widgets/mod.rs.html#241-244"title="goto source code">[src]</a></h4><h4id="method.container"class="method"><code>pub fn <ahref="#method.container"class="fnname">container</a>(self) -><aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></code><ahref="#method.container"class="anchor"></a><aclass="srclink"href="../../src/widgetry/widgets/mod.rs.html#248-250"title="goto source code">[src]</a></h4><divclass="docblock"><p>Things like padding don’t work on many widgets, so just make a convenient way to wrap in a
</div><h4id="method.row"class="method"><code>pub fn <ahref="#method.row"class="fnname">row</a>(widgets: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></code><ahref="#method.row"class="anchor"></a><aclass="srclink"href="../../src/widgetry/widgets/mod.rs.html#428-430"title="goto source code">[src]</a></h4><divclass="docblock"><p>Creates a row with the specified widgets. Every member gets a default horizontal margin.</p>
</div><h4id="method.evenly_spaced_row"class="method"><code>pub fn <ahref="#method.evenly_spaced_row"class="fnname">evenly_spaced_row</a>(spacing: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, widgets: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></code><ahref="#method.evenly_spaced_row"class="anchor"></a><aclass="srclink"href="../../src/widgetry/widgets/mod.rs.html#433-445"title="goto source code">[src]</a></h4><divclass="docblock"><p>Creates a row with the specified widgets, with a <code>spacing</code> sized margin between members</p>
</div><h4id="method.custom_col"class="method"><code>pub fn <ahref="#method.custom_col"class="fnname">custom_col</a>(widgets: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></code><ahref="#method.custom_col"class="anchor"></a><aclass="srclink"href="../../src/widgetry/widgets/mod.rs.html#448-450"title="goto source code">[src]</a></h4><divclass="docblock"><p>Creates a column with the specified widgets. No margins or other layouting is applied.</p>
</div><h4id="method.evenly_spaced_col"class="method"><code>pub fn <ahref="#method.evenly_spaced_col"class="fnname">evenly_spaced_col</a>(spacing: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, widgets: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></code><ahref="#method.evenly_spaced_col"class="anchor"></a><aclass="srclink"href="../../src/widgetry/widgets/mod.rs.html#453-465"title="goto source code">[src]</a></h4><divclass="docblock"><p>Creates a column with the specified widgets, with a <code>spacing</code> sized margin between members</p>
</div><h4id="method.col"class="method"><code>pub fn <ahref="#method.col"class="fnname">col</a>(widgets: <aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"title="struct alloc::vec::Vec">Vec</a><<aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a>>) -><aclass="struct"href="struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></code><ahref="#method.col"class="anchor"></a><aclass="srclink"href="../../src/widgetry/widgets/mod.rs.html#468-470"title="goto source code">[src]</a></h4><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></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><h3id="impl-From%3CT%3E"class="impl"><codeclass="in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for T</code><ahref="#impl-From%3CT%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#544-548"title="goto source code">[src]</a></h3></summary><divclass="impl-items"><h4id="method.from"class="method hidden trait-impl"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from"class="fnname">from</a>(t: T) -> T</code><ahref="#method.from"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#545"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><h3id="impl-Into%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/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/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></code><ahref="#impl-Into%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#533-540"title="goto source code">[src]</a></h3></summary><divclass="impl-items"><h4id="method.into"class="method hidden trait-impl"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into"class="fnname">into</a>(self) -> U</code><ahref="#method.into"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#537"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><h3id="impl-Same%3CT%3E"class="impl"><codeclass="in-band">impl<T> Same<T> for T</code><ahref="#impl-Same%3CT%3E"class="anchor"></a></h3></summary><divclass="impl-items"><h4id="associatedtype.Output"class="type trait-impl"><code>type <ahref="#associatedtype.Output"class="type">Output</a> = T</code><ahref="#associatedtype.Output"class="anchor"></a></h4><divclass='docblock'><p>Should always be <code>Self</code></p>
</div></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><h3id="impl-TryFrom%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/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/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></code><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#581-590"title="goto source code">[src]</a></h3></summary><divclass="impl-items"><h4id="associatedtype.Error"class="type trait-impl"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></code><ahref="#associatedtype.Error"class="anchor"></a></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_from"class="method hidden trait-impl"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><ahref="#method.try_from"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#587"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><h3id="impl-TryInto%3CU%3E"class="impl"><codeclass="in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/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/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#567-576"title="goto source code">[src]</a></h3></summary><divclass="impl-items"><h4id="associatedtype.Error-1"class="type trait-impl"><code>type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></code><ahref="#associatedtype.Error-1"class="anchor"></a></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id="method.try_into"class="method hidden trait-impl"><code>pub fn <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><ahref="#method.try_into"class="anchor"></a><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#573"title="goto source code">[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>