41 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.
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.
static __nonnull void init_editstring(struct edit_string *string, char **buf)
Initialise editable string.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
size_t strlen(const char *src)
Get length of string.
An editable text box widget.
struct edit_string string
Editable string.
struct widget widget
Text widget.
unsigned int first
First displayed character.