gtkTableSetColSpacing {RGtk2}R Documentation

gtkTableSetColSpacing

Description

Alters the amount of space between a given table column and the following column.

Usage

gtkTableSetColSpacing(object, column, spacing)

Arguments

object [GtkTable] a GtkTable.
column [numeric] the column whose spacing should 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]