iPXE
|
An editable text box widget. More...
#include <editbox.h>
Data Fields | |
struct widget | widget |
Text widget. More... | |
struct edit_string | string |
Editable string. More... | |
unsigned int | first |
First displayed character. More... | |
struct widget edit_box::widget |
Text widget.
Definition at line 19 of file editbox.h.
Referenced by edit_setting(), and main_loop().
struct edit_string edit_box::string |