Trait libadwaita::subclass::prelude::DialogImpl
source · pub trait DialogImpl: DialogImplExt + WindowImpl {
// Provided methods
fn response(&self, response: ResponseType) { ... }
fn close(&self) { ... }
}