gtk.file_chooser_native

Module for FileChooserNative class

Members

Classes

FileChooserNative
class FileChooserNative

#GtkFileChooserNative is an abstraction of a dialog box suitable for use with “File/Open” or “File/Save as” commands. By default, this just uses a #GtkFileChooserDialog to implement the actual dialog. However, on certain platforms, such as Windows and macOS, the native platform file chooser is used instead. When the application is running in a sandboxed environment without direct filesystem access (such as Flatpak), #GtkFileChooserNative may call the proper APIs (portals) to let the user choose a file and make it available to the application.

FileChooserNativeGidBuilder
class FileChooserNativeGidBuilder

Fluent builder for gtk.file_chooser_native.FileChooserNative

FileChooserNativeGidBuilderImpl
class FileChooserNativeGidBuilderImpl(T)

Fluent builder implementation template for gtk.file_chooser_native.FileChooserNative