NAME
Tkx::TclTk::Bind::ImageLibrary - Bind the Tcl/Tk 'Img4.0.4'-library to Tkx. (4.0.4)
VERSION
This is version 1.2.01
SYNOPSIS
use Tkx::TclTk::Bind::ImageLibrary;
...
$mw = Tkx::widget->new(q{.});
$mw->Tkx::wm_title('Test');
...
Tkx::image_create_photo( 'image', -file => $file_path_name );
my $label = $mw->new_label( -compound => "left",
-image => 'image_gif',
-text => "Label",
);
...
Tkx::grid( $label, -column => 0, -row => 0 );
...
Tkx::MainLoop();
DESCRIPTION
This modul load the Img4.0.4-library in the 'User-TEMP-Directory' and binding the library on Tkx. The modul ship the iwidget library as TAR-Ball for the OS-System MSWin32, Linux and Mac OS X.
This modul provide support for 'ActiveState PerlApp'. You can import library as TAR-Ball from directory .../lib/Tkx/TclTk/Bind/TAR/... over 'Bound files' in PerlApp.
When program will ending, the modul delete all files from 'User-TEMP'-Directory.
PRAGMAS
- strict
- warnings
MODULE
AUTHOR
Juergen von Brietzke <juergen.von.brietzke@t-online.de>
COPYRIGHT AND LICENSE
This software is copyright (c) by Juergen von Brietzke.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.