Information about a segment of text in a PtMultiText
typedef struct Pt_emt_text_segment { PtMultiTextAttributes_t attrs; int first_char; int num_chars; struct Pt_emt_text_segment *prev; struct Pt_emt_text_segment *next; } PtMultiTextSegment_t;
This structure that describes a segment of text in a PtMultiText widget. A segment is a block of text for which some attributes (such as color and font) are set. The members of the PtMultiTextSegment_t structure are:
Photon
PtMultiText, PtMultiTextAttributes_t