view_gobj_tree()#
Displays the tree structure of GObjs starting from the specified GObj, providing an overview of the hierarchy.
Prototype
void view_gobj_tree(hgobj gobj);
Parameters
Key |
Type |
Description |
|---|---|---|
|
Handle to the GObj from which the tree structure will be displayed. |
Return Value
Returns
void. The tree structure is output to the console or logs.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples