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

A GtkIconView

Details

Since 2.8

Value

A list containing the following elements:

retval

[logical] TRUE if the cursor is set.

path

Return location for the current cursor path, or NULL. [ allow-none ]

cell

Return location the current focus cell, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]