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 / freeze_on_map.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 211 "blib/lib/Tk/Frame.pm (autosplit into blib/lib/auto/Tk/Frame/freeze_on_map.al)"
7sub freeze_on_map
8{
9 my ($w) = @_;
10 unless ($w->Tk::bind('Freeze','<Map>'))
11 {
12 $w->Tk::bind('Freeze','<Map>',['packPropagate' => 0])
13 }
14 $w->AddBindTag('Freeze');
15}
16
17# end of Tk::Frame::freeze_on_map
181;