Trait gtk::prelude::OrientableExt  
                   
                       [−]
                   
               [src]
pub trait OrientableExt {
    fn get_orientation(&self) -> Orientation;
    fn set_orientation(&self, orientation: Orientation);
}
            Required Methods
fn get_orientation(&self) -> Orientation
fn set_orientation(&self, orientation: Orientation)
Implementors
impl<O: IsA<Orientable>> OrientableExt for O