# 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 215 "blib\lib\Tk\Frame.pm (autosplit into blib\lib\auto\Tk\Frame\freeze_on_map.al)" sub freeze_on_map { my ($w) = @_; unless ($w->Tk::bind('Freeze','')) { $w->Tk::bind('Freeze','',['packPropagate' => 0]) } $w->AddBindTag('Freeze'); } # end of Tk::Frame::freeze_on_map 1;