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

GFC::Gtk::FileChooserWidget Class Reference

A GtkFileChooserWidget C++ wrapper class. More...

#include <gfc/gtk/filechooserwidget.hh>

Inheritance diagram for GFC::Gtk::FileChooserWidget:

GFC::Gtk::VBox GFC::Gtk::FileChooser GFC::Gtk::Box GFC::G::TypeInterface GFC::Gtk::Container GFC::G::TypeInstance GFC::Gtk::Widget GFC::Trackable GFC::Gtk::Object GFC::Atk::Implementor GFC::G::Object GFC::G::TypeInterface GFC::G::TypeInstance GFC::G::TypeInstance GFC::Trackable GFC::Trackable List of all members.

Public Member Functions

Constructors
Accessors

Protected Member Functions

Constructors

Detailed Description

A GtkFileChooserWidget C++ wrapper class.

FileChooserWidget is a widget suitable for selecting files. It is the main building block of a Gtk::FileChooserDialog. Most applications will only need to use the latter; but you can use GtkFileChooserWidget as part of a larger window if you have special needs.

Note that FileChooserWidget does not have any methods of its own. Instead, you should use the functions that work on a Gtk::FileChooser.


Constructor & Destructor Documentation

GFC::Gtk::FileChooserWidget::FileChooserWidget GtkFileChooserWidget *  widget,
bool  owns_reference = false
[explicit, protected]
 

Construct a new FileChooserWidget from an existing GtkFileChooserWidget.

Parameters:
widget A pointer to a GtkFileChooserWidget.
owns_reference Set false if the initial reference count is floating, set true if it's not.

The widget can be a newly created GtkFileChooserWidget or an existing GtkFileChooserWidget (see G::Object::Object).

GFC::Gtk::FileChooserWidget::FileChooserWidget FileChooserAction  action,
const char *  backend = 0
 

Constructs a new file chooser widget.

Parameters:
action Open or save mode for the widget.
backend The name of the specific filesystem backend to use, or null for the default.


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:34:39 2004 for GFC-UI by doxygen 1.3.8