|
iPXE
|
Text label widget. More...
Go to the source code of this file.
Data Structures | |
| struct | label |
| A text label widget. More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static void | init_label (struct label *label, unsigned int row, unsigned int col, unsigned int width, const char *text) |
| Initialise text label widget. More... | |
Variables | |
| struct widget_operations | label_operations |
Text label widget.
Definition in file label.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
Initialise text label widget.
| label | Text label widget |
| row | Row |
| col | Starting column |
| width | Width |
| text | Label text |
Definition at line 35 of file label.h.
References init_widget(), label_operations, label::text, and label::widget.
| struct widget_operations label_operations |
Referenced by init_label().
1.8.15