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