[][src]Struct gtk::FileChooserNativeBuilder

pub struct FileChooserNativeBuilder { /* fields omitted */ }

Implementations

impl FileChooserNativeBuilder[src]

pub fn new() -> Self[src]

pub fn build(self) -> FileChooserNative[src]

pub fn accept_label(self, accept_label: &str) -> Self[src]

pub fn cancel_label(self, cancel_label: &str) -> Self[src]

pub fn modal(self, modal: bool) -> Self[src]

pub fn title(self, title: &str) -> Self[src]

pub fn transient_for<P: IsA<Window>>(self, transient_for: &P) -> Self[src]

pub fn visible(self, visible: bool) -> Self[src]

pub fn action(self, action: FileChooserAction) -> Self[src]

pub fn create_folders(self, create_folders: bool) -> Self[src]

pub fn do_overwrite_confirmation(self, do_overwrite_confirmation: bool) -> Self[src]

pub fn extra_widget<P: IsA<Widget>>(self, extra_widget: &P) -> Self[src]

pub fn filter(self, filter: &FileFilter) -> Self[src]

pub fn local_only(self, local_only: bool) -> Self[src]

pub fn preview_widget<P: IsA<Widget>>(self, preview_widget: &P) -> Self[src]

pub fn preview_widget_active(self, preview_widget_active: bool) -> Self[src]

pub fn select_multiple(self, select_multiple: bool) -> Self[src]

pub fn show_hidden(self, show_hidden: bool) -> Self[src]

pub fn use_preview_label(self, use_preview_label: bool) -> Self[src]

Trait Implementations

impl Clone for FileChooserNativeBuilder[src]

impl Default for FileChooserNativeBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for FileChooserNativeBuilder

impl !Send for FileChooserNativeBuilder

impl !Sync for FileChooserNativeBuilder

impl Unpin for FileChooserNativeBuilder

impl UnwindSafe for FileChooserNativeBuilder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.