|
form_field_buffer(3) -- field buffer control
|
The function set_field_buffer sets the numbered buffer of the given field to contain a given string. Buffer 0 is the displayed value of the field; other numbered buffers may be allocated by applicatio... |
form_field_info(3) -- retrieve field characteristics
|
The function field_info returns the sizes and other attributes passed in to the field at its creation time. The attributes are: height, width, row of upper-left corner, column of upper-left corner, nu... |
|
form_field_just(3) -- retrieve field characteristics
|
The function set_field_just sets the justification attribute of a field; field_just returns a field's justification attribute. The attribute may be one of NO_JUSTIFICATION, JUSTIFY_RIGHT, JUSTIFY_LEF... |
form_field_new(3) -- create and destroy form fields
|
The function new_field allocates a new field and initializes it from the parameters given: height, width, row of upper-left corner, column of upper-left corner, number off-screen rows, and number of a... |
form_field_opts(3) -- set and get field options
|
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... |
form_field_userptr(3) -- associate application data with a form field
|
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. |
form_field_validation(3) -- data type validation for fields
|
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 ... |
form_hook(3) -- set hooks for automatic invocation by applications
|
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... |
form_init(3) -- set hooks for automatic invocation by applications
|
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... |
form_new(3) -- create and destroy forms
|
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... |
form_new_page(3) -- form pagination functions
|
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... |
form_opts(3) -- set and get form options
|
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... |
form_opts_off(3) -- set and get form options
|
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... |
form_opts_on(3) -- set and get form options
|
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... |
form_page(3) -- set and get form page number
|
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... |