Constructor
GtkIconViewnew_with_model
since: 2.6
Declaration [src]
GtkWidget*
gtk_icon_view_new_with_model (
GtkTreeModel* model
)
Parameters
model
-
Type:
GtkTreeModel
The model.
The data is owned by the caller of the function.
Return value
Type: GtkWidget
A newly created GtkIconView
widget.
The data is owned by the called function. |