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