Lines Matching refs:dialog
48 static void updateborders(struct dialog *d, struct scrolltext *st)
61 arrowch = LARROW(d->conf) | t.dialog.arrowcolor;
64 wattron(d->widget, t.dialog.lineraisecolor);
66 wattroff(d->widget, t.dialog.lineraisecolor);
70 arrowch = RARROW(d->conf) | t.dialog.arrowcolor;
73 wattron(d->widget, t.dialog.linelowercolor);
75 wattroff(d->widget, t.dialog.linelowercolor);
79 wattron(d->widget, t.dialog.arrowcolor);
82 wattroff(d->widget, t.dialog.arrowcolor);
86 static int textbox_size_position(struct dialog *d, struct scrolltext *st)
104 static int textbox_draw(struct dialog *d, struct scrolltext *st)
139 struct dialog d;
156 wbkgd(st.pad, t.dialog.color);