home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / Cntrl_backslash.al < prev    next >
Encoding:
Text File  |  2003-12-16  |  498 b   |  20 lines

  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.
  4. package Tk::Listbox;
  5.  
  6. #line 504 "..\blib\lib\Tk\Listbox.pm (autosplit into ..\blib\lib\auto\Tk\Listbox\Cntrl_backslash.al)"
  7. sub 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.   $w->eventGenerate("<<ListboxSelect>>");
  15.  }
  16. }
  17.  
  18. # end of Tk::Listbox::Cntrl_backslash
  19. 1;
  20.