Information passed to PtMultiText callbacks
typedef struct { PtTextCallback_t tc; PtMultiTextAttributes_t const *attributes; PtMultiTextSegment_t *seg; void *extended_data; } PtMultiTextCallback_t; typedef PtMultiTextCallback_t PtMultiTextControl_t; typedef PtMultiTextControl_t PtMultiTextInfo_t;
PtMultiTextCallback_t, PtMultiTextControl_t, and PtMultiTextInfo_t are different names for the same structure. They're used in callbacks for the PtMultiText widgets as well as to specify actions or request data. The members of these structures are:
Photon
PtMultiText, PtMultiTextAttributes_t, PtMultiTextSegment_t, PtTextCallback_t