Contents

NSEnableScreenUpdates()

Enables screen updates.

Declaration

func NSEnableScreenUpdates()

Discussion

Reenables, for all windows of a process, the flushing of drawing operations to the screen that was previously disabled by NSDisableScreenUpdates(). Successive calls to NSDisableScreenUpdates() are placed on a stack and must be popped off that stack by matching calls to this function.

See Also

Functions