set_col_spacing
Description:
Alters the amount of space between a given table column and the following column.
Note:
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.
Parameters:
| this |
a Table. |
| column |
the column whose spacing should be changed. |
| spacing |
number of pixels that the spacing should take up. |