CellLayoutT.reorder

Re-inserts cell at position. Note that cell has already to be packed into cell_layout for this to function properly. Since 2.4

template CellLayoutT(TStruct)
void
reorder
(
CellRenderer cell
,)

Parameters

cell CellRenderer

A GtkCellRenderer to reorder.

position int

New position to insert cell at.

Meta