gtk.FileChooserT

Undocumented in source.

Public Imports

gio.FileIF
public import gio.FileIF;
glib.ErrorG
public import glib.ErrorG;
glib.GException
public import glib.GException;
glib.ListSG
public import glib.ListSG;
glib.Str
public import glib.Str;
gobject.ObjectG
public import gobject.ObjectG;
gobject.Signals
public import gobject.Signals;
gtk.FileFilter
public import gtk.FileFilter;
gtk.Widget
public import gtk.Widget;
gtk.c.functions
public import gtk.c.functions;
gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;
std.algorithm
public import std.algorithm;

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 gtk.FileChooserWidget, gtk.FileChooserDialog, and gtk.FileChooserButton 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.