Alters the amount of space between a given table column and the following column.
Use set_margin_start and set_margin_end on the widgets contained in the row if you need this functionality. Grid does not support per-row spacing.
this |
a Table. |
column |
the column whose spacing should be changed. |
spacing |
number of pixels that the spacing should take up. |