Trait gtk4::prelude::FileChooserExtManual

source ·
pub trait FileChooserExtManual: Sealed + IsA<FileChooser> + 'static {
    // Provided methods
    fn add_choice(
        &self,
        id: impl IntoGStr,
        label: impl IntoGStr,
        options: &[(&str, &str)]
    ) { ... }
    fn set_current_folder(
        &self,
        file: Option<&impl IsA<File>>
    ) -> Result<bool, Error> { ... }
}
👎Deprecated: Since 4.10
Expand description

Trait containing manually implemented methods of FileChooser.

Provided Methods§

source

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

👎Deprecated: Since 4.10
source

fn set_current_folder( &self, file: Option<&impl IsA<File>> ) -> Result<bool, Error>

👎Deprecated: Since 4.10

Object Safety§

This trait is not object safe.

Implementors§