Function

Gtkmain

Declaration [src]

void
gtk_main (
  void
)

Description [src]

Runs the main loop until gtk_main_quit() is called.

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