Constructor
GtkTreeViewColumnnew_with_area
Declaration [src]
GtkTreeViewColumn*
gtk_tree_view_column_new_with_area (
GtkCellArea* area
)
Description [src]
Creates a new GtkTreeViewColumn using area to render its cells.
| Deprecated since: | 4.10 |
Use GtkColumnView instead. | |
Parameters
area |
GtkCellArea |
The |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | GtkTreeViewColumn |
A newly created |
|
| The data is owned by the called function. |