GtkText::freeze
Call the freeze() method prior
to any text update. This prevents the display from flickering during
the time it takes for the update to be made, as the full update is
only drawn once rather than for every new character.
See also: thaw() .