#include <forms.h>
◆ LIST_HEAD_EL()
◆ alt
| char* el_form_control::alt |
◆ cols
| int el_form_control::cols |
◆ default_state
| int el_form_control::default_state |
◆ default_value
| char* el_form_control::default_value |
Default value, cannot be changed by document scripts.
◆ form
| struct form* el_form_control::form |
◆ g_ctrl_num
| int el_form_control::g_ctrl_num |
◆ id
| char* el_form_control::id |
◆ labels
| char** el_form_control::labels |
Labels in a selection menu.
- For FC_SELECT:
labels are in the charset of the terminal. (That charset can be UTF-8 only if CONFIG_UTF8 is defined, and is assumed to be unibyte otherwise.) The charset of the document and the UTF-8 I/O option have no effect here.
◆ maxlength
| int32_t el_form_control::maxlength |
◆ menu
◆ mode
◆ name
| char* el_form_control::name |
◆ nvalues
| int el_form_control::nvalues |
◆ position
| int el_form_control::position |
The value of position is relative to the place of the form item in the source.
◆ rows
| int el_form_control::rows |
◆ size
| int el_form_control::size |
◆ type
◆ values
| char** el_form_control::values |
◆ wrap
The documentation for this struct was generated from the following file: