Struct gtk4::FileChooserNativeBuilder [−][src]
pub struct FileChooserNativeBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct FileChooserNative
objects.
Implementations
Create a new FileChooserNativeBuilder
.
Build the FileChooserNative
.
The text used for the label on the accept button in the dialog, or
None
to use the default text.
The text used for the label on the cancel button in the dialog, or
None
to use the default text.
Whether the window should be modal with respect to its transient parent.
The transient parent of the dialog, or None
for none.
The type of operation that the file chooser is performing.
Whether a file chooser not in FileChooserAction::Open
mode
will offer the user to create new folders.
The current filter for selecting files that are displayed.
Whether to allow multiple files to be selected.
Trait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more