Tk::Month

Tk::Month is a calendar widget which shows one month at a time.
Download

Tk::Month Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Anthony Iano-Fletcher
  • Publisher web site:
  • http://search.cpan.org/~arif/Tk-Month-1.4/Month.pm

Tk::Month Tags


Tk::Month Description

Tk::Month is a calendar widget which shows one month at a time. Tk::Month is a calendar widget which shows one month at a time.SYNOPSIS use Tk; use Tk::Month; $m = $parent->Month( -month => 'July', -year => '1997', -title => '%b %y', -command => &press, -printformat => '%e', -navigation => , -includeall => , -showall => , -first => , )->pack(); $m->configure( -month => 'July', -year => '1997', -command => &press, -printformat => '%e %B %Y %A', -navigation => , -includeall => , -showall => , -first => , ); $m->separator(); $m->command( -label => 'Label', -command => &callback, ); Requirements: · Perl · Tk · Exporter


Tk::Month Related Software