These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by form_driver. The function set_field_init sets a hook to be cal...
The function new_form creates a new form connected to a specified field pointer array (which must be NULL-terminated). The function free_form disconnects form from its field array and frees the storag...
The function set_new_page sets or resets a flag marking the given field as the beginning of a new page on its form. The function new_page is a predicate which tests if a given field marks a page begin...
The function set_form_opts sets all the given form's option bits (form option bits may be logically-OR'ed together). The function form_opts_on turns on the given option bits, and leaves others alone...
The function set_form_opts sets all the given form's option bits (form option bits may be logically-OR'ed together). The function form_opts_on turns on the given option bits, and leaves others alone...
The function set_form_opts sets all the given form's option bits (form option bits may be logically-OR'ed together). The function form_opts_on turns on the given option bits, and leaves others alone...
The function set_current field sets the current field of the given form; current_field returns the current field of the given form. The function set_form_page sets the form's page number (goes to pag...
The function post_form displays a form to its associated subwindow. To trigger physical display of the subwindow, use refresh or some equivalent curses routine (the implicit doupdate triggered by an c...
The function form_request_name returns the printable name of a form request code. The function form_request_by_name searches in the name-table for a request with the given name and returns its request...
The function form_request_name returns the printable name of a form request code. The function form_request_by_name searches in the name-table for a request with the given name and returns its request...
The function form_request_name returns the printable name of a form request code. The function form_request_by_name searches in the name-table for a request with the given name and returns its request...
Every form has an associated pair of curses windows. The form window displays any title and border associated with the window; the form subwindow displays the items of the form that are currently avai...
These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by form_driver. The function set_field_init sets a hook to be cal...
Every form and every form item has a field that can be used to hold application-specific data (that is, the form-driver code leaves it alone). These functions get and set the form user pointer field.
Every form has an associated pair of curses windows. The form window displays any title and border associated with the window; the form subwindow displays the items of the form that are currently avai...