Changes the space between a given table row and the subsequent row.
Use set_margin_top and set_margin_bottom on the widgets contained in the row if you need this functionality. Grid does not support per-row spacing.
this |
a Table containing the row whose properties you wish to change. |
row |
row number whose spacing will be changed. |
spacing |
number of pixels that the spacing should take up. |