gtkIconViewGetSelectedItems {RGtk2}R Documentation

gtkIconViewGetSelectedItems

Description

Creates a list of paths of all selected items. Additionally, if you are planning on modifying the model after calling this function, you may want to convert the returned list into a list of GtkTreeRowReferences. To do this, you can use gtkTreeRowReferenceNew.

Usage

gtkIconViewGetSelectedItems(object)

Arguments

object [GtkIconView] A GtkIconView.

Details

To free the return value, use:

# You don't have to free anything with RGtk2, silly

Since 2.6

Value

[list] A list containing a GtkTreePath for each selected row.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]