Package: gtk

Function gtk:icon-view-path-is-selected

Lambda List

gtk:icon-view-path-is-selected (view path)

Arguments

view -- a gtk:icon-view widget
path -- a gtk:tree-path instance to check selection on

Return Value

True if path is selected.

Details

Returns true if the icon pointed to by path is currently selected. If path does not point to a valid location, nil is returned.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

#2024-5-1