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

PtSyncWidget()

Synchronize widget

Synopsis:

int PtSyncWidget( PtWidget_t *widget );

Description:

This function ensures that all flagged actions (such as a complete rebuild, a resize including extenting, and any required region changes) are performed on the specified widget.

Returns:

0
Success.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtAppAddInput(), PtAppAddWorkProc(), PtFlush(), PtUpdate()


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