form_opts(3X) DG/UX 5.4R3.00 form_opts(3X)
NAME
formopts: setformopts, formoptson, formoptsoff, formopts -
forms option routines
SYNOPSIS
#include <form.h>
int setformopts(FORM *form, OPTIONS opts);
int formoptson(FORM *form, OPTIONS opts);
int formoptsoff(FORM *form, OPTIONS opts);
OPTIONS formopts(FORM *form);
DESCRIPTION
setformopts turns on the named options for form and turns off all
remaining options. Options are boolean values which can be OR-ed
together.
formoptson turns on the named options; no other options are
changed.
formoptsoff turns off the named options; no other options are
changed.
formopts returns the options set for form.
Form Options:
ONLOVERLOAD Overload the REQNEWLINE form driver request.
OBSOVERLOAD Overload the REQDELPREV form driver request.
RETURN VALUE
setformopts, formoptson and formoptsoff return one of the
following:
EOK - The function returned successfully.
ESYSTEMERROR - System error.
NOTES
The header file <form.h> automatically includes the header files
<eti.h> and <curses.h>.
SEE ALSO
curses(3X), forms(3X).
Licensed material--property of copyright holder(s) 1