Help for this page

Select Code to Download


  1. or download this
    #!/bin/env perl6
    
    ...
    gtk_main();
    
    exit();
    
  2. or download this
    /* Exit when the window is closed */
    g_signal_connect (window, "destroy", G_CALLBACK (gtk_main_quit), NULL)
    +;