[−][src]Trait conrod_core::widget::list::ItemSize
The way in which the List's items are sized. E.g. Fired or Dynamic.
Required methods
fn update_list<D>(
_: List<D, Self>,
_: UpdateArgs<'_, '_, '_, '_, List<D, Self>>
) -> <List<D, Self> as Widget>::Event where
D: Direction,
_: List<D, Self>,
_: UpdateArgs<'_, '_, '_, '_, List<D, Self>>
) -> <List<D, Self> as Widget>::Event where
D: Direction,
Update the List widget.
fn size_item<W, D>(&self, widget: W, breadth: Scalar) -> W where
W: Widget,
D: Direction,
W: Widget,
D: Direction,
Set the size for the given item widget and return it.
Implementors
impl ItemSize for Dynamic[src]
fn update_list<D>(
list: List<D, Self>,
args: UpdateArgs<'_, '_, '_, '_, List<D, Self>>
) -> <List<D, Self> as Widget>::Event where
D: Direction, [src]
list: List<D, Self>,
args: UpdateArgs<'_, '_, '_, '_, List<D, Self>>
) -> <List<D, Self> as Widget>::Event where
D: Direction,
fn size_item<W, D>(&self, widget: W, breadth: Scalar) -> W where
W: Widget,
D: Direction, [src]
W: Widget,
D: Direction,