TypeScript API Documentation for GTK
API Version: 3.0
Library Version: 3.24.51
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Runs a single iteration of the mainloop. If no events are available either return or block depending on the value of blocking.
blocking
true if you want GTK+ to block if no events are pending
true
true if gtk_main_quit() has been called for the innermost mainloop
gtk_main_quit()
Runs a single iteration of the mainloop. If no events are available either return or block depending on the value of
blocking.