The function set_field_opts sets all the given field's option bits (field option bits may be logically OR'ed together). The function field_opts_on turns on the given option bits, and leaves others a...
Every form field 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 that field.
The function set_field_type declares a data type for a given form field. This is the type checked by validation functions. The types are as follows: TYPE_ALNUM Alphanumeric data. Requires a third int ...
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...
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 nametable 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 nametable 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 nametable for a request with the given name and returns its request ...