gtkTableGetColSpacing {RGtk2}R Documentation

gtkTableGetColSpacing

Description

Gets the amount of space between column col, and column col + 1. See gtkTableSetColSpacing.

Usage

gtkTableGetColSpacing(object, column)

Arguments

object [GtkTable] a GtkTable
column [numeric] a column in the table, 0 indicates the first column

Value

[numeric] the column spacing

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]