Trait gtk4::subclass::native_dialog::NativeDialogImpl
source · pub trait NativeDialogImpl: NativeDialogImplExt + ObjectImpl {
// Provided methods
fn response(&self, response: ResponseType) { ... }
fn show(&self) { ... }
fn hide(&self) { ... }
}