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


cellrenderer.hh File Reference

A GtkCellRenderer C++ wrapper interface. More...

#include <xfc/gtk/object.hh>
#include <xfc/gtk/enums.hh>
#include <xfc/glib/property.hh>
#include <gtk/gtkcellrenderer.h>
#include <xfc/gtk/inline/cellrenderer.inl>

Namespaces

Classes

Typedefs

Enumerations


Detailed Description

A GtkCellRenderer C++ wrapper interface.

Provides CellRenderer, an object for rendering a single cell on a Gdk::Drawable.


Enumeration Type Documentation

enum CellRendererMode
 

Specifies the editable mode of the CellRenderer.

Enumeration values:
INERT  The cell is neither activatable nor editable.
ACTIVATABLE  The cell can be activated.
EDITABLE  The cell can be edited.

enum CellRendererState
 

Specifies how the CellRenderer should render a cell.

Enumeration values:
CELL_RENDERER_SELECTED  The cell can be selected.
CELL_RENDERER_PRELIT  The cell can be prelit.
CELL_RENDERER_INSENSITIVE  The cell is insensitive.
CELL_RENDERER_SORTED  The cell is in the sort column/row.
CELL_RENDERER_FOCUSED  The cell can be focused.
Xfce Foundation Classes


Copyright © 2004-2005 The XFC Development Team XFC 4.3