iPXE
widget Struct Reference

A text widget. More...

#include <widget.h>

Data Fields

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

Detailed Description

A text widget.

Definition at line 16 of file widget.h.

Field Documentation

◆ op

struct widget_operations* widget::op

Widget operations.

Definition at line 18 of file widget.h.

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

◆ row

unsigned int widget::row

Row.

Definition at line 21 of file widget.h.

Referenced by draw_editbox(), and init_widget().

◆ col

unsigned int widget::col

Starting column.

Definition at line 23 of file widget.h.

Referenced by draw_editbox(), and init_widget().

◆ width

unsigned int widget::width

Width.

Definition at line 25 of file widget.h.

Referenced by draw_editbox(), and init_widget().

◆ flags

unsigned int widget::flags

Flags.

Definition at line 27 of file widget.h.

Referenced by draw_editbox(), and init_widget().


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