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

pub trait WindowImpl: WindowImplExt + BinImpl + 'static {
    fn set_focus(&self, window: &Window, focus: Option<&Widget>) { ... }
fn activate_focus(&self, window: &Window) { ... }
fn activate_default(&self, window: &Window) { ... }
fn keys_changed(&self, window: &Window) { ... }
fn enable_debugging(&self, window: &Window, toggle: bool) -> bool { ... } }

Provided methods

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

fn activate_focus(&self, window: &Window)

fn activate_default(&self, window: &Window)

fn keys_changed(&self, window: &Window)

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

Loading content...

Implementors

Loading content...