Your IP : 216.73.216.74


Current Path : /usr/lib64/perl5/vendor_perl/auto/Tk/Scale/
Upload File :
Current File : //usr/lib64/perl5/vendor_perl/auto/Tk/Scale/ButtonUp.al

# NOTE: Derived from ../blib/lib/Tk/Scale.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Tk::Scale;

#line 129 "../blib/lib/Tk/Scale.pm (autosplit into ../blib/lib/auto/Tk/Scale/ButtonUp.al)"
sub ButtonUp
{
 my ($w,$x,$y) = @_;
 $w->CancelRepeat();
 $w->EndDrag();
 $w->Activate($x,$y)
}

# end of Tk::Scale::ButtonUp
1;