libadwaita::subclass::prelude

Trait WindowImpl

source
pub trait WindowImpl: WidgetImpl + ObjectSubclass
where Self::Type: IsA<Window>,
{ // Provided methods fn activate_focus(&self) { ... } fn activate_default(&self) { ... } fn keys_changed(&self) { ... } fn enable_debugging(&self, toggle: bool) -> bool { ... } fn close_request(&self) -> Propagation { ... } }

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§