Trait orbtk::traits::Place [] [src]

pub trait Place: Sized + Widget {
    fn position(&self, x: i32, y: i32) -> &Self { ... }
fn size(&self, width: u32, height: u32) -> &Self { ... }
fn placement(
        &self,
        vertical_placement: VerticalPlacement,
        horizontal_placement: HorizontalPlacement
    ) -> &Self { ... } }

Provided Methods

Implementors