Package: gtk
Function gtk:tree-view-get-cursor
Lambda Listgtk:tree-view-get-cursor (view) ArgumentsReturn Value path -- a gtk:tree-path instance with the current cursor path, or nil focus -- a gtk:tree-view-column object with the current focus column, or nil Details
Returns the current path and focus column. If the cursor is not currently set, then the path value will be nil. If no column currently has focus, then the focus value will be nil. | See also |
2024-3-12