Lines Matching refs:widget
62 mvwvline(d->widget, (d->h / 2) - 2, 0, arrowch, 4);
64 wattron(d->widget, t.dialog.lineraisecolor);
65 mvwvline_set(d->widget, (d->h / 2) - 2, 0, &borderch, 4);
66 wattroff(d->widget, t.dialog.lineraisecolor);
71 mvwvline(d->widget, (d->h / 2) - 2, d->w - 1, arrowch, 4);
73 wattron(d->widget, t.dialog.linelowercolor);
74 mvwvline_set(d->widget, (d->h / 2) - 2, d->w - 1, &borderch, 4);
75 wattroff(d->widget, t.dialog.linelowercolor);
79 wattron(d->widget, t.dialog.arrowcolor);
80 mvwprintw(d->widget, d->h - 3, d->w - 6,
82 wattroff(d->widget, t.dialog.arrowcolor);
186 * wnoutrefresh(widget);
190 wrefresh(d.widget);