gtkTableSetRowSpacing {RGtk2}R Documentation

gtkTableSetRowSpacing

Description

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

Usage

gtkTableSetRowSpacing(object, row, spacing)

Arguments

object [GtkTable] a GtkTable containing the row whose properties you wish to change.
row [numeric] row number whose spacing will be changed.
spacing [numeric] number of pixels that the spacing should take up.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]