Package: gtk

Function gtk:table-get-col-spacing

Lambda List

gtk:table-get-col-spacing (table column)

Arguments

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

Return Value

The unsigned integer with the column spacing.

Details

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

Warning

The gtk:table-get-col-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