Learn R Programming

RGtk2 (version 2.8.8)

atkTableRemoveColumnSelection: atkTableRemoveColumnSelection

Description

Adds the specified column to the selection.

Usage

atkTableRemoveColumnSelection(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 removed from the selection, or 0 if value does not implement this interface.