Searched refs:HBOX (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/bsddialog/lib/ |
| H A D | timebox.c | 35 #define HBOX 3 macro 73 if (dialog_size_position(d, HBOX, MINWTIME, NULL) != 0) in timebox_draw() 79 TEXTPAD(d, HBOX + HBUTTONS); in timebox_draw() 81 y = d->y + d->h - BORDER - HBUTTONS - HBOX; in timebox_draw() 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 | barbox.c | 45 #define HBOX 3 macro 110 y = d->y + d->h - BORDER - HBOX; in update_barbox() 113 update_box(d->conf, b->win, y, d->x + BORDER + BARPADDING, HBOX, in update_barbox() 152 if (dialog_size_position(&d, HBOX, MIN_WBOX, NULL) != 0) in bsddialog_gauge() 158 TEXTPAD(&d, HBOX); in bsddialog_gauge() 250 d->text, htext, &d->bs, nminibars + HBOX, max_minibarlen) != 0) in mixedgauge_size_position() 252 if (widget_checksize(d->h, d->w, &d->bs, nminibars + HBOX, in mixedgauge_size_position() 324 ystext = MAX(d.h - BORDERS - htext - HBOX, (int)nminibars); in do_mixedgauge() 325 rtextpad(&d, 0, 0, ystext, HBOX); in do_mixedgauge() 450 if (dialog_size_position(d, HBOX, MIN_WBOX, NULL) != 0) in rangebox_redraw() [all …]
|