Trait webkit2gtk::FileChooserRequestExt[][src]

pub trait FileChooserRequestExt {
    fn cancel(&self);
fn get_mime_types(&self) -> Vec<String>;
fn get_mime_types_filter(&self) -> Option<FileFilter>;
fn get_select_multiple(&self) -> bool;
fn get_selected_files(&self) -> Vec<String>;
fn select_files(&self, files: &[&str]);
fn get_property_filter(&self) -> Option<FileFilter>;
fn connect_property_filter_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_mime_types_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_select_multiple_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_selected_files_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Important traits for Vec<u8>

Important traits for Vec<u8>

Implementors