Curses::UI

A curses based OO user interface framework
Download

Curses::UI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shawn Boyette
  • Publisher web site:
  • http://search.cpan.org/~mdxi/

Curses::UI Tags


Curses::UI Description

A curses based OO user interface framework The Curses::UI module is an object-oriented user interface framework for Perl.It contains basic widgets (like buttons and text areas), more "advanced" widgets (like UI tabs and a fully-functional basic text editor), and some higher-level classes like pre-fab error dialogues.SYNOPSIS use Curses::UI; # create a new C::UI object my $cui = Curses::UI->new( -clear_on_exit => 1, -debug => $debug, ); # this is where we gloss over setting up all the widgets and data # structures :) # start the event loop $cui->mainloop; Requirements: · Perl


Curses::UI Related Software