Package: gtk
Function gtk-main-iteration
Lambda Listgtk-main-iteration () Return ValueTrue if the function gtk-main-quit 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 function gtk-main-iteration-do or check if any events are pending with the function gtk-events-pending first. | See also |
2020-8-22