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