Package: gtk
Callback gtk-tree-selection-func
Details A callback function used by the gtk-tree-selection-set-select-function
function to filter whether or not a row may be selected.
It is called whenever the selection state of a row might change. A return value of true indicates to selection that it is okay to change the
selection. lambda (selection model path selected)
| See also |
2021-10-26