pub trait NativeDialogImplExt: ObjectSubclass {
    fn parent_response(&self, dialog: &Self::Type, response: ResponseType);
    fn parent_show(&self, dialog: &Self::Type);
    fn parent_hide(&self, dialog: &Self::Type);
}

Required methods

Implementors