| /src/contrib/bsddialog/lib/ |
| H A D | timebox.c | 83 update_box(d->conf, c[0].win, y, x, HBOX, WBOX, LOWERED); in timebox_draw() 85 update_box(d->conf, c[1].win, y, x += 5, HBOX, WBOX, LOWERED); in timebox_draw() 87 update_box(d->conf, c[2].win, y, x + 5, HBOX, WBOX, LOWERED); in timebox_draw()
|
| H A D | datebox.c | 319 update_box(d->conf, mm_win, ycal, xcal, 3, 17, RAISED); in calendar_draw() 321 update_box(d->conf, yy_win, ycal, xcal + 17, 3, 17, RAISED); in calendar_draw() 322 update_box(d->conf, dd_win, ycal + 3, xcal, 9, 34, RAISED); in calendar_draw() 554 update_box(d->conf, di[0].win, y, x, 3, di[0].width, LOWERED); in datebox_draw() 557 update_box(d->conf, di[1].win, y, x , 3, di[1].width, LOWERED); in datebox_draw() 560 update_box(d->conf, di[2].win, y, x, 3, di[2].width, LOWERED); in datebox_draw()
|
| H A D | slider.c | 353 update_box(d->conf, start_win, yslider, xslider, 3, 17, RAISED); in slider_draw() 357 update_box(d->conf, end_win, yslider, xslider + 17, 3, 17, RAISED); in slider_draw() 361 update_box(d->conf, size_win, yslider + 4, xslider, 3, 17, RAISED); in slider_draw() 365 update_box(d->conf, step_win, yslider + 4, xslider + 17, 3, 17, RAISED); in slider_draw() 367 update_box(d->conf, slider_win, yslider + 7, xslider, 3, 34, RAISED); in slider_draw()
|
| H A D | lib_util.h | 137 update_box(struct bsddialog_conf *conf, WINDOW *win, int y, int x, int h, int w,
|
| H A D | barbox.c | 113 update_box(d->conf, b->win, y, d->x + BORDER + BARPADDING, HBOX, in update_barbox()
|
| H A D | menubox.c | 481 update_box(d->conf, m->box, d->y + d->h - 5 - m->menurows, d->x + 2, in mixedlist_draw()
|
| H A D | formbox.c | 622 update_box(d->conf, f->box, d->y + d->h - 5 - f->viewrows, d->x + 2, in form_draw()
|
| H A D | lib_util.c | 1028 update_box(struct bsddialog_conf *conf, WINDOW *win, int y, int x, int h, int w, in update_box() function
|