| GtkCellLayout {RGtk2} | R Documentation |
An interface for packing cells
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)
GInterface +----GtkCellLayout
GtkCellLayout is implemented by
GtkCellView, GtkEntryCompletion, GtkTreeViewColumn, GtkComboBox, GtkIconView and GtkComboBoxEntry.
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.
GtkCellLayoutGtkCellLayoutDataFunc(cell.layout, cell, tree.model, iter, data)cell.layout's cell renderer(s)
as appropriate.
cell.layoutGtkCellLayout] a GtkCellLayoutcellGtkCellRenderer] the cell renderer whose value is to be settree.modelGtkTreeModel] the modeliterGtkTreeIter] a GtkTreeIter indicating the row to set the value fordatagtkCellLayoutSetCellDataFunc
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkCellLayout.html