freebsd-dev/gnu/lib/libdialog
1994-10-31 04:02:31 +00:00
..
checklist.c Add pointer check after each newwin/subwin with error diagnostic 1994-10-31 04:02:31 +00:00
colors.h Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
COPYING Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
dialog.h Implement dialog_prgbox() function which allows run program 1994-10-28 03:08:28 +00:00
dialog.priv.h Implement dialog_prgbox() function which allows run program 1994-10-28 03:08:28 +00:00
inputbox.c Add pointer check after each newwin/subwin with error diagnostic 1994-10-31 04:02:31 +00:00
kernel.c Implement dialog_prgbox() function which allows run program 1994-10-28 03:08:28 +00:00
lineedit.c Implement dialog_prgbox() function which allows run program 1994-10-28 03:08:28 +00:00
Makefile Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the 1994-10-28 05:36:38 +00:00
menubox.c Add pointer check after each newwin/subwin with error diagnostic 1994-10-31 04:02:31 +00:00
msgbox.c Add pointer check after each newwin/subwin with error diagnostic 1994-10-31 04:02:31 +00:00
prgbox.c Add pointer check after each newwin/subwin with error diagnostic 1994-10-31 04:02:31 +00:00
radiolist.c Add pointer check after each newwin/subwin with error diagnostic 1994-10-31 04:02:31 +00:00
raw_popen.c Implement dialog_prgbox() function which allows run program 1994-10-28 03:08:28 +00:00
rc.c Declare more functions externally. 1994-10-20 21:56:45 +00:00
rc.h Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
README Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
textbox.c Add pointer check after each newwin/subwin with error diagnostic 1994-10-31 04:02:31 +00:00
yesno.c Add pointer check after each newwin/subwin with error diagnostic 1994-10-31 04:02:31 +00:00

This library splitted out from 'dialog' program for use inside
C-programs. For interface function list see dialog.h.
For usage examples see 'dialog' program sources itself into
/usr/src/gnu/usr.bin/dialog.
You can additionly use any ncurses functions after init_dialog().

							Ache.