freeze_updates
Description:
public void freeze_updates ()
Temporarily freezes a window such that it won’t receive expose events.
The window will begin receiving expose events again when thaw_updates is called. If freeze_updates has been called more than once, thaw_updates must be called an equal number of times to begin processing exposes.
Parameters:
this |
a Window |