gtk.FileChooserButton

Undocumented in source.

Public Imports

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

Members

Classes

FileChooserButton
class FileChooserButton

The gtk.FileChooserButton is a widget that lets the user select a file. It implements the GtkFileChooser interface. Visually, it is a file name with a button to bring up a gtk.FileChooserDialog The user can then use that dialog to change the file associated with that button. This widget does not support setting the select-multiple property to TRUE.