freebsd-dev/gnu/lib/libdialog
1996-04-28 02:13:07 +00:00
..
TESTS Remove the special-case behavior for fire actions that return 1996-04-18 13:21:26 +00:00
CHANGES
checklist.c Fix the OK/Cancel accellerator bogon I introduced a few days back. 1996-04-28 02:13:07 +00:00
colors.h
COPYING
dialog.3 Add some missing MLINKS, correct some cross references, correct some 1996-02-09 16:20:10 +00:00
dialog.h Remove the special-case behavior for fire actions that return 1996-04-18 13:21:26 +00:00
dialog.priv.h Add changes to: 1995-12-23 01:10:20 +00:00
dir.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
dir.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
fselect.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
gauge.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
help.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
inputbox.c Next round of changes - make dialog boxes drawable at arbitrary X,Y locations 1996-01-01 03:43:58 +00:00
kernel.c Next round of changes - make dialog boxes drawable at arbitrary X,Y locations 1996-01-01 03:43:58 +00:00
lineedit.c
Makefile Add some missing MLINKS, correct some cross references, correct some 1996-02-09 16:20:10 +00:00
menubox.c Fix the OK/Cancel accellerator bogon I introduced a few days back. 1996-04-28 02:13:07 +00:00
msgbox.c Next round of changes - make dialog boxes drawable at arbitrary X,Y locations 1996-01-01 03:43:58 +00:00
notify.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
prgbox.c Next round of changes - make dialog boxes drawable at arbitrary X,Y locations 1996-01-01 03:43:58 +00:00
radiolist.c Fix the OK/Cancel accellerator bogon I introduced a few days back. 1996-04-28 02:13:07 +00:00
raw_popen.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
rc.c
rc.h
README
textbox.c Next round of changes - make dialog boxes drawable at arbitrary X,Y locations 1996-01-01 03:43:58 +00:00
TODO
ui_objects.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
ui_objects.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
yesno.c Next round of changes - make dialog boxes drawable at arbitrary X,Y locations 1996-01-01 03:43:58 +00:00

This library was split out from the `dialog' program for use
in C programs.  For a list of interface functions, see dialog.h.
For usage examples, see the `dialog' program sources in
/usr/src/gnu/usr.bin/dialog.

You can additionally use any ncurses functions after init_dialog().

							Ache.