RGtk2 (version 2.20.31)

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

Value

A list containing the following elements:
path
A pointer to be filled with the current cursor path, or NULL. [ allow-none ]
focus.column
A pointer to be filled with the current focus column, or NULL. [ allow-none ]