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

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

Required methods

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

Loading content...

Implementors

impl<O: DialogExt> DialogExtManual for O[src]

Loading content...