[][src]Trait vgtk::ext::ApplicationWindowHelpers

pub trait ApplicationWindowHelpers: ApplicationWindowExt + GtkWindowExt + IsA<Window> {
    fn get_child_accels<P: IsA<Action>>(&self, action: &P) -> Vec<GString> { ... }
fn set_child_accels<P: IsA<Action>>(
        &self,
        action: &P,
        accels: &'static [&str]
    ) { ... } }

Helper trait for ApplicationWindow.

Provided methods

fn get_child_accels<P: IsA<Action>>(&self, action: &P) -> Vec<GString>

fn set_child_accels<P: IsA<Action>>(&self, action: &P, accels: &'static [&str])

Loading content...

Implementors

impl<A> ApplicationWindowHelpers for A where
    A: ApplicationWindowExt + GtkWindowExt + IsA<Window>, 
[src]

Loading content...