gtk.CellRenderer

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

CellRenderer
class CellRenderer

The gtk.CellRenderer is a base class of a set of objects used for rendering a cell to a cairo_t These objects are used primarily by the gtk.TreeView widget, though they aren’t tied to them in any specific way. It is worth noting that gtk.CellRenderer is not a gtk.Widget and cannot be treated as such.