Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Public Member Functions
Xfc::Gtk::FileChooserWidget Class Reference

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

#include <xfc/gtk/filechooserwidget.hh>

Inheritance diagram for Xfc::Gtk::FileChooserWidget:
Xfc::Gtk::VBox Xfc::Gtk::FileChooser Xfc::Gtk::Box Xfc::G::TypeInterface Xfc::Gtk::Container Xfc::G::TypeInstance Xfc::Gtk::Widget Xfc::Trackable Xfc::Gtk::Object Xfc::Atk::Implementor Xfc::G::Object Xfc::G::TypeInterface Xfc::G::TypeInstance Xfc::G::TypeInstance Xfc::Trackable Xfc::Trackable

List of all members.

Public 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.

See also: the File Chooser HOWTO and the file chooser example in the <tests/filechooser> suddirectory.


Constructor & Destructor Documentation

Xfc::Gtk::FileChooserWidget::FileChooserWidget ( GtkFileChooserWidget *  widget,
bool  owns_reference = false 
) [explicit, protected]

Construct a new FileChooserWidget from an existing GtkFileChooserWidget.

Parameters:
widgetA pointer to a GtkFileChooserWidget.
owns_referenceSet 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).

Xfc::Gtk::FileChooserWidget::FileChooserWidget ( FileChooserAction  action,
const char *  backend = 0 
)

Constructs a new file chooser widget.

Parameters:
actionOpen or save mode for the widget.
backendThe name of the specific filesystem backend to use, or null for the default.

The documentation for this class was generated from the following file:
Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC