gtkTreeViewGetColumn {RGtk2}R Documentation

gtkTreeViewGetColumn

Description

Gets the GtkTreeViewColumn at the given position in the

tree_view
.

Usage

gtkTreeViewGetColumn(object, n)

Arguments

object

A GtkTreeView.

n

The position of the column, counting from 0.

Value

[GtkTreeViewColumn] The GtkTreeViewColumn, or NULL if the position is outside the range of columns.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]