Trait libhelium::prelude::ViewChooserExt

source ·
pub trait ViewChooserExt: IsA<ViewChooser> + Sealed + 'static {
    // Provided methods
    fn stack_clear(&self) { ... }
    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 ViewChooser methods.

§Implementors

ViewChooser

Provided Methods§

source

fn stack_clear(&self)

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§