CellLayoutIF.getCells

Returns the cell renderers which have been added to cell_layout. Since 2.12

interface CellLayoutIF
getCells
()

Return Value

Type: ListG

a list of cell renderers. The list, but not the renderers has been newly allocated and should be freed with g_list_free() when no longer needed. [element-type GtkCellRenderer][transfer container]

Meta