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 / sbset.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 204 "blib/lib/Tk/Frame.pm (autosplit into blib/lib/auto/Tk/Frame/sbset.al)"
7sub sbset
8{
9 my ($cw,$sb,$ref,@args) = @_;
10 $sb->set(@args);
11 $cw->queuePack if (@args == 2 && $sb->Needed != $$ref);
12}
13
14# end of Tk::Frame::sbset
151;