Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      {
            Gtk2->main_quit;
      }
    
  2. or download this
    use warnings;
    use strict;
    use Gtk2 -init;
    ...
    sub btnNUM_clicked2 {
        btnNUM_clicked(2);
    }