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

pub trait DialogImpl: DialogImplExt + WindowImpl {
    fn response(&self, dialog: &Self::Type, response: ResponseType) { ... }
fn close(&self, dialog: &Self::Type) { ... } }

Provided methods

Implementors