Curses::Widgets::Label

Label Widgets
Download

Curses::Widgets::Label 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::Label Tags


Curses::Widgets::Label Description

Label Widgets Curses::Widgets::Label is a Perl module with label widgets.SYNOPSIS use Curses::Widgets::Label; $lbl = Curses::Widgets::Label->new({ COLUMNS => 10, LINES => 1, VALUE => 'Name:', FOREGROUND => undef, BACKGROUND => 'black', X => 1, Y => 1, ALIGNMENT => 'R', }); $tf->draw($mwh); See the Curses::Widgets pod for other methods. Requirements: · Perl


Curses::Widgets::Label Related Software