Help for this page

Select Code to Download


  1. or download this
    my $display=$vbox->get_display;
    my @list=($display->list_devices());
    for(my $i=0;$i<$#list;$i++){
    ...
        print "activating device \# $i, name=$name result=$result\n";
    }
    $drawing_area->set_extension_events("cursor");
    
  2. or download this
    #!/usr/bin/perl -w
    #
    ...
    $window->show;
    Gtk2->main;
    }