Package: gtk
Function gtk:main-iteration
Lambda Listgtk:main-iteration () Return ValueTrue if the gtk:main-quit function has been called for the innermost main loop. Details Runs a single iteration of the main loop.
If no events are waiting to be processed GTK will block until the next
event is noticed. If you do not want to block look at the gtk:main-iteration-do function or check if any events are pending with the gtk:events-pending function first. | See also |
#2023-3-5