Package: gtk

Function gtk:main-iteration

Lambda List

gtk:main-iteration ()

Return Value

True 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