Synchronize a widget's extent
int PtMoveResizeWidget( PtWidget_t *widget, unsigned blit );
This function synchronizes a widget's extent with its position and size resources. Any region adjustments, blits, or damages are performed automatically.
This function calls the widget's Extent method to calculate its new extent.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |