freebsd-dev/gnu/lib/libdialog
1994-10-12 01:54:38 +00:00
..
checklist.c Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +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 Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
dialog.priv.h Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
inputbox.c Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
kernel.c Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
Makefile SHARED_LDADD --> LDADD 1994-10-12 01:54:38 +00:00
menubox.c Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
msgbox.c Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
radiolist.c Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
rc.c Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +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 Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +00:00
yesno.c Make all dialog box available from C programs via functions calls 1994-10-11 23:30:51 +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.