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 / Frame / queuePack.al
CommitLineData
86530b38
AT
1# NOTE: Derived from blib/lib/Tk/Frame.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Tk::Frame;
5
6#line 194 "blib/lib/Tk/Frame.pm (autosplit into blib/lib/auto/Tk/Frame/queuePack.al)"
7sub queuePack
8{
9 my ($cw) = @_;
10 unless ($cw->{'pack_pending'})
11 {
12 $cw->{'pack_pending'} = 1;
13 $cw->afterIdle([$cw,'packscrollbars']);
14 }
15}
16
17# end of Tk::Frame::queuePack
181;