Trait libhelium::prelude::ViewSwitcherExt

source ·
pub trait ViewSwitcherExt: IsA<ViewSwitcher> + Sealed + 'static {
    // Provided methods
    fn stack(&self) -> Stack { ... }
    fn set_stack(&self, value: &Stack) { ... }
    fn connect_stack_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F,
    ) -> SignalHandlerId { ... }
}
Expand description

Trait containing all ViewSwitcher methods.

§Implementors

ViewSwitcher

Provided Methods§

source

fn stack(&self) -> Stack

source

fn set_stack(&self, value: &Stack)

source

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

Object Safety§

This trait is not object safe.

Implementors§