Trait gtk::subclass::dialog::DialogImplExt[][src]

pub trait DialogImplExt: ObjectSubclass {
    fn parent_response(&self, dialog: &Self::Type, response: ResponseType);
fn parent_close(&self, dialog: &Self::Type); }

Required methods

Implementors