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