Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / auto / Tk / CancelRepeat.al
CommitLineData
86530b38
AT
1# NOTE: Derived from blib/lib/Tk.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Tk;
5
6#line 405 "blib/lib/Tk.pm (autosplit into blib/lib/auto/Tk/CancelRepeat.al)"
7sub CancelRepeat
8{
9 my $w = shift->MainWindow;
10 my $id = delete $w->{_afterId_};
11 $w->after('cancel',$id) if (defined $id);
12}
13
14# end of Tk::CancelRepeat
151;