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