Table.getRowSpacing

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