Next: Color and attribute control for form fields, Previous: Form procedures, Up: The curses form library [Contents][Index]
This procedure takes a fields, which is a scheme list of field types, and assigns them to form.
It returns an integer that will have the value E_OK
on success,
E_BAD_ARGUMENT
, E_CONNECTED
if the fields are already
connected to the form, E_POSTED
if the form is already posted,
or E_SYSTEM_ERROR
if a system error occurred.
Returns the number of fields in form
.
This moves the screen position of field to row, col. The field must not be connected to a form.
It returns an integer that will have the value E_OK
on success,
E_BAD_ARGUMENT
, E_CONNECTED
if the fields are already
connected to the form, E_POSTED
if the form is already posted,
or E_SYSTEM_ERROR
if a system error occurred.