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 / Listbox / Cntrl_backslash.al
CommitLineData
86530b38
AT
1# NOTE: Derived from ../blib/lib/Tk/Listbox.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Tk::Listbox;
5
6#line 164 "../blib/lib/Tk/Listbox.pm (autosplit into ../blib/lib/auto/Tk/Listbox/Cntrl_backslash.al)"
7sub Cntrl_backslash
8{
9 my $w = shift;
10 my $Ev = $w->XEvent;
11 if ($w->cget('-selectmode') ne 'browse')
12 {
13 $w->selectionClear(0,'end');
14 }
15}
16
17# end of Tk::Listbox::Cntrl_backslash
181;