gtkCellLayoutGetCells {RGtk2}R Documentation

gtkCellLayoutGetCells

Description

Returns the cell renderers which have been added to cell.layout.

Usage

gtkCellLayoutGetCells(object)

Arguments

object

a GtkCellLayout

Details

Since 2.12

Value

[list] a list of cell renderers. The list, [ element-type GtkCellRenderer][ transfer container ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]