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 -- a current gtk:tree-path cursor path, or nil
cell -- a 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.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

#2025-3-3