Gtk.Table.prototype.get_row_spacing
function get_row_spacing(row:Number):Number { // Gjs wrapper for gtk_table_get_row_spacing() }
Gets the amount of space between row row, and row row + 1. See Gtk.set_row_spacing.
- row
a row in the table, 0 indicates the first row
- Returns
the row spacing