Struct kiss_ui::container::Horizontal
[−]
[src]
pub struct Horizontal(_);
A container widget that lines up its children from left to right.
Methods
impl Horizontal
fn new<C>(children: C) -> Horizontal where C: AsRef<[BaseWidget]>
Create a new horizontal container with the given vector or array of children, which may also be empty.
See the children![]
macro in this crate for more info.