Package: gtk

Function gtk:tree-view-get-cursor

Lambda List

gtk:tree-view-get-cursor (view)

Syntax

(gtk:tree-view-get-coursor view) => path, focus

Arguments

view -- a gtk:tree-view widget
path -- a gtk:tree-path instance for the cursor path, or nil
focus -- a gtk:tree-view-column object for the focus column, or nil

Details

Returns path and focus with the current path and focus column. If the cursor is not currently set, then path will be nil. If no column currently has focus, then focus will be nil.
 

See also

2025-4-15