Package: gtk

Function gtk-tree-view-get-cursor

Lambda List

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

Arguments

view -- a gtk-tree-view widget

Return Value

path -- the current gtk-tree-path cursor path, or nil
focus -- the current gtk-tree-view-column 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

2021-2-26