iPXE
Data Fields
widget Struct Reference

A text widget. More...

#include <widget.h>

Data Fields

struct widget_operationsop
 Widget operations. More...
 
unsigned int row
 Row. More...
 
unsigned int col
 Starting column. More...
 
unsigned int width
 Width. More...
 
unsigned int flags
 Flags. More...
 

Detailed Description

A text widget.

Definition at line 15 of file widget.h.

Field Documentation

◆ op

struct widget_operations* widget::op

Widget operations.

Definition at line 17 of file widget.h.

Referenced by draw_widget(), edit_widget(), and init_widget().

◆ row

unsigned int widget::row

Row.

Definition at line 20 of file widget.h.

Referenced by draw_editbox(), and init_widget().

◆ col

unsigned int widget::col

Starting column.

Definition at line 22 of file widget.h.

Referenced by draw_editbox(), and init_widget().

◆ width

unsigned int widget::width

Width.

Definition at line 24 of file widget.h.

Referenced by draw_editbox(), and init_widget().

◆ flags

unsigned int widget::flags

Flags.

Definition at line 26 of file widget.h.

Referenced by draw_editbox(), and init_widget().


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