Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub quit {
        Gtk3->main_quit;
    }
    
  2. or download this
    #creating a Vbox
    my $vbox = Gtk3::Box->new('vertical',3);
    ...
        double_buffered=>FALSE,
        expand=>'false'
    );