Home
last modified time | relevance | path

Searched refs:widget (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/bsddialog/lib/
H A Dtextbox.c62 mvwvline(d->widget, (d->h / 2) - 2, 0, arrowch, 4); in updateborders()
64 wattron(d->widget, t.dialog.lineraisecolor); in updateborders()
65 mvwvline_set(d->widget, (d->h / 2) - 2, 0, &borderch, 4); in updateborders()
66 wattroff(d->widget, t.dialog.lineraisecolor); in updateborders()
71 mvwvline(d->widget, (d->h / 2) - 2, d->w - 1, arrowch, 4); in updateborders()
73 wattron(d->widget, t.dialog.linelowercolor); in updateborders()
74 mvwvline_set(d->widget, (d->h / 2) - 2, d->w - 1, &borderch, 4); in updateborders()
75 wattroff(d->widget, t.dialog.linelowercolor); in updateborders()
79 wattron(d->widget, t.dialog.arrowcolor); in updateborders()
80 mvwprintw(d->widget, d->h - 3, d->w - 6, in updateborders()
[all …]
H A Dlib_util.c291 draw_button(d->widget, y, startx + x, d->bs.sizebutton, in draw_buttons()
1056 delwin(d->widget); in end_dialog()
1276 wclear(d->widget); in draw_dialog()
1277 wresize(d->widget, d->h, d->w); in draw_dialog()
1278 mvwin(d->widget, d->y, d->x); in draw_dialog()
1279 draw_borders(d->conf, d->widget, RAISED); in draw_dialog()
1285 wattron(d->widget, t.dialog.lineraisecolor); in draw_dialog()
1286 mvwadd_wch(d->widget, 0, d->w/2 - wtitle/2 -1, &rtee); in draw_dialog()
1287 wattroff(d->widget, t.dialog.lineraisecolor); in draw_dialog()
1289 wattron(d->widget, t.dialog.titlecolor); in draw_dialog()
[all …]
H A Dmessagebox.c44 wattron(d->widget, t.dialog.arrowcolor); in textupdate()
45 mvwprintw(d->widget, d->h - HBUTTONS - BORDER, in textupdate()
48 wattroff(d->widget, t.dialog.arrowcolor); in textupdate()
49 wnoutrefresh(d->widget); in textupdate()
H A Dbarbox.c286 b.win = d.widget; in do_mixedgauge()
295 wattron(d.widget, A_BOLD); in do_mixedgauge()
296 mvwaddcstr(d.widget, i+1, 2, CHECK_STR(minilabels[i]), d.w-20); in do_mixedgauge()
298 wattroff(d.widget, A_BOLD); in do_mixedgauge()
302 mvwaddstr(d.widget, i+1, d.w-2-15, "[ ]"); in do_mixedgauge()
315 wattron(d.widget, minicolor); in do_mixedgauge()
317 mvwaddstr(d.widget, i+1, 1+d.w-2-15, states[miniperc]); in do_mixedgauge()
318 wattroff(d.widget, minicolor); in do_mixedgauge()
321 wnoutrefresh(d.widget); in do_mixedgauge()
H A Dtimebox.c84 mvwaddch(d->widget, d->h - 5, d->w/2 - 3, ':'); in timebox_draw()
86 mvwaddch(d->widget, d->h - 5, d->w/2 + 2, ':'); in timebox_draw()
88 wnoutrefresh(d->widget); /* for mvwaddch(':') */ in timebox_draw()
H A Ddatebox.c318 mvwaddstr(d->widget, d->h - 16, d->w/2 - 17, "Month"); in calendar_draw()
320 mvwaddstr(d->widget, d->h - 16, d->w/2, "Year"); in calendar_draw()
323 wnoutrefresh(d->widget); in calendar_draw()
555 mvwaddch(d->widget, d->h - 5, x - d->x + di[0].width, '/'); in datebox_draw()
558 mvwaddch(d->widget, d->h - 5, x - d->x + di[1].width, '/'); in datebox_draw()
561 wnoutrefresh(d->widget); in datebox_draw()
H A Dlib_util.h80 wnoutrefresh(d.widget); \
101 WINDOW *widget; /* Size and position refer to widget */ member
H A Dslider.c351 mvwaddstr(d->widget, d->h - 16, d->w / 2 - 17, buf); in slider_draw()
355 mvwaddstr(d->widget, d->h - 16, d->w / 2, buf); in slider_draw()
359 mvwaddstr(d->widget, d->h - 12, d->w / 2 - 17, buf); in slider_draw()
363 mvwaddstr(d->widget, d->h - 12, d->w / 2, buf); in slider_draw()
368 wnoutrefresh(d->widget); in slider_draw()
H A Dformbox.c653 wnoutrefresh(d->widget); in form_draw()
660 wnoutrefresh(d->widget); in form_draw()
757 wnoutrefresh(d.widget); in bsddialog_form()
767 wnoutrefresh(d.widget); in bsddialog_form()
779 wnoutrefresh(d.widget); in bsddialog_form()
897 wnoutrefresh(d.widget); in bsddialog_form()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dwidgets.txt9 The "template-wname" being the template widget name and currently includes:
12 The "user-supplied-wname" being the user specified widget name.
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.h137 struct hdaa_widget *widget, *childwidget; member
208 struct hdaa_widget *widget; member
H A Dhdaa.c223 if (ctl->widget->nid != nid) in hdaa_audio_ctl_amp_get()
1668 if (devinfo == NULL || devinfo->widget == NULL || in hdaa_widget_get()
1671 return (&devinfo->widget[nid - devinfo->startnode]); in hdaa_widget_get()
1708 nid = ctl->widget->nid; in hdaa_audio_ctl_amp_set()
1731 hdaa_audio_ctl_amp_set_internal(ctl->widget->devinfo, nid, ctl->index, in hdaa_audio_ctl_amp_set()
1734 hdaa_audio_ctl_amp_set_internal(ctl->widget->devinfo, nid, ctl->index, in hdaa_audio_ctl_amp_set()
2830 ctl->widget->bindas == pdevinfo->playas) || in hdaa_audio_ctl_ossmixer_setrecsrc()
2832 ctl->widget->bindas == pdevinfo->recas) || in hdaa_audio_ctl_ossmixer_setrecsrc()
2834 ctl->widget->bindas == -2))) in hdaa_audio_ctl_ossmixer_setrecsrc()
3099 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
[all …]
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr301 # Get the maximum height and width for a dialog widget and store the values in
331 # will render --backtitle behind the widget. In such a case, we
332 # should prevent a widget from obscuring the backtitle (unless
583 # width for the described widget (not exceeding the actual terminal height or
683 # width for the described widget (not exceeding the actual terminal height or
744 # width for the described widget (not exceeding the actual terminal height or
810 # optimal height and width for the described widget (not exceeding the actual
888 # optimal height, width, and rows for the described widget (not exceeding the
981 # optimal height, width, and rows for the described widget (not exceeding the
1012 # if using Xdialog(1), as it places the help string in the widget) --
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dcib.txt1 * Cavium Interrupt Bus widget
/freebsd/crypto/openssh/contrib/
H A Dgnome-ssh-askpass2.c89 check_none(GtkWidget *widget, GdkEventKey *event, gpointer dialog) in check_none() argument
H A Dgnome-ssh-askpass3.c73 check_none(GtkWidget *widget, GdkEventKey *event, gpointer dialog) in check_none() argument
/freebsd/crypto/heimdal/doc/
H A Ddoxytmpl.dxy10 "The $name widget " \
/freebsd/crypto/openssl/doc/internal/man3/
H A DOSSL_SAFE_MATH_SIGNED.pod90 product = safe_mul_sizet(n, sizeof(struct widget), &err);
/freebsd/tools/kerneldoc/subsys/
H A Dcommon-Doxyfile13 "The $name widget" \
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr507 --and-widget \
724 # NOTE: When --and-widget is used only ESC will cause
725 # dialog(1) to return without going to the next widget.
729 # if/when Cancel is chosen on any widget.
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js650 'class': NAMESPACE + '-titlebar ' + (this.options.style.widget ? createWidgetClass('header') : '')
1178 'class': 'qtip-close ' + (this.options.style.widget ? '' : NAMESPACE+'-icon'),
1217 var on = this.options.style.widget,
1909 widget: FALSE, property
/freebsd/contrib/nvi/cl/
H A DREADME.signal35 making it a pure text widget. There are four major solutions on the table,
/freebsd/contrib/bsddialog/
H A DCHANGELOG282 * add: --and-widget as --and-dialog alias.
/freebsd/contrib/bearssl/
H A DDoxyfile118 # the entity):The $name class, The $name widget, The $name file, is, provides,
/freebsd/contrib/libcbor/
H A DDoxyfile140 # the entity):The $name class, The $name widget, The $name file, is, provides,

12