Package: gtk

Function gtk-widget-path-iter-siblings

Lambda List

gtk-widget-path-iter-siblings (path pos)

Arguments

path -- a gtk-widget-path instance
pos -- an integer with the position to get the siblings for, -1 for the path head

Return Value

A gtk-widget-path instance with the list of siblings for the element at pos.

Details

Returns the list of siblings for the element at pos. If the element was not added with siblings, nil is returned.
 

See also

2021-11-27