pub struct FileChooserNativeBuilder { /* private fields */ }👎Deprecated: Since 4.10
Expand description
A builder-pattern type to construct FileChooserNative objects.
Implementations§
Source§impl FileChooserNativeBuilder
impl FileChooserNativeBuilder
pub fn accept_label(self, accept_label: impl Into<GString>) -> Self
👎Deprecated: Since 4.10
pub fn cancel_label(self, cancel_label: impl Into<GString>) -> Self
👎Deprecated: Since 4.10
pub fn modal(self, modal: bool) -> Self
👎Deprecated: Since 4.10
pub fn title(self, title: impl Into<GString>) -> Self
👎Deprecated: Since 4.10
pub fn transient_for(self, transient_for: &impl IsA<Window>) -> Self
👎Deprecated: Since 4.10
pub fn visible(self, visible: bool) -> Self
👎Deprecated: Since 4.10
pub fn action(self, action: FileChooserAction) -> Self
👎Deprecated: Since 4.10
pub fn create_folders(self, create_folders: bool) -> Self
👎Deprecated: Since 4.10
pub fn filter(self, filter: &FileFilter) -> Self
👎Deprecated: Since 4.10
pub fn select_multiple(self, select_multiple: bool) -> Self
👎Deprecated: Since 4.10
Sourcepub fn build(self) -> FileChooserNative
👎Deprecated: Since 4.10
pub fn build(self) -> FileChooserNative
Build the FileChooserNative.
Auto Trait Implementations§
impl Freeze for FileChooserNativeBuilder
impl RefUnwindSafe for FileChooserNativeBuilder
impl !Send for FileChooserNativeBuilder
impl !Sync for FileChooserNativeBuilder
impl Unpin for FileChooserNativeBuilder
impl UnwindSafe for FileChooserNativeBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more