The TS_ELEM_HIDDEN macro

The TS_ELEM_HIDDEN macro determines whether the STATUS indicator returned by ts_elem(), ts_nth_elem(), ts_first_elem(), and similar functions is set because the associated element was hidden.

Syntax

TS_ELEM_HIDDEN((mi_integer) STATUS)
STATUS
The mi_integer argument previously passed to ts_elem(), ts_nth_elem(), ts_first_elem(), or a similar function.

Description

This macro returns a nonzero value if the associated element is hidden. This macro is often used in concert with TS_ELEM_NULL.

Returns

A nonzero value if the element associated with the STATUS argument was previously hidden by the ts_hide_elem() function.