Method

GtkTreeViewget_column

Declaration [src]

GtkTreeViewColumn*
gtk_tree_view_get_column (
  GtkTreeView* tree_view,
  gint n
)

Description [src]

Gets the GtkTreeViewColumn at the given position in the #tree_view.

Parameters

n

Type: gint

The position of the column, counting from 0.

Return value

Type: GtkTreeViewColumn

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

The returned data is owned by the instance.
The return value can be NULL.