Searched defs:width (Results 1 – 8 of 8) sorted by relevance
| /scripts/kconfig/lxdialog/ |
| A D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
| A D | inputbox.c | 16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
| A D | textbox.c | 47 int height, width, boxh, boxw; in dialog_textbox() local 298 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page() 327 static void print_line(WINDOW * win, int row, int width) in print_line()
|
| A D | util.c | 229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 304 int height, width; in init_dialog() local 352 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
| A D | checklist.c | 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 105 int width, int list_height) in dialog_checklist()
|
| A D | menubox.c | 142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 175 int height, width, menu_height; in dialog_menu() local
|
| /scripts/kconfig/ |
| A D | nconf.gui.c | 150 int width, in print_in_middle()
|
| A D | qconf.cc | 1278 int width, height; in ConfigSearchWindow() local 1339 int width, height; in ConfigMainWindow() local
|
Completed in 10 milliseconds