Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dtimebox.c48 draw_borders(conf, win, LOWERED); in drawsquare()
83 update_box(d->conf, c[0].win, y, x, HBOX, WBOX, LOWERED); in timebox_redraw()
85 update_box(d->conf, c[1].win, y, x += 5, HBOX, WBOX, LOWERED); in timebox_redraw()
87 update_box(d->conf, c[2].win, y, x + 5, HBOX, WBOX, LOWERED); in timebox_redraw()
H A Ddatebox.c554 update_box(d->conf, di[0].win, y, x, 3, di[0].width, LOWERED); in datebox_redraw()
557 update_box(d->conf, di[1].win, y, x , 3, di[1].width, LOWERED); in datebox_redraw()
560 update_box(d->conf, di[2].win, y, x, 3, di[2].width, LOWERED); in datebox_redraw()
634 drawsquare(conf, di[i].win, LOWERED, di[i].fmt, in bsddialog_datebox()
H A Dlib_util.h84 enum elevation { RAISED, LOWERED }; enumerator
H A Dformbox.c533 draw_borders(conf, f->box, LOWERED); in update_formbox()
623 f->viewrows + 2, d->w - 4, LOWERED); in form_redraw()
H A Dmenubox.c403 draw_borders(conf, m->box, LOWERED); in update_menubox()
482 m->menurows+2, d->w-4, LOWERED); in mixedlist_redraw()