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
# NOTE: Derived from blib/lib/Tk/Frame.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Tk::Frame;
#line 204 "blib/lib/Tk/Frame.pm (autosplit into blib/lib/auto/Tk/Frame/sbset.al)"
sub sbset
{
my ($cw,$sb,$ref,@args) = @_;
$sb->set(@args);
$cw->queuePack if (@args == 2 && $sb->Needed != $$ref);
}
# end of Tk::Frame::sbset
1;