Method
GtkTreeViewget_column
Declaration [src]
GtkTreeViewColumn*
gtk_tree_view_get_column (
GtkTreeView* tree_view,
int n
)
Description [src]
Gets the GtkTreeViewColumn at the given position in the #tree_view.
| Deprecated since: | 4.10 |
Use | |
Return value
| Returns: | GtkTreeViewColumn |
The |
|
| The data is owned by the instance. | |
The return value can be NULL. |