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

treeviewcolumn.hh File Reference

A GtkTreeViewColumn C++ wrapper interface. More...

#include <gfc/gtk/object.hh>
#include <gfc/gtk/celllayout.hh>
#include <gfc/gtk/enums.hh>
#include <gtk/gtktreeviewcolumn.h>
#include <gfc/gtk/inline/treeviewcolumn.inl>

Go to the source code of this file.

Namespaces

Classes

Enumerations


Detailed Description

A GtkTreeViewColumn C++ wrapper interface.

Provides TreeViewColumn, an object that represents a visible column in a TreeView widget.


Enumeration Type Documentation

enum TreeViewColumnSizing
 

TreeViewColumnSizing defines the sizing method a column uses to determine it's width.

Please note that TREE_VIEW_COLUMN_AUTOSIZE is inefficient for large views, and can make columns appear choppy.

Enumeration values:
TREE_VIEW_COLUMN_GROW_ONLY  Columns only get bigger in reaction to changes in the model.
TREE_VIEW_COLUMN_AUTOSIZE  Columns resize to be the optimal size everytime the model changes.
TREE_VIEW_COLUMN_FIXED  Columns are a fixed numbers of pixels wide.


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