Data Structures |
| struct | FIELDLISTW |
| struct | FIELDW |
| union | u_tag |
Functions |
| void | initfieldsw (struct FIELDLISTW *listw, int leny, int lenx, int begy, int begx, int box_true, int box_attr) |
| void | destroyfieldsw (struct FIELDLISTW *listw) |
| void | refresh_fieldw (struct FIELDW *fieldw) |
| void | refreshfieldws (struct FIELDLISTW *listw) |
| int | operatefieldsw (struct FIELDLISTW *listw, int *position, int *aborted) |
| FIELDW * | addfieldsw (struct FIELDLISTW *listw, char *desc, uint len, uint y, uint x) |
| void | addfieldw_type (struct FIELDLISTW *listw, void *put, char *desc, uint begy, uint begx, uint len, uint plen, double start, double end, int type, int mode, int *pos) |
| void | addfieldw_date (struct FIELDLISTW *listw, struct date *put, char *desc, uint begy, uint begx, int type_of_date, int mode, int *pos) |
| void | addfieldw_time (struct FIELDLISTW *listw, struct time *put, char *desc, uint begy, uint begx, int type_of_time, int mode, int *pos) |
| void | addfieldw_button (struct FIELDLISTW *listw, char *text, uint begy, uint begx, int use_shadow, int *pos) |