Trait orbtk::place::Placeable [] [src]

pub trait Placeable: Sized + Widget {
    fn place(self, window: &Window) -> Arc<Self> { ... }
    fn position(self, x: i32, y: i32) -> Self { ... }
    fn size(self, width: u32, height: u32) -> Self { ... }
}

Provided Methods

Implementors