Package: gtk
Function gtk:tree-selection-set-select-function
| Lambda Listgtk:tree-selection-set-select-function (selection func) ArgumentsDetails      
    Sets the selection function.  
  If set, this function is called before any node is selected or unselected,
  giving some control over which nodes are selected. The select function  should return true if the state of the node may be toggled, and  false if the state of the node should be left unchanged.   Warning | See also | 
#2025-07-22