home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / Tk / Message.pm < prev    next >
Encoding:
Perl POD Document  |  1997-08-10  |  316 b   |  17 lines

  1. # Copyright (c) 1995-1997 Nick Ing-Simmons. All rights reserved.
  2. # This program is free software; you can redistribute it and/or
  3. # modify it under the same terms as Perl itself.
  4. package Tk::Message;
  5. use AutoLoader;
  6.  
  7. @ISA = qw(Tk::Widget);
  8.  
  9. Construct Tk::Widget 'Message';
  10.  
  11. sub Tk_cmd { \&Tk::message }
  12.  
  13. 1;
  14. __END__
  15.  
  16.  
  17.