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

PtWidgetDim()

Retrieve a copy of a widget's dimension

Synopsis:

PhDim_t * PtWidgetDim( PtWidget_t *widget, 
                       PhDim_t *dim );

Description:

This function retrieves a copy of widget's dimension dim.

Returns:

A pointer to a PhDim_t structure, or NULL if widget or dim is NULL.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtWidgetArea()


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