Help for this page

Select Code to Download


  1. or download this
    #=====================================================================
    +========
    #                ZtkBubble  Class
    ...
    $self->{timer} = $widget->after($self->{afterdelay}, sub { $self->_mov
    +e() });
    }
    1;
    
  2. or download this
    #!/usr/bin/perl
    use Tk; 
    ...
        my $string = shift;
        $zinc->itemconfigure($text, -text => $string);
    }