Gtk.WidgetPath.prototype.iter_get_siblings
function iter_get_siblings(pos:Number):Gtk.WidgetPath { // Gjs wrapper for gtk_widget_path_iter_get_siblings() }
Returns the list of siblings for the element at pos. If the element was not added with siblings, null is returned.
- pos
position to get the siblings for, -1 for the path head
- Returns
null or the list of siblings for the element at pos.