iPXE
Data Fields
edit_box Struct Reference

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...
 

Detailed Description

An editable text box widget.

Definition at line 17 of file editbox.h.

Field Documentation

◆ widget

struct widget edit_box::widget

Text widget.

Definition at line 19 of file editbox.h.

Referenced by edit_setting(), and main_loop().

◆ string

struct edit_string edit_box::string

Editable string.

Definition at line 21 of file editbox.h.

◆ first

unsigned int edit_box::first

First displayed character.

Definition at line 23 of file editbox.h.


The documentation for this struct was generated from the following file: