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

Type: gtk.widget_path.WidgetPath

null or the list of siblings for the element at pos.