atkTableAddColumnSelection {RGtk2}R Documentation

atkTableAddColumnSelection

Description

Adds the specified column to the selection.

Usage

atkTableAddColumnSelection(object, column)

Arguments

object [AtkTable] a GObject instance that implements AtkTableIface
column [integer] a integer representing a column in table

Value

[logical] a gboolean representing if the column was successfully added to the selection, or 0 if value does not implement this interface.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]