|
C-Menu 0.2.9
A User Interface Toolkit
|
structure for form fields More...
#include <form.h>
Data Fields | |
| int | line |
| int | col |
| char | str [SCR_COLS] |
| int | len |
| int Text::col |
the column number on the form window where this text string should be displayed
Definition at line 104 of file form.h.
Referenced by form_display_screen(), and form_parse_desc().
| int Text::len |
the length of the text string, used for display and formatting purposes
Definition at line 108 of file form.h.
Referenced by form_parse_desc().
| int Text::line |
the line number on the form window where this text string should be displayed
Definition at line 102 of file form.h.
Referenced by form_display_screen(), and form_parse_desc().
| char Text::str[SCR_COLS] |
the text string to be displayed on the form window
Definition at line 106 of file form.h.
Referenced by form_display_screen(), and form_parse_desc().