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)
|
[ |
|
[integer] a integerrepresenting a row in table |
|
[integer] a integerrepresenting 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