PtProgressTextRect()

Get the text area of a progress bar

Synopsis:

void PtProgressTextRect( PtWidget_t const *widget,
                         PhRect_t *rect );

Description:

This function gets the rectangle in which text is drawn on the PtProgress pointed to by widget. The rectangle's coordinates are stored in the PhRect_t structure pointed to by rect.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtProgress, PtProgressEntireSegment(), PtProgressFirstSegment(), PtProgressNextSegment()

PhRect_t in the Photon Library Reference