Package: gtk
Function gtk-tree-selection-selected-rows
Lambda Listgtk-tree-selection-selected-rows (selection) ArgumentsReturn ValueA list containing a gtk-tree-path instance for each selected row. Details
Creates a list of path of all selected rows.
Additionally, if you are planning on modifying the model after calling this
function, you may want to convert the returned list into a list of gtk-tree-row-reference objects. To do this, you can use the function gtk-tree-row-reference-new. Note | See also |
2021-2-27