Package: glib
Constant glib:+priority-high-idle+
Initial Value100 Details
Use this for high priority idle functions. GTK uses the g:+priority-high-idle+ + 10 value for resizing operations, and the g:+priority-high-idle+ + 20 value for redrawing operations. This
is done to ensure that any pending resizes are processed before any pending
redraws, so that widgets are not redrawn twice unnecessarily. | See also |
2024-4-2