Table.setRowSpacing

Changes the space between a given table row and the subsequent row.

More...
class Table
void
setRowSpacing
(
uint row
,
uint spacing
)

Parameters

row uint

row number whose spacing will be changed.

spacing uint

number of pixels that the spacing should take up.

Detailed Description

Deprecated: Use gtk_widget_set_margin_top() and gtk_widget_set_margin_bottom() on the widgets contained in the row if you need this functionality. #GtkGrid does not support per-row spacing.

Meta