freebsd-dev/gnu/lib/libdialog
1996-12-12 11:05:59 +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 file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
checklist.c 1. Remove some ancient bogons from when I initially added dialogMenuItem 1996-07-11 18:22:16 +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.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 Eliminated includes of the "temporary" backwards compatibility header 1996-09-24 08:08:11 +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 Make button highlighting more visible on B/W displays. 1996-09-06 09:36:45 +00:00
lineedit.c Fix nasty shadow bug sneaked in Marc's commit. 1995-05-08 01:43:52 +00:00
Makefile cmp -s || install -c ==> install -C 1996-08-30 02:12:07 +00:00
menubox.c 1. Remove some ancient bogons from when I initially added dialogMenuItem 1996-07-11 18:22:16 +00:00
msgbox.c Line up some of these OK boxes properly again. 1996-12-12 11:05:59 +00:00
notify.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
prgbox.c Line up some of these OK boxes properly again. 1996-12-12 11:05:59 +00:00
radiolist.c 1. Remove some ancient bogons from when I initially added dialogMenuItem 1996-07-11 18:22:16 +00:00
raw_popen.c Remove trailing whitespace. 1995-05-30 05:05:38 +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 Translate README to english. :-) 1994-11-02 00:39:42 +00:00
textbox.c Line up some of these OK boxes properly again. 1996-12-12 11:05:59 +00:00
TODO file selector, helpline, helpfile and more, with my fixes 1995-02-15 19:44:08 +00:00
ui_objects.c Collapse some common arrow key handling semantics from sysinstall into 1996-09-01 08:16:00 +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.