pub trait FileChooserExtManual: 'static {
    // Required method
    fn add_choice(&self, id: &str, label: &str, options: &[(&str, &str)]);
}
Expand description

Trait containing manually implemented methods of FileChooser.

Required Methods§

source

fn add_choice(&self, id: &str, label: &str, options: &[(&str, &str)])

Implementors§