Struct kiss_ui::container::Vertical
[−]
[src]
pub struct Vertical(_);
A container widget that lines up its children from top to bottom.
pub struct Vertical(_);
A container widget that lines up its children from top to bottom.
impl Verticalfn new<C>(children: C) -> Vertical where C: AsRef<[BaseWidget]>fn set_halign(self, halign: HAlign) -> Selffn set_elem_spacing_pixels(self, spacing: u32) -> Selfimpl Widget for Verticalfn show(self) -> Selffn hide(self) -> Selffn set_visible(self, visible: bool) -> Selffn set_enabled(self, enabled: bool) -> Selffn set_position(self, x: i32, y: i32) -> Selffn get_position(self) -> (i32, i32)fn set_name(self, name: &str) -> Selffn get_name(&self) -> Option<WidgetStr>fn get_sibling(self) -> Option<BaseWidget>fn get_parent(self) -> Option<BaseWidget>fn get_dialog(self) -> Option<Dialog>fn get_size_pixels(self) -> (u32, u32)fn store<N: Into<String>>(self, name: N) -> Option<BaseWidget>fn to_base(self) -> BaseWidgetimpl Copy for Verticalimpl Clone for Verticalfn clone(&self) -> Selffn clone_from(&mut self, source: &Self)impl Downcast for Verticalfn can_downcast(base: &BaseWidget) -> boolfn try_downcast(base: BaseWidget) -> Result<Self, BaseWidget>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)