Table.getRowSpacing

Warning gtk_table_get_row_spacing has been deprecated since version 3.4 and should not be used in newly-written code. GtkGrid does not offer a replacement for this functionality. Gets the amount of space between row row, and row row + 1. See gtk_table_set_row_spacing().

class Table
uint
getRowSpacing
(
uint row
)

Parameters

row uint

a row in the table, 0 indicates the first row

Return Value

Type: uint

the row spacing

Meta