|
iPXE
|
A form. More...
Data Fields | |
| struct dynamic_ui * | dynui |
| Dynamic user interface. More... | |
| struct jump_scroller | scroll |
| Jump scroller. More... | |
| struct form_control * | controls |
| Array of form controls. More... | |
| struct dynamic_ui* form::dynui |
Dynamic user interface.
Definition at line 66 of file form_ui.c.
Referenced by alloc_form(), draw_errors(), draw_form(), form_loop(), free_form(), layout_form(), load_values(), parse_names(), save_values(), and show_form().
| struct jump_scroller form::scroll |
Jump scroller.
Definition at line 68 of file form_ui.c.
Referenced by form_loop(), and layout_form().
| struct form_control* form::controls |
Array of form controls.
Definition at line 70 of file form_ui.c.
Referenced by alloc_form(), draw_errors(), draw_form(), form_loop(), free_form(), layout_form(), load_values(), parse_names(), and save_values().
1.8.15