Help for this page

Select Code to Download


  1. or download this
    Gtk2->main_iteration while Gtk2->events_pending;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    MainLoop;
    __END__
    
  3. or download this
    use Gtk2 qw/-init -threads-init/;
    
    ...
          Gtk2::Gdk::Threads->leave;
            
    }