GtkText::freeze

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() .

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.