[][src]Trait gtk::subclass::window::WindowImplExt

pub trait WindowImplExt {
    fn parent_set_focus(&self, window: &Window, focus: Option<&Widget>);
fn parent_activate_focus(&self, window: &Window);
fn parent_activate_default(&self, window: &Window);
fn parent_keys_changed(&self, window: &Window);
fn parent_enable_debugging(&self, window: &Window, toggle: bool) -> bool; }

Required methods

fn parent_set_focus(&self, window: &Window, focus: Option<&Widget>)

fn parent_activate_focus(&self, window: &Window)

fn parent_activate_default(&self, window: &Window)

fn parent_keys_changed(&self, window: &Window)

fn parent_enable_debugging(&self, window: &Window, toggle: bool) -> bool

Loading content...

Implementors

impl<T: WindowImpl + ObjectImpl> WindowImplExt for T[src]

Loading content...