Trait gtk4::subclass::native_dialog::NativeDialogImpl
source · [−]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) { ... }
}
Provided Methods
source