[][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; }

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 get_orientation(&self) -> Orientation

Retrieves the orientation of the self.

Returns

the orientation of the self.

fn set_orientation(&self, orientation: Orientation)

Sets the orientation of the self.

orientation

the orientable’s new 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...