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 / Label.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.
4
5package Tk::Label;
6require Tk;
7
8
9use vars qw($VERSION);
10$VERSION = '3.011'; # $Id: //depot/Tk8/Tk/Label.pm#11 $
11
12use base qw(Tk::Widget);
13
14Construct Tk::Widget 'Label';
15
16sub Tk_cmd { \&Tk::label }
17
181;
19
20
21