gtkIconViewGetModel {RGtk2}R Documentation

gtkIconViewGetModel

Description

Returns the model the GtkIconView is based on. Returns NULL if the model is unset.

Usage

gtkIconViewGetModel(object)

Arguments

object [GtkIconView] a GtkIconView

Details

Since 2.6

Value

[GtkTreeModel] A GtkTreeModel, or NULL if none is currently being used.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]