Accessible.updateNextAccessibleSibling
void updateNextAccessibleSibling(gtk.accessible.Accessible newSibling = null)Updates the next accessible sibling of self.
That might be useful when a new child of a custom [gtk.accessible.Accessible] is created, and it needs to be linked to a previous child.
Parameters
newSibling | the new next accessible sibling to set |