atkTableGetColumnAtIndex {RGtk2} | R Documentation |
Gets a integer
representing the column at the specified index.
, or -1
if the table does not implement this interface
atkTableGetColumnAtIndex(object, index)
|
[AtkTable ] a GObject instance that implements AtkTableInterface |
|
[integer] a integer representing an index in table |
[integer] a gint representing the column at the specified index.
Derived by RGtkGen from GTK+ documentation