home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / auto / Tk / Ghostscript / ClassInit.al < prev    next >
Encoding:
Text File  |  1997-08-10  |  280 b   |  15 lines

  1. # NOTE: Derived from ..\blib\lib\Tk\Ghostscript.pm.  Changes made here will be lost.
  2. package Tk::Ghostscript;
  3.  
  4. sub ClassInit
  5. {
  6.  my ($class,$mw) = @_;
  7.  $mw->bind($class,'<Configure>','NoteSize');
  8.  $mw->bind($class,'<Destroy>','StopInterp');
  9.  return $class;
  10. }
  11.  
  12. 1;
  13.  
  14. 1;
  15.