Lines Matching full:form
40 command-processing loop of the form system
43 \fB#include <form.h>
45 \fBint form_driver(FORM *\fIform\fP, int \fIc\fP);
46 \fBint form_driver_w(FORM *\fIform\fP, int \fIc\fP, wchar_t \fIwc\fP);
50 Once a form has been posted (displayed), you should funnel input events to it
53 The input is a form navigation request.
54 Navigation request codes are constants defined in \fB<form.h>\fP,
70 .SS "Form Driver Requests"
71 The form driver requests are as follows:
143 The form library makes updates to the window associated
144 with form fields rather than directly to the field buffers.
146 The form driver provides low-level control over updates to the form fields.
147 The form driver also provides for validating modified fields
153 The form driver also validates a field in these cases:
158 to a different page of the form.
162 a request attempts to move to a different page of the form.
166 If the modified field is valid, the form driver copies the modified
172 Currently only clicks in the user window (e.g., inside the form display
175 If you click above the display region of the form:
185 If you click below the display region of the form:
195 If you click at an field inside the display area of the form:
198 the form cursor is positioned to that field.
201 the form cursor is positioned to that field
215 into a form request an \fBE_REQUEST_DENIED\fP is returned.
218 pre-defined form requests, the driver assumes it is an application-specific
235 The form has not been posted.
241 No fields are connected to the form.
244 The form driver could not process the request.
250 The form driver code saw an unknown request code.
260 \fB\%form\fP(3X),