gtk.CellView

Undocumented in source.

Public Imports

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

Members

Classes

CellView
class CellView

A gtk.CellView displays a single row of a gtk.TreeModel using a gtk.CellArea and gtk.CellAreaContext A gtk.CellAreaContext can be provided to the gtk.CellView at construction time in order to keep the cellview in context of a group of cell views, this ensures that the renderers displayed will be properly aligned with eachother (like the aligned cells in the menus of gtk.ComboBox).