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

treeview.hh File Reference

A GtkTreeView C++ wrapper interface. More...

#include <gfc/gtk/container.hh>
#include <gfc/gtk/cellrenderer.hh>
#include <gfc/gtk/treeselection.hh>
#include <gfc/gtk/treeviewcolumn.hh>
#include <gtk/gtktreeview.h>
#include <gfc/gtk/inline/treeview.inl>

Go to the source code of this file.

Namespaces

Classes

Enumerations


Detailed Description

A GtkTreeView C++ wrapper interface.

Provides TreeView, a widget that displays any object that implements the TreeModel interface.


Enumeration Type Documentation

enum TreeViewDropPosition
 

TreeViewDropPosition is used to determine where a dropped row goes.

Enumeration values:
TREE_VIEW_DROP_BEFORE  Drop before this row.
TREE_VIEW_DROP_AFTER  Drop after this row.
TREE_VIEW_DROP_INTO_OR_BEFORE  Drop as a child of this row (with fallback to before if into is not possible).
TREE_VIEW_DROP_INTO_OR_AFTER  Drop as a child of this row (with fallback to after if into is not possible).


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