Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.1)
atkTableSetRowDescription: atkTableSetRowDescription
Description
Sets the description text for the specified
row
of
table
.
Usage
atkTableSetRowDescription(object, row, description)
Arguments
object
[
AtkTable
] a GObject instance that implements AtkTableIface
row
[integer] a
integer
representing a row in
table
description
[character] a
character
representing the description text to set for the specified
row
of
table