Method
GtkIconViewget_model
since: 2.6
Declaration [src]
GtkTreeModel*
gtk_icon_view_get_model (
GtkIconView* icon_view
)
Description [src]
Returns the model the GtkIconView
is based on. Returns NULL
if the
model is unset.
Available since: 2.6
Gets property | Gtk.IconView:model |
Return value
Type: GtkTreeModel
A GtkTreeModel
, or NULL
if none is
currently being used.
The returned data is owned by the instance. |
The return value can be NULL . |