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
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
Object Safety§
This trait is not object safe.