WidgetPath.iterGetSiblings

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

class WidgetPath
iterGetSiblings
(
int pos
)

Parameters

pos int

position to get the siblings for, -1 for the path head

Return Value

%NULL or the list of siblings for the element at @pos.

Meta