PtSyncPhoton

PtSyncPhoton — flushes the current draw buffer.

Syntax

PtSyncPhoton ()

		

Arguments

none

Returns

t.

Description

This function flushes the current draw buffer, performing all pending widget updates and removals. These operations are usually performed automatically, but some applications that modify or destroy widgets may need to call PtSyncPhoton explicitly. This function should never be used in the callback of a widget that has been destroyed.

See Also

In Photon documentation: PtSyncPhoton.