main_

Runs the main loop until gtk.global.mainQuit is called.

You can nest calls to gtk.global.main_. In that case gtk.global.mainQuit will make the innermost invocation of the main loop return.

void
main_
()