atkTableGetColumnDescription {RGtk2}R Documentation

atkTableGetColumnDescription

Description

Gets the description text of the specified column in the table

Usage

atkTableGetColumnDescription(object, column)

Arguments

object

[AtkTable] a GObject instance that implements AtkTableIface

column

[integer] a

integer
representing a column in table

Value

[character] a gchar* representing the column description, or NULL if value does not implement this interface.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]