atkTableGetColumnExtentAt {RGtk2} | R Documentation |
Gets the number of columns occupied by the accessible object
at the specified row
and column
in the table
.
atkTableGetColumnExtentAt(object, row, column)
|
[AtkTable ] a GObject instance that implements AtkTableIface |
|
[integer] a integer representing a row in table |
|
[integer] a integer representing a column in table |
[integer] a gint representing the column extent at specified position, or 0 if value does not implement this interface.
Derived by RGtkGen from GTK+ documentation