[Previous] [Contents] [Index] [Next]

PtWidgetArea()

Retrieve a copy of a widget's area

Synopsis:

PhArea_t * PtWidgetArea( PtWidget_t *widget, 
                         PhArea_t *area );

Description:

This function retrieves a copy of widget's area.

Returns:

A pointer to a PhArea_t structure, or NULL if widget or area is NULL.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtWidgetDim()


[Previous] [Contents] [Index] [Next]