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

a GtkTable

row

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