Home
last modified time | relevance | path

Searched refs:boxw (Results 1 – 1 of 1) sorted by relevance

/scripts/kconfig/lxdialog/
A Dtextbox.c30 print_page(box, boxh, boxw, update_text, data); in refresh_text_box()
47 int height, width, boxh, boxw; in dialog_textbox() local
97 boxw = width - 2; in dialog_textbox()
98 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
123 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
143 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
155 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
165 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
175 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
185 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
[all …]

Completed in 6 milliseconds