[][src]Trait gtk::StackSwitcherExt

pub trait StackSwitcherExt: 'static {
    fn get_stack(&self) -> Option<Stack>;
fn set_stack<'a, P: IsA<Stack> + 'a, Q: Into<Option<&'a P>>>(
        &self,
        stack: Q
    );
fn connect_property_stack_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_stack(&self) -> Option<Stack>

fn set_stack<'a, P: IsA<Stack> + 'a, Q: Into<Option<&'a P>>>(&self, stack: Q)

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

Loading content...

Implementors

impl<O: IsA<StackSwitcher>> StackSwitcherExt for O[src]

Loading content...