Gtk.CellLayout.prototype.get_cells
function get_cells():[Gtk.CellRenderer] { // Gjs wrapper for gtk_cell_layout_get_cells() }
Returns the cell renderers which have been added to cell_layout.
Since 2.12
- Returns
a list of cell renderers. The list, but not the renderers has been newly allocated and should be freed with GLib.free when no longer needed.