Method
GtkTreeViewget_column
Declaration [src]
GtkTreeViewColumn*
gtk_tree_view_get_column (
GtkTreeView* tree_view,
gint n
)
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 . |