CellLayout.reorder
void reorder(gtk.cell_renderer.CellRenderer cell, int position)Re-inserts cell at position.
Note that cell has already to be packed into cell_layout for this to function properly.
Parameters
cell | a #GtkCellRenderer to reorder |
position | new position to insert cell at |