gtk.file_chooser_mixin

Module for FileChooser interface mixin

Public Imports

gtk.file_chooser_iface_proxy
public import gtk.file_chooser_iface_proxy;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gio.file
public import gio.file;
Undocumented in source.
glib.error
public import glib.error;
Undocumented in source.
gobject.dclosure
public import gobject.dclosure;
Undocumented in source.
gobject.gid_builder
public import gobject.gid_builder;
Undocumented in source.
gobject.object
public import gobject.object;
Undocumented in source.
gtk.c.functions
public import gtk.c.functions;
Undocumented in source.
gtk.c.types
public import gtk.c.types;
Undocumented in source.
gtk.file_filter
public import gtk.file_filter;
Undocumented in source.
gtk.types
public import gtk.types;
Undocumented in source.
gtk.widget
public import gtk.widget;
Undocumented in source.

Members

Templates

FileChooserGidBuilderT
template FileChooserGidBuilderT()

Fluent builder implementation template for gtk.file_chooser.FileChooser

FileChooserT
template FileChooserT()

#GtkFileChooser is an interface that can be implemented by file selection widgets. In GTK+, the main objects that implement this interface are #GtkFileChooserWidget, #GtkFileChooserDialog, and #GtkFileChooserButton. You do not need to write an object that implements the #GtkFileChooser interface unless you are trying to adapt an existing file selector to expose a standard programming interface.