The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Tkx::TclTk::Bind::IWidgets - Bind the Tcl/Tk 'iwidgets4.0.2'-library to Tkx.

VERSION

This is version 1.2.00

SYNOPSIS

   use Tkx::TclTk::Bind::IWidgets;
   ...
   $mw = Tkx::widget->new(q{.});
   $mw->Tkx::wm_title('Test');
   ...
   my $ca = $mw->new_iwidgets__Calendar();
   ...
   Tkx::grid( $ca, -column => 0, -row => 0 );
   ...
   Tkx::MainLoop();

DESCRIPTION

This modul load the iwidgets4.0.2-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 (32 and 64-bit) 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

Env::C
Tkx::TclTk::Bind

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.