Package: gdk
Function gdk-threads-add-idle
Lambda Listgdk-threads-add-idle (func &key priority) ArgumentsReturn ValueAn unsigned integer ID, greater than 0, of the event source. Details
Adds a function to be called whenever there are no higher priority events
pending. If the function returns false it is automatically removed from the list of event sources and will not be called again. The default for priority is +g-priority-default-idle+. This variant of the g-idle-add function calls the function with the GDK lock held. It can be thought of a MT-safe version for GTK widgets. | See also |
2021-12-13