atkTableGetIndexAt: atkTableGetIndexAt

Description Usage Arguments Value Author(s)

View source: R/atkFuncs.R

Description

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

Usage

1
atkTableGetIndexAt(object, row, column)

Arguments

object

[AtkTable] a GObject instance that implements AtkTableIface

row

[integer] a integer representing a row in table

column

[integer] a integer representing a column in table

Value

[integer] a integer representing 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.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.