pub trait StackSwitcherExtManual: IsA<StackSwitcher> + Sealed + 'static {
    // Provided methods
    fn icon_size(&self) -> IconSize { ... }
    fn set_icon_size(&self, icon_size: IconSize) { ... }
    fn connect_icon_size_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}

Provided Methods§

source

fn icon_size(&self) -> IconSize

source

fn set_icon_size(&self, icon_size: IconSize)

source

fn connect_icon_size_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

Implementors§