gobj_bottom_gobj()

gobj_bottom_gobj()#

Returns the next bottom gobj of the given gobj. This function is useful for navigating hierarchical gobj structures where attributes may be inherited from a lower-level gobj.

Prototype

hgobj gobj_bottom_gobj(
    hgobj gobj
);

Parameters

Key

Type

Description

gobj

hgobj

The gobj whose bottom gobj is to be retrieved.


Return Value

Returns the next bottom gobj of the given gobj. If no bottom gobj exists, returns NULL.

Notes

This function is typically used in hierarchical gobj structures where attributes and behaviors can be inherited from a lower-level gobj.

Prototype

// Not applicable in JS

Prototype

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