Home
last modified time | relevance | path

Searched defs:width (Results 1 – 8 of 8) sorted by relevance

/scripts/kconfig/lxdialog/
Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
Dinputbox.c29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
Dtextbox.c55 int height, width, boxh, boxw; in dialog_textbox() local
303 static void print_page(WINDOW * win, int height, int width) in print_page()
321 static void print_line(WINDOW * win, int row, int width) in print_line()
Dutil.c239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
273 int height, width; in init_dialog() local
312 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
329 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
421 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
455 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
Dchecklist.c101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
118 int width, int list_height) in dialog_checklist()
Dmenubox.c155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons()
186 int height, width, menu_height; in dialog_menu() local
/scripts/kconfig/
Dqconf.cc247 void ConfigItem::paintCell(QPainter* p, const QColorGroup& cg, int column, int width, int align) in paintCell()
1212 int x, y, width, height; in ConfigSearchWindow() local
1273 int x, y, width, height; in ConfigMainWindow() local
Dnconf.gui.c150 int width, in print_in_middle()