mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
43935e7773
Provide high level APIs for rapid UI design on the console
9 lines
433 B
Plaintext
9 lines
433 B
Plaintext
Curses::Forms is designed to provide high level APIs for rapid user interface
|
|
design on the console in Perl. Based on Curses::Widgets, Curses::Forms provide
|
|
a flexible OO framework to manage a collection of widgets on forms and dialogs.
|
|
|
|
While intended to be used in the Curses::Application framework, it can also be
|
|
used alone with Curses::Widgets for quick and dirty interfaces.
|
|
|
|
WWW: http://www.digitalmages.com/perl/CursesForms/
|