HardenedBSD/gnu/lib/libdialog
1996-07-11 11:15:28 +00:00
..
TESTS Round out the examples a little better in showing custom buttons in operation 1996-07-02 01:03:56 +00:00
CHANGES
checklist.c Fix a couple of whoopers which somehow went undetected until now. 1996-07-11 11:15:28 +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
dir.c
dir.h
fselect.c
gauge.c
help.c
inputbox.c
kernel.c
lineedit.c
Makefile Add some missing MLINKS, correct some cross references, correct some 1996-02-09 16:20:10 +00:00
menubox.c Fix a couple of whoopers which somehow went undetected until now. 1996-07-11 11:15:28 +00:00
msgbox.c
notify.c
prgbox.c
radiolist.c Fix a couple of whoopers which somehow went undetected until now. 1996-07-11 11:15:28 +00:00
raw_popen.c
rc.c
rc.h
README
textbox.c
TODO
ui_objects.c
ui_objects.h
yesno.c

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.