Tk::Month VERSION 1.5 - Tk Calendar month by month browser.
DESCRIPTION
Tk::Month
is a Tk month browser widget, allowing days, weeks etc. to
be selected for some externally defined action.
Tk::Year
is a Tk year browser widget using Tk::Month widgets.
Tk::Panel
a collapsible Frame-like widget with a title.
Tk::StrfClock
a digital clock based on strftime.
COPYRIGHT
Copyright (c) 1998-2014 Anthony R Fletcher. All rights reserved.
These modules are free software; you can redistribute them and/or modify
them under the same terms as Perl itself.
This code is supplied as-is - use at your own risk.
PREREQUISITES
Perl5.004
Tk
Exporter
HOW TO BUILD AND INSTALL
perl Makefile.PL
make
make test
make install
TESTING
As this is a Tk GUI module it is hard to test non-interactively.
Try
perl lib/Tk/Month.pm
perl lib/Tk/Year.pm
perl lib/Tk/StrfClock.pm
perl lib/Tk/Panel.pm
perl t/demo
There is a built-in test procedure which is run if and only if
the module itself is run. In the case of Month.pm and StrfClock.pm
the built-in is actually useful.
You can also pass widget flags from the command line:
./lib/Tk/Year.pm -fg grey -bg darkblue -font fixed
There is also a demonstration in './t/demo'. Run after doing a make.
TODO
Nothing planned.
SUGGESTIONS
Send suggestions, bugs, etc. to Anthony+perl@bifb.org.