Help for this page

Select Code to Download


  1. or download this
    my $anim = Gtk2::Gdk::PixbufAnimation->new_from_file($img_path);
    my $image = Gtk2::Image->new_from_animation($anim);
    
  2. or download this
    while (Gtk2->events_pending()) {Gtk2->main_iteration();}