Trait gtk::OrientableExt [−][src]
pub trait OrientableExt {
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
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<Orientable> + IsA<Object>> OrientableExt for O