Package: gtk

Function gtk:tree-selection-set-select-function

Lambda List

gtk:tree-selection-set-select-function (selection func)

Arguments

selection -- a gtk:tree-selection object
func -- a gtk:tree-selection-func selection function, may be nil

Details

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

The gtk:tree-selection implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-11-5