atkTableRemoveRowSelection {RGtk2}R Documentation

atkTableRemoveRowSelection

Description

Removes the specified row from the selection.

Usage

atkTableRemoveRowSelection(object, row)

Arguments

object

[AtkTable] a GObject instance that implements AtkTableIface

row

[integer] a

integer
representing a row in table

Value

[logical] a gboolean representing if the row was successfully removed from the selection, or 0 if value does not implement this interface.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]