Constructor
GtkColumnViewnew
Declaration [src]
GtkWidget*
gtk_column_view_new (
  GtkSelectionModel* model
)
Description [src]
Creates a new GtkColumnView.
You most likely want to call gtk_column_view_append_column() to add columns next.
Parameters
| model | GtkSelectionModel | 
| The list model to use. | |
| The argument can be NULL. | |
| The called function takes ownership of the data, and is responsible for freeing it. | 
Return value
| Returns: | GtkWidget | 
| A new  | |
| The data is owned by the called function. |