Curses::Widgets::Calendar

Calendar Widgets
Download

Curses::Widgets::Calendar Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Arthur Corliss
  • Publisher web site:
  • http://search.cpan.org/~corliss/CursesForms-1.997/Forms.pm

Curses::Widgets::Calendar Tags


Curses::Widgets::Calendar Description

Calendar Widgets Curses::Widgets::Calendar is a Perl module that provides simplified OO access to Curses-based calendars. Each object maintains it's own state information.SYNOPSIS use Curses::Widgets::Calendar; $cal = Curses::Widgets::Calendar->({ CAPTION => 'Appointments', CAPTIONCOL => 'yellow', INPUTFUNC => &scankey, FOREGROUND => undef, BACKGROUND => 'black', BORDER => 1, BORDERCOL => 'red', FOCUSSWITCH => " ", X => 1, Y => 1, HIGHLIGHT => , HIGHLIGHTCOL=> 'green', MONTH => '11/2001', ONYEAR => &yearly, ONMONTH => &monthly, ONDAY => &daily, }); $cal->draw($mwh, 1); See the Curses::Widgets pod for other methods. Requirements: · Perl · Curses · Curses::Widgets


Curses::Widgets::Calendar Related Software