Method
GtkTreeViewget_column
Declaration [src]
GtkTreeViewColumn*
gtk_tree_view_get_column (
GtkTreeView* tree_view,
int n
)
Return value
Type: GtkTreeViewColumn
The GtkTreeViewColumn
, or NULL
if the
position is outside the range of columns.
The data is owned by the instance. |
The return value can be NULL . |