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.40
Runs the main loop until gtk_main_quit() is called.
gtk_main_quit()
You can nest calls to gtk_main(). In that case gtk_main_quit() will make the innermost invocation of the main loop return.
gtk_main()
Runs the main loop until
gtk_main_quit()is called.You can nest calls to
gtk_main(). In that casegtk_main_quit()will make the innermost invocation of the main loop return.