Home
last modified time | relevance | path

Searched defs:_form_field (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libform/
H A Dform.h197 struct _form_field { struct
198 unsigned int rows; /* rows in the field */
199 unsigned int cols; /* columns in the field */
200 unsigned int drows; /* dynamic rows */
201 unsigned int dcols; /* dynamic columns */
202 unsigned int max; /* maximum growth */
203 unsigned int form_row; /* starting row in the form subwindow */
204 unsigned int form_col; /* starting column in the form subwindow */
205 unsigned int nrows; /* number of off screen rows */
206 int index; /* index of this field in form fields array. */
[all …]