GtkLayout::freeze

void freeze(void);

Use freeze() when you are updating a large amount of data, e.g. a large pixmap or series of pixmaps. Calling this method prior to the update will speed up the process and reduce flicker.

See also: thaw() .