Run a single iteration of the main loop, block until an event is noticed

Property definitions

gtk :: gtk_core $ Sys :: gtk_main_iteration
# Run a single iteration of the main loop, block until an event is noticed
fun gtk_main_iteration: Bool `{ return gtk_main_iteration(); `}
lib/gtk/v3_4/gtk_core.nit:51,1--52,63