atkTableGetIndexAt {RGtk2} | R Documentation |
Gets a
integerrepresenting the index at the specified
row
and column
.
atkTableGetIndexAt(object, row, column)
|
[ |
|
[integer] a integerrepresenting a row in table |
|
[integer] a integerrepresenting a column in table |
[integer] a
integerrepresenting the index at specified position. The value -1 is returned if the object at row,column is not a child of table or table does not implement this interface.
Derived by RGtkGen from GTK+ documentation