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

a GtkTable

column

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.20.21 Index]