GtkCellLayout: GtkCellLayout
Description
An interface for packing cellsMethods and Functions
gtkCellLayoutPackStart(object, cell, expand = TRUE)
gtkCellLayoutPackEnd(object, cell, expand = TRUE)
gtkCellLayoutReorder(object, cell, position)
gtkCellLayoutClear(object)
gtkCellLayoutSetAttributes(object, cell, ...)
gtkCellLayoutAddAttribute(object, cell, attribute, column)
gtkCellLayoutSetCellDataFunc(object, cell, func, func.data = NULL)
gtkCellLayoutClearAttributes(object, cell)
Hierarchy
GInterface
+----GtkCellLayoutDetailed Description
GtkCellLayout
is an interface to be implemented by all objects which
want to provide a GtkTreeViewColumn-like
API for packing cells, setting
attributes and data funcs.References
http://developer.gnome.org/doc/API/2.0/gtk/GtkCellLayout.html