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

An unsigned integer with the column spacing.

Details

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

Warning

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