Table.getRowSpacing

Gets the amount of space between row @row, and row @row + 1. See gtk_table_set_row_spacing().

More...
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

Detailed Description

Deprecated: #GtkGrid does not offer a replacement for this functionality.

Meta