Gtk.CellLayout::reorder
function vfunc_reorder(cell:Gtk.CellRenderer, position:Number):void { }
Re-inserts cell at position.
Note that cell has already to be packed into cell_layout for this to function properly.
Since 2.4
- cell
a Gtk.CellRenderer to reorder
- position
new position to insert cell at