Function gtk::functions::main

source · []
pub fn main()
Expand description

Runs the main loop until gtk_main_quit() is called.

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