GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

filechooser.hh File Reference

A GtkFileChooser C++ wrapper interface. More...

#include <gfc/glib/type.hh>
#include <gfc/gtk/filefilter.hh>
#include <gtk/gtkfilechooser.h>
#include <vector>
#include <gfc/gtk/inline/filechooser.inl>

Go to the source code of this file.

Namespaces

Classes

Enumerations


Detailed Description

A GtkFileChooser C++ wrapper interface.

Provides FileChooser, an object


Enumeration Type Documentation

enum FileChooserAction
 

Describes whether a FileChooser is being used to open existing files or to save to a possibly new file.

Enumeration values:
FILE_CHOOSER_ACTION_OPEN  Indicates open mode; The file chooser will only let the user pick an existing file.
FILE_CHOOSER_ACTION_SAVE  Indicates save mode; The file chooser will let the user pick an existing file, or type in a new filename.
FILE_CHOOSER_ACTION_SELECT_FOLDER  Indicates an Open mode for selecting folders; The file chooser will let the user pick an existing folder.
FILE_CHOOSER_ACTION_CREATE_FOLDER  Indicates a mode for creating a new folder; The file chooser will let the user name an existing or new folder.

enum FileChooserError
 

These identify the various errors that can occur while calling FileChooser functions.

Enumeration values:
FILE_CHOOSER_ERROR_NONEXISTENT  Indicates that a file does not exist.
FILE_CHOOSER_ERROR_BAD_FILENAME  Indicates a malformed filename.


Generated on Tue Aug 24 00:34:33 2004 for GFC-UI by doxygen 1.3.8