iPXE
edit_box Struct Reference

An editable text box widget. More...

#include <editbox.h>

Data Fields

struct widget widget
 Text widget.
struct edit_string string
 Editable string.
unsigned int first
 First displayed character.

Detailed Description

An editable text box widget.

Definition at line 18 of file editbox.h.

Field Documentation

◆ widget

struct widget edit_box::widget

Text widget.

Definition at line 20 of file editbox.h.

Referenced by edit_setting(), and main_loop().

◆ string

struct edit_string edit_box::string

Editable string.

Definition at line 22 of file editbox.h.

◆ first

unsigned int edit_box::first

First displayed character.

Definition at line 24 of file editbox.h.


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