home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netrunner 2004 October
/
NETRUNNER0410.ISO
/
regular
/
ActivePerl-5.8.4.810-MSWin32-x86.msi
/
_cd769d71ff0f53b0f43c9d13b7390233
< 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-06-01
|
285 b
|
20 lines
package Tk::Pixmap;
use vars qw($VERSION);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/TixPixmap/Pixmap.pm#4 $
use Tk qw($XS_VERSION);
use Tk::Image ();
use base qw(Tk::Image);
Construct Tk::Image 'Pixmap';
bootstrap Tk::Pixmap;
sub Tk_image { 'pixmap' }
1;