updateNextAccessibleSibling

open fun updateNextAccessibleSibling(newSibling: Accessible? = null)

Updates the next accessible sibling of @self.

That might be useful when a new child of a custom GtkAccessible is created, and it needs to be linked to a previous child.

Since

4.10

Parameters

newSibling

the new next accessible sibling to set