Struct gtk::FileChooserNativeBuilder
source · [−]pub struct FileChooserNativeBuilder { /* private fields */ }Implementations
sourceimpl FileChooserNativeBuilder
impl FileChooserNativeBuilder
pub fn new() -> Self
pub fn build(self) -> FileChooserNative
pub fn accept_label(self, accept_label: &str) -> Self
pub fn cancel_label(self, cancel_label: &str) -> Self
pub fn modal(self, modal: bool) -> Self
pub fn title(self, title: &str) -> Self
pub fn transient_for(self, transient_for: &Window) -> Self
pub fn visible(self, visible: bool) -> Self
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more