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

The unsigned integer with the row spacing.

Details

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

Warning

The gtk:table-get-row-spacing function 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

2024-6-27