Trait gtk4::subclass::dialog::DialogImpl [−][src]
pub trait DialogImpl: DialogImplExt + WindowImpl {
fn response(&self, dialog: &Self::Type, response: ResponseType) { ... }
fn close(&self, dialog: &Self::Type) { ... }
}