Table.getRowSpacing

uint getRowSpacing(uint row)

Gets the amount of space between row row, and row row + 1. See [gtk.table.Table.setRowSpacing].

Parameters

rowa row in the table, 0 indicates the first row

Returns

the row spacing

Deprecated

#GtkGrid does not offer a replacement for this

functionality.