gtkTableGetRowSpacing {RGtk2}R Documentation

gtkTableGetRowSpacing

Description

Gets the amount of space between row row, and row row + 1. See gtkTableSetRowSpacing.

Usage

gtkTableGetRowSpacing(object, row)

Arguments

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

Value

[numeric] the row spacing

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]