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 / updateWidgets.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 658 "blib/lib/Tk.pm (autosplit into blib/lib/auto/Tk/updateWidgets.al)"
7sub updateWidgets
8{
9 my ($w) = @_;
10 while ($w->DoOneEvent(DONT_WAIT|IDLE_EVENTS|WINDOW_EVENTS))
11 {
12 }
13 $w;
14}
15
16# end of Tk::updateWidgets
171;