gtkTreeViewGetColumn {RGtk2}R Documentation

gtkTreeViewGetColumn

Description

Gets the GtkTreeViewColumn at the given position in the tree_view.

Usage

gtkTreeViewGetColumn(object, n)

Arguments

object [GtkTreeView] A GtkTreeView.
n [integer] 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.12.5-3 Index]