Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkIconViewGetSelectedItems

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

A GtkIconView.

Details

To free the return value, use:

# You don't have to free anything with RGtk2...

Since 2.6

Value

[list] A list containing a GtkTreePath for each selected row. [ element-type GtkTreePath][ transfer full ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.