|
iPXE
|
Editable text box widget. More...
Go to the source code of this file.
Data Structures | |
| struct | edit_box |
| An editable text box widget. More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static void | init_editbox (struct edit_box *box, unsigned int row, unsigned int col, unsigned int width, unsigned int flags, char **buf) |
| Initialise text box widget. | |
Variables | |
| struct widget_operations | editbox_operations |
| Text box widget operations. | |
Editable text box widget.
Definition in file editbox.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
inlinestatic |
Initialise text box widget.
| box | Editable text box widget |
| row | Row |
| col | Starting column |
| width | Width |
| flags | Flags |
| buf | Dynamically allocated string buffer |
Definition at line 40 of file editbox.h.
References box(), editbox_operations, flags, init_editstring(), init_widget(), strlen(), and WIDGET_EDITABLE.
Referenced by layout_form(), and select_setting_row().
|
extern |
Text box widget operations.
Definition at line 101 of file editbox.c.
Referenced by init_editbox().