Lines Matching full:form
34 make and break form window and subwindow associations
37 \fB#include <form.h>
39 \fBint set_form_win(FORM *\fIform\fP, WINDOW *\fIwin\fP);
40 \fBWINDOW *form_win(const FORM *\fIform\fP);
42 \fBint set_form_sub(FORM *\fIform\fP, WINDOW *\fIsub\fP);
43 \fBWINDOW *form_sub(const FORM *\fIform\fP);
45 \fBint scale_form(const FORM *\fIform\fP, int *\fIrows\fP, int *\fIcolumns\fP);
48 Every form has an associated pair of \fBcurses\fP windows.
49 The form window
50 displays any title and border associated with the window; the form subwindow
51 displays the items of the form that are currently available for selection.
58 it were \fBstsdcr\fP. A form argument of \fBNULL\fP is treated as a request
59 to change the system default form window or subwindow.
62 subwindow of \fIform\fP.
78 The form has already been posted.
81 No items are connected to the form.
92 \fB\%form\fP(3X)