WidgetPath.iterGetSiblings
gtk.widget_path.WidgetPath iterGetSiblings(int pos)Returns the list of siblings for the element at pos. If the element was not added with siblings, null is returned.
Parameters
pos | position to get the siblings for, -1 for the path head |
Returns
null or the list of siblings for the element at pos.