Retrieve a copy of a widget's area
PhArea_t * PtWidgetArea( PtWidget_t *widget, PhArea_t *area );
ph
This macro retrieves a copy of widget's area and stores it in the PhArea_t structure pointed to by area.
The same pointer as area, or NULL if widget or area is NULL.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |