iPXE
Data Fields
edit_box Struct Reference

An editable text box widget. More...

#include <editbox.h>

Data Fields

struct edit_string string
 Editable string. More...
 
WINDOWwin
 Containing window. More...
 
unsigned int row
 Row. More...
 
unsigned int col
 Starting column. More...
 
unsigned int width
 Width. More...
 
unsigned int first
 First displayed character. More...
 
unsigned int flags
 Flags. More...
 

Detailed Description

An editable text box widget.

Definition at line 16 of file editbox.h.

Field Documentation

◆ string

struct edit_string edit_box::string

Editable string.

Definition at line 18 of file editbox.h.

◆ win

WINDOW* edit_box::win

Containing window.

Definition at line 20 of file editbox.h.

◆ row

unsigned int edit_box::row

Row.

Definition at line 22 of file editbox.h.

◆ col

unsigned int edit_box::col

Starting column.

Definition at line 24 of file editbox.h.

◆ width

unsigned int edit_box::width

Width.

Definition at line 26 of file editbox.h.

◆ first

unsigned int edit_box::first

First displayed character.

Definition at line 28 of file editbox.h.

◆ flags

unsigned int edit_box::flags

Flags.

Definition at line 30 of file editbox.h.


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