Package: gtk

Function gtk:tree-selection-iter-is-selected

Lambda List

gtk:tree-selection-iter-is-selected (selection iter)

Arguments

selection -- a gtk:tree-selection object
iter -- a valid gtk:tree-iter iterator

Return Value

True, if iter is selected.

Details

Returns true if the row at iter is currently selected.

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