Curses::UI::Label

Create and manipulate label widgets
Download

Curses::UI::Label Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Maurice Makaay
  • Publisher web site:
  • http://search.cpan.org/~mdxi/Curses-UI-0.9601/lib/Curses/UI/Searchable.pm

Curses::UI::Label Tags


Curses::UI::Label Description

Create and manipulate label widgets Curses::UI::Label is a Perl module to create and manipulate label widgets.CLASS HIERARCHY Curses::UI::Widget | +----Curses::UI::LabelSYNOPSIS use Curses::UI; my $cui = new Curses::UI; my $win = $cui->add('window_id', 'Window'); my $label = $win->add( 'mylabel', 'Label', -text => 'Hello, world!', -bold => 1, ); $label->draw;Curses::UI::Label is a widget that shows a textstring. This textstring can be drawn using these special features: bold, dimmed, reverse, underlined, and blinking.See exampes/demo-Curses::UI::Label in the distribution for a short demo. Requirements: · Perl


Curses::UI::Label Related Software