Table.setRowSpacings

Sets the space between every row in table equal to spacing.

More...
class Table
void
setRowSpacings
(
uint spacing
)

Parameters

spacing uint

the number of pixels of space to place between every row in the table.

Detailed Description

Deprecated: Use Grid.setRowSpacing with gtk.Grid