gtkTableSetRowSpacings {RGtk2}R Documentation

gtkTableSetRowSpacings

Description

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

Usage

gtkTableSetRowSpacings(object, spacing)

Arguments

object [GtkTable] a GtkTable.
spacing [numeric] the number of pixels of space to place between every row in the table.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]