gobj_destroy_childs()

gobj_destroy_childs()#

Destroys all child Gobjs of the specified parent GObj.
This function ensures that the parent GObj is cleared of all its descendants while properly releasing resources and maintaining hierarchy integrity.

Prototype

PUBLIC void gobj_destroy_childs(
    hgobj gobj
);

Parameters

Key

Type

Description

gobj

hgobj

Handle to the parent GObj whose child Gobjs will be destroyed.

Return Value

This function does not return a value.

Prototype

// Not applicable in JS

Prototype

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