[][src]Trait gtk::ToolShellExt

pub trait ToolShellExt: 'static {
    fn get_ellipsize_mode(&self) -> EllipsizeMode;
fn get_icon_size(&self) -> IconSize;
fn get_orientation(&self) -> Orientation;
fn get_relief_style(&self) -> ReliefStyle;
fn get_style(&self) -> ToolbarStyle;
fn get_text_alignment(&self) -> f32;
fn get_text_orientation(&self) -> Orientation;
fn get_text_size_group(&self) -> Option<SizeGroup>;
fn rebuild_menu(&self); }

Required methods

Loading content...

Implementors

Loading content...