gtk.FileChooserIF

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Interfaces

FileChooserIF
interface FileChooserIF

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.