Struct iup::layout::vbox::VBox
[−]
[src]
pub struct VBox(_);
A void container for composing elements vertically. It is a box that arranges the elements it contains from top to bottom.
See the IUP VBox Documentation.
Methods
impl VBox
fn new<A>(elems: A) -> VBox where A: AsRef<[Handle]>
Creates a vertical container box with the specified childs.