Package: gtk

Function gtk:main-iteration-do

Lambda List

gtk:main-iteration-do (blocking)

Arguments

blocking -- true if you want GTK to block if no events are pending

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 available either return or block depending on the value of blocking.
 

See also

#2023-3-5