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

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

Required methods

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

fn parent_close(&self, dialog: &Dialog)

Loading content...

Implementors

impl<T: DialogImpl + ObjectImpl> DialogImplExt for T[src]

Loading content...