atkTableGetColumnAtIndex {RGtk2}R Documentation

atkTableGetColumnAtIndex

Description

Gets a integer representing the column at the specified index..

Usage

atkTableGetColumnAtIndex(object, index)

Arguments

object [AtkTable] a GObject instance that implements AtkTableInterface
index [integer] a integer representing an index in table

Value

[integer] a gint representing the column at the specified index, or -1 if the table does not implement this interface

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]