Trait gtk::prelude::ToolShellExt

source ·
pub trait ToolShellExt: 'static {
    // Required methods
    fn ellipsize_mode(&self) -> EllipsizeMode;
    fn icon_size(&self) -> IconSize;
    fn orientation(&self) -> Orientation;
    fn relief_style(&self) -> ReliefStyle;
    fn style(&self) -> ToolbarStyle;
    fn text_alignment(&self) -> f32;
    fn text_orientation(&self) -> Orientation;
    fn text_size_group(&self) -> Option<SizeGroup>;
    fn rebuild_menu(&self);
}

Required Methods§

Implementors§