Trait gtk4::subclass::native_dialog::NativeDialogImpl [−][src]
pub trait NativeDialogImpl: NativeDialogImplExt + ObjectImpl {
fn response(&self, dialog: &Self::Type, response: ResponseType) { ... }
fn show(&self, dialog: &Self::Type) { ... }
fn hide(&self, dialog: &Self::Type) { ... }
}