Home
last modified time | relevance | path

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

/src/contrib/bsddialog/lib/
H A Dtimebox.c83 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 Ddatebox.c319 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 Dslider.c353 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 Dlib_util.h137 update_box(struct bsddialog_conf *conf, WINDOW *win, int y, int x, int h, int w,
H A Dbarbox.c113 update_box(d->conf, b->win, y, d->x + BORDER + BARPADDING, HBOX, in update_barbox()
H A Dmenubox.c481 update_box(d->conf, m->box, d->y + d->h - 5 - m->menurows, d->x + 2, in mixedlist_draw()
H A Dformbox.c622 update_box(d->conf, f->box, d->y + d->h - 5 - f->viewrows, d->x + 2, in form_draw()
H A Dlib_util.c1028 update_box(struct bsddialog_conf *conf, WINDOW *win, int y, int x, int h, int w, in update_box() function