gtk.FileChooserT

Undocumented in source.

Public Imports

gio.FileIF
public import gio.FileIF;
Undocumented in source.
glib.ErrorG
public import glib.ErrorG;
Undocumented in source.
glib.GException
public import glib.GException;
Undocumented in source.
glib.ListSG
public import glib.ListSG;
Undocumented in source.
glib.Str
public import glib.Str;
Undocumented in source.
gobject.ObjectG
public import gobject.ObjectG;
Undocumented in source.
gobject.Signals
public import gobject.Signals;
Undocumented in source.
gtk.FileFilter
public import gtk.FileFilter;
Undocumented in source.
gtk.Widget
public import gtk.Widget;
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.
gtkc.gtktypes
public import gtkc.gtktypes;
Undocumented in source.
std.algorithm
public import std.algorithm;
Undocumented in source.

Members

Templates

FileChooserT
template FileChooserT(TStruct)

#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.

Meta