Trait libadwaita::subclass::dialog::AdwDialogImpl
source · pub trait AdwDialogImpl: WidgetImpl {
// Provided methods
fn close_attempt(&self) { ... }
fn closed(&self) { ... }
}
Available on crate feature
v1_5
only.Provided Methods§
fn close_attempt(&self)
fn closed(&self)
Object Safety§
This trait is not object safe.