Trait gtk::OrientableExt [] [src]

pub trait OrientableExt {
    fn get_orientation(&self) -> Orientation;
    fn set_orientation(&self, orientation: Orientation);
}

Required Methods

Implementors