• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Widgets/H14-Nov-2002-4,2271,859

CHANGELOGH A D14-Nov-20023.7 KiB9392

CREDITSH A D14-Nov-2002665 1312

LICENSEH A D14-Nov-200217.6 KiB340281

MANIFESTH A D14-Nov-2002332 2120

Makefile.PLH A D14-Nov-2002312 1712

READMEH A D14-Nov-20021.1 KiB4630

Widgets.pmH A D14-Nov-200224.7 KiB1,002336

test.plH A D14-Nov-20028.2 KiB317234

README

1Curses::Widgets Module for Perl
2==============================
3
4Author: Arthur Corliss
5Date:  December 5, 2001
6
7Description:
8------------
9
10High level access to basic Curses widgets and related functions.
11
12NOTE:  This is **NOT** backwards compatible with the pre-1.99 versions.  This
13is entirely OO-based, hence any older scripts relying on the old versions will
14need to be rewritten.
15
16Also note that certain "widgets" are no longer available (i.e., the dialogs).
17Those are more properly forms, not widgets, and hence are available in the
18latest Curses::Forms release.
19
20Requirements:
21-------------
22
23--(n)Curses libraries
24--Curses module
25
26Instructions:
27-------------
28
29All that one needs to do is:
30
31	perl Makefile.pl
32	make test
33	make install
34
35Documentation for using the module(s) is available if one types the following:
36
37	perldoc Curses::Widgets
38
39There is also a tutorial for creating custom widgets, which can be accessed
40via:
41
42	perldoc Curses::Widgets::Tutorial
43
44If you find any value in these modules, write me!  All hints, tips, and wishes
45are welcome at corliss@digitalmages.com.
46