atkTableIsColumnSelected {RGtk2} | R Documentation |
Gets a boolean value indicating whether the specified column
is selected
atkTableIsColumnSelected(object, column)
|
[AtkTable ] a GObject instance that implements AtkTableIface |
|
[integer] a integer representing a column in table |
[logical] a gboolean representing if the column is selected, or 0 if value does not implement this interface.
Derived by RGtkGen from GTK+ documentation