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

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

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


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.