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
Trait containing all Orientable
methods.
Implementors
AppChooserWidget
, Box
, ButtonBox
, CellAreaBox
, CellRendererProgress
, CellView
, ColorChooserWidget
, FileChooserButton
, FileChooserWidget
, FlowBox
, FontChooserWidget
, Grid
, InfoBar
, LevelBar
, Orientable
, Paned
, ProgressBar
, Range
, RecentChooserWidget
, ScaleButton
, Scale
, Scrollbar
, Separator
, ShortcutLabel
, ShortcutsGroup
, ShortcutsSection
, ShortcutsShortcut
, SpinButton
, StackSwitcher
, Statusbar
, ToolPalette
, Toolbar
, VolumeButton
Required methods
fn orientation(&self) -> Orientation
fn orientation(&self) -> Orientation
fn set_orientation(&self, orientation: Orientation)
fn set_orientation(&self, orientation: Orientation)
fn connect_orientation_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId