summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/label.h
Commit message (Collapse)AuthorAgeFilesLines
* [hci] Provide a general concept of a text widget setMichael Brown2024-05-151-0/+42
Create a generic abstraction of a text widget, refactor the existing editable text box widget to use this abstraction, add an implementation of a non-editable text label widget, and generalise the login user interface to use this generic widget abstraction. Signed-off-by: Michael Brown <mcb30@ipxe.org>