Constructor
GtkIconViewnew_with_model
Declaration [src]
GtkWidget*
gtk_icon_view_new_with_model (
GtkTreeModel* model
)
Description [src]
Creates a new GtkIconView widget with the model model.
| Deprecated since: | 4.10 |
Use | |
Parameters
model |
GtkTreeModel |
The model. |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | GtkWidget |
A newly created |
|
| The data is owned by the called function. |