Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/widget_ref/ptmultitextline_t.html on line 1

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/widget_ref/ptmultitextline_t.html on line 1

Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/widget_ref/ptmultitextline_t.html on line 8

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/widget_ref/ptmultitextline_t.html on line 8

PtMultiTextLine_t

Information about a line of text in a PtMultiText

Synopsis:

typedef struct Pt_emt_text_line
{
    unsigned int            first_char;
    unsigned int            byte_offset;
    unsigned short                num_chars;
    PhRect_t                extent;
    PtMultiTextSegment_t    *segment;
    struct Pt_emt_text_line *prev;
    struct Pt_emt_text_line *next;
} PtMultiTextLine_t;

Description:

The PtMultiTextLine_t structure describes a line of text as displayed in a PtMultiText widget.

The members include:

first_char
The index into the entire string of the first character on the line.
byte_offset
The offset into the entire string of the first character on the line, in bytes.
num_chars
The number of characters on the line.
extent
The PhRect_t that specifies the extent of the line.
segment
A pointer to the PtMultiTextSegment_t structure that describes the segment in effect at the start of the line.
prev
A pointer to the PtMultiTextLine_t structure for the previous line.
next
A pointer to the PtMultiTextLine_t structure for the next line.

Classification:

Photon

See also:

PtMultiText, PtMultiTextInfo(), PtMultiTextSegment_t


Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/widget_ref/ptmultitextline_t.html on line 118

Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/widget_ref/ptmultitextline_t.html on line 118