Learn R Programming

RGtk2 (version 2.8.8)

atkTableRemoveRowSelection: 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.