Method
GtkTreeViewColumnget_tree_view
since: 2.12
Declaration [src]
GtkWidget*
gtk_tree_view_column_get_tree_view (
GtkTreeViewColumn* tree_column
)
Description [src]
Returns the GtkTreeView
wherein tree_column
has been inserted.
If column
is currently not inserted in any tree view, NULL
is returned.
Available since: 2.12
Return value
Type: GtkWidget
The tree view wherein column
has
been inserted if any, NULL
otherwise.
The returned data is owned by the instance. |
The return value can be NULL . |