Package: gtk

Function gtk-table-get-row-spacing

Lambda List

gtk-table-get-row-spacing (table row)

Arguments

table -- a gtk-table widget
row -- an unsigned integer with a row in the table, 0 indicates the first row

Return Value

An unsigned integer with the row spacing.

Details

Gets the amount of space between row, and row + 1.

Warning

The function gtk-table-get-row-spacing has been deprecated since version 3.4 and should not be used in newly written code. The gtk-grid widget does not offer a replacement for this functionality.
 

See also

2021-7-20