[][src]Trait gtk::prelude::DialogExtManual

pub trait DialogExtManual: 'static {
    fn add_buttons(&self, buttons: &[(&str, ResponseType)]);
}

Required methods

fn add_buttons(&self, buttons: &[(&str, ResponseType)])

Loading content...

Implementors

impl<O: IsA<Dialog>> DialogExtManual for O[src]

Loading content...