Gtk.CellLayout.prototype.reorder

function reorder(cell:Gtk.CellRenderer, position:Number):void {
    // Gjs wrapper for gtk_cell_layout_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

cell

a Gtk.CellRenderer to reorder

position

new position to insert cell at