gobj_child_size()

gobj_child_size()#

Returns the number of child objects directly associated with the given hgobj.

Prototype

size_t gobj_child_size(hgobj gobj_);

Parameters

Key

Type

Description

gobj_

hgobj

The parent object whose child count is to be retrieved.


Return Value

The number of direct child objects of the given hgobj.

Notes

This function does not count nested children beyond the first level.

Prototype

// Not applicable in JS

Prototype

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