RGtk2 (version 2.20.31)

gtkIconViewGetCursor: 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

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 ]

Details

Since 2.8