freebsd-nq/lib/libforms
Paul Richards 7f8bb70cff New forms library. This provides some basic functions for writing
input forms. It has the following simple fields:

Text fields: Just titles, labels etc.

Input fields: An editable text field that may or may not have an
initial default value.

Labelled input field: This is an input field that has an initial
informative entry in it but it vanishes when you start editing the
field.

Toggle fields: These are fields with a pre-defined list of options
which you cycle through using the space bar.

Action fields: These are button type fields that call functions when
they are selected.

A simple demo is included in examples.
1995-01-10 04:00:37 +00:00
..
examples New forms library. This provides some basic functions for writing 1995-01-10 04:00:37 +00:00
forms.c New forms library. This provides some basic functions for writing 1995-01-10 04:00:37 +00:00
forms.h New forms library. This provides some basic functions for writing 1995-01-10 04:00:37 +00:00
internal.h New forms library. This provides some basic functions for writing 1995-01-10 04:00:37 +00:00
lex.l The start of a forms editor library. Currently implements text and 1994-11-13 06:45:44 +00:00
Makefile New forms library. This provides some basic functions for writing 1995-01-10 04:00:37 +00:00
yacc.y The start of a forms editor library. Currently implements text and 1994-11-13 06:45:44 +00:00