HIGH_IDLE


Description:

public const int HIGH_IDLE

Use this for high priority idle functions.

GTK uses g_priority_high_idle + 10 for resizing operations, and g_priority_high_idle + 20 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.)


Namespace: GLib.Priority
Package: glib-2.0