Package: gtk

Function gtk-icon-view-get-cursor

Lambda List

gtk-icon-view-get-cursor (view)

Arguments

view -- a gtk-icon-view widget

Return Value

path -- the current gtk-tree-path cursor path, or nil
cell -- the current gtk-cell-renderer focus cell, or nil if the cursor is not set

Details

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

See also

2021-3-9