atkTableGetNColumns {RGtk2}R Documentation

atkTableGetNColumns

Description

Gets the number of columns in the table.

Usage

atkTableGetNColumns(object)

Arguments

object [AtkTable] a GObject instance that implements AtkTableIface

Value

[integer] a gint representing the number of columns, 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]