home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2004 July
/
APC0407D2.iso
/
workshop
/
apache
/
files
/
ActivePerl-5.6.1.638-MSWin32-x86.msi
/
_bd3cbd3353cbdce650c88b57e6df4b95
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-04-13
|
405 b
|
22 lines
# Copyright (c) 1995-1999 Nick Ing-Simmons. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
package Tk::Label;
require Tk;
use vars qw($VERSION);
$VERSION = '3.011'; # $Id: //depot/Tk8/Tk/Label.pm#11 $
use base qw(Tk::Widget);
Construct Tk::Widget 'Label';
sub Tk_cmd { \&Tk::label }
1;