Main.run

Runs the main loop until Main.quit is called.

You can nest calls to gtk_main(). In that case Main.quit will make the innermost invocation of the main loop return.

struct Main
static
void
run
()