1 #ifndef _IPXE_EDITBOX_H 2 #define _IPXE_EDITBOX_H 40 unsigned int width,
unsigned int flags,
char **buf ) {
int box(WINDOW *win, chtype verch, chtype horch)
Draw borders from single-byte characters and renditions around a window.
struct widget_operations editbox_operations
Text box widget operations.
struct edit_box __attribute__
static __nonnull void init_editstring(struct edit_string *string, char **buf)
Initialise editable string.
An editable text box widget.
size_t strlen(const char *src)
Get length of string.
static void init_editbox(struct edit_box *box, unsigned int row, unsigned int col, unsigned int width, unsigned int flags, char **buf)
Initialise text box widget.
unsigned int first
First displayed character.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
struct edit_string string
Editable string.