Trait gtk::prelude::OrientableExt[][src]

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

Required methods

Retrieves the orientation of the self.

Returns

the orientation of the self.

Sets the orientation of the self.

orientation

the orientable’s new orientation.

Implementors