Gtk.Grid.prototype.insert_row

function insert_row(position:Number):void {
    // Gjs wrapper for gtk_grid_insert_row()
}

Inserts a row at the specified position.

Children which are attached at or below this position are moved one row down. Children which span across this position are grown to span the new row.

Since 3.2

position

the position to insert the row at