Up

_gtkMain

Launch the GTK+ loop. This is imperative. It must be ran at the end of the loading applications. You can run several loops, but generally, you'll run it once.
See gtk_main in the GTK documentation, if any.

Prototype :

fun [] I

Return : I : always 0

See also