[][src]Trait gtk::OrientableExt

pub trait OrientableExt: 'static {
    fn get_orientation(&self) -> Orientation;
fn set_orientation(&self, orientation: Orientation);
fn connect_property_orientation_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_orientation(&self) -> Orientation

fn set_orientation(&self, orientation: Orientation)

fn connect_property_orientation_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<Orientable>> OrientableExt for O[src]

Loading content...