Searched refs:boxh (Results 1 – 1 of 1) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/ |
A D | textbox.c | 43 print_page(box, boxh, boxw, update_text, data); in refresh_text_box() 61 int height, width, boxh, boxw; in dialog_textbox() local 110 boxh = height - 4; in dialog_textbox() 112 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox() 137 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox() 157 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 168 back_lines(boxh); in dialog_textbox() 169 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() 179 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() 188 back_lines(page_length + boxh); in dialog_textbox() [all …]
|
Completed in 5 milliseconds