gtkIconViewGetCursor {RGtk2}R Documentation

gtkIconViewGetCursor

Description

Fills in path and cell with the current cursor path and cell. If the cursor isn't currently set, then *path will be NULL. If no cell currently has focus, then *cell will be NULL.

Usage

gtkIconViewGetCursor(object)

Arguments

object [GtkIconView] A GtkIconView

Details

.

Since 2.8

Value

A list containing the following elements:

retval [logical] TRUE if the cursor is set.
path [GtkTreePath] Return location for the current cursor path, or NULL
cell [GtkCellRenderer] Return location the current focus cell, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]