Package: gtk

Function gtk:table-set-col-spacing

Lambda List

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

Arguments

table -- a gtk:table widget
column -- an unsigned integer with the column whose spacing should be changed
spacing -- an unsigned integer with the number of pixels that the spacing should take up

Details

Alters the amount of space between a given table column and the following column.

Warning

The gtk:table-set-col-spacing function has been deprecated since version 3.4 and should not be used in newly written code. Use the gtk:widget-margin-start and gtk:widget-margin-end functions on the widgets contained in the row if you need this functionality. The gtk:grid widget does not support per-column spacing.
 

See also

2024-6-27