gtkTreeSelectionGetSelectedRows: gtkTreeSelectionGetSelectedRows

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a list of path of all selected rows. 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

1

Arguments

object

A GtkTreeSelection.

Details

To free the return value, use:

1
# You don't have to free anything in RGtk, silly

Since 2.2

Value

A list containing the following elements:

retval

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

model

A pointer to set to the GtkTreeModel, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.