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

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

Provided methods

fn response(&self, dialog: &Dialog, response: ResponseType)

fn close(&self, dialog: &Dialog)

Loading content...

Implementors

Loading content...