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


treemodel.hh File Reference

A GtkTreePath, GtkTreeIter, GtkTreeModel, and GtkTreeRowReference C++ wrapper interface. More...

#include <xfc/stackobject.hh>
#include <xfc/glib/type.hh>
#include <xfc/glib/value.hh>
#include <gtk/gtktreemodel.h>
#include <vector>
#include <xfc/gtk/inline/treemodel.inl>

Namespaces

Classes

Typedefs

Enumerations


Detailed Description

A GtkTreePath, GtkTreeIter, GtkTreeModel, and GtkTreeRowReference C++ wrapper interface.

Provides TreeIter, TreePath, TreeModel and TreeRowReference, a set of objects that defines a generic tree interface for use by the TreeView widget. It is an abstract interface, and is designed to be usable with any derived class.


Enumeration Type Documentation

enum TreeModelFlags
 

These flags indicate various properties of a TreeModel.

They are returned by Gtk::TreeModel::get_flags(), and must be static for the lifetime of the object. A more complete description of TREE_MODEL_ITERS_PERSIST can be found in the TreeModel desription.

Enumeration values:
TREE_MODEL_ITERS_PERSIST  Iterators survive all signals emitted by the tree.
TREE_MODEL_LIST_ONLY  The model is a list only, and never has children.
Xfce Foundation Classes


Copyright © 2004-2005 The XFC Development Team XFC 4.3