gtkTreeViewGetCursor {RGtk2}R Documentation

gtkTreeViewGetCursor

Description

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

Usage

gtkTreeViewGetCursor(object)

Arguments

object [GtkTreeView] A GtkTreeView

Details

.

Value

A list containing the following elements:

path [GtkTreePath] A pointer to be filled with the current cursor path, or NULL
focus.column [GtkTreeViewColumn] A pointer to be filled with the current focus column, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]