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 / Tk / Message.pm
CommitLineData
86530b38
AT
1# Copyright (c) 1995-1999 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.
4package Tk::Message;
5use strict;
6
7use vars qw($VERSION);
8$VERSION = '3.010'; # $Id: //depot/Tk8/Tk/Message.pm#10 $
9
10require Tk::Widget;
11
12use base qw(Tk::Widget);
13
14Construct Tk::Widget 'Message';
15
16sub Tk_cmd { \&Tk::message }
17
181;
19__END__
20