gobj_next_child()

gobj_next_child()#

Returns the next sibling of the given gobj in the parent’s child list.

Prototype

hgobj gobj_next_child(
    hgobj child
);

Parameters

Key

Type

Description

child

hgobj

The gobj whose next sibling is to be retrieved.


Return Value

Returns the next sibling gobj if available, otherwise returns NULL.

Notes

If child is NULL, an error is logged.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples