Home
last modified time | relevance | path

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

12

/freebsd/contrib/dialog/samples/
H A Dwheel28 --begin "`scaley 35`" "`scalex 95`" --infobox "mkdir -p news -m 755" 0 0 --and-widget \
30 --begin "`scaley 48`" "`scalex 78`" --infobox "cd /var/log/news" 0 0 --and-widget \
33 --begin "`scaley 51`" "`scalex 40`" --infobox "cd /var/spool" 0 0 --and-widget \
37 --begin "`scaley 27`" "`scalex 2`" --infobox "CURMASK=`umask`" 0 0 --and-widget \
38 --begin "`scaley 19`" "`scalex 4`" --infobox "umask 02" 0 0 --and-widget \
41 --begin "`scaley 2`" "`scalex 37`" --infobox "cd in.coming" 0 0 --and-widget \
42 --begin "`scaley 1`" "`scalex 46`" --infobox "mkdir -p bad tmp" 0 0 --and-widget \
44 --begin "`scaley 5`" "`scalex 76`" --infobox "umask $CURMASK" 0 0 --and-widget \
48 --begin "`scaley 34`" "`scalex 95`" --infobox "cd ~news" 0 0 --and-widget \
59 --begin "`scaley 19`" "`scalex 4`" --infobox ":>newsgroups" 0 0 --and-widget \
[all …]
H A Dtailboxbg113 --and-widget \
15 --and-widget \
H A Dtailboxbg214 --and-widget \
16 --and-widget \
H A Dinputbox721 returntext=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
/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()
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()
82 wattroff(d->widget, t.dialog.arrowcolor); in updateborders()
[all …]
H A Dlib_util.c1055 delwin(d->widget); in end_dialog()
1275 wclear(d->widget); in draw_dialog()
1276 wresize(d->widget, d->h, d->w); in draw_dialog()
1277 mvwin(d->widget, d->y, d->x); in draw_dialog()
1278 draw_borders(d->conf, d->widget, RAISED); in draw_dialog()
1288 wattron(d->widget, t.dialog.titlecolor); in draw_dialog()
1293 wadd_wch(d->widget, &ltee); in draw_dialog()
1317 waddch(d->widget, ' '); in draw_dialog()
1319 waddch(d->widget, ' '); in draw_dialog()
1323 wnoutrefresh(d->widget); 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_redraw()
86 mvwaddch(d->widget, d->h - 5, d->w/2 + 2, ':'); in timebox_redraw()
88 wnoutrefresh(d->widget); /* for mvwaddch(':') */ in timebox_redraw()
H A Ddatebox.c318 mvwaddstr(d->widget, d->h - 16, d->w/2 - 17, "Month"); in calendar_redraw()
320 mvwaddstr(d->widget, d->h - 16, d->w/2, "Year"); in calendar_redraw()
323 wnoutrefresh(d->widget); in calendar_redraw()
555 mvwaddch(d->widget, d->h - 5, x - d->x + di[0].width, '/'); in datebox_redraw()
558 mvwaddch(d->widget, d->h - 5, x - d->x + di[1].width, '/'); in datebox_redraw()
561 wnoutrefresh(d->widget); in datebox_redraw()
H A Dlib_util.h80 wnoutrefresh(d.widget); \
101 WINDOW *widget; /* Size and position refer to widget */ member
H A Dformbox.c653 wnoutrefresh(d->widget); in form_redraw()
660 wnoutrefresh(d->widget); in form_redraw()
746 wnoutrefresh(d.widget); in bsddialog_form()
756 wnoutrefresh(d.widget); in bsddialog_form()
768 wnoutrefresh(d.widget); in bsddialog_form()
886 wnoutrefresh(d.widget); in bsddialog_form()
/freebsd/contrib/dialog/
H A DREADME11 like as Resolution-independence, Auto-sizing, Maximizing, more widget
12 on the same screen (multi-widget), etc. were added. New widget are
16 { --and-widget <Common options> <Box options> }
25 Global options: [--shadow] [--no-shadow] [--separate-widget "<str>"]
51 but it was made before of multi-widget. However this is not a big problem!
H A Ddlg_keys.c591 find_binding(char *widget, int curses_key) in find_binding() argument
598 && !dlg_strcmp(p->name, widget) in find_binding()
649 DLG_KEYS_BINDING *result = find_binding(widget, curses_key); in make_binding()
654 && (name = dlg_strclone(widget)) != 0) { in make_binding()
751 char *widget; in dlg_parse_bindkey() local
757 widget = p; in dlg_parse_bindkey()
760 if (p != widget && *p != '\0') { in dlg_parse_bindkey()
827 if (*widget != '\0' in dlg_parse_bindkey()
830 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey()
900 const char *widget, in dump_one_binding() argument
[all …]
H A Dtextbox.c521 WINDOW *widget; in get_search_term() local
533 widget = dlg_new_modal_window(dialog, in get_search_term()
536 keypad(widget, TRUE); in get_search_term()
537 dlg_register_window(widget, "searchbox", binding); in get_search_term()
539 dlg_draw_box2(widget, 0, 0, box_height, box_width, in get_search_term()
543 dlg_attrset(widget, searchbox_title_attr); in get_search_term()
544 (void) wmove(widget, 0, (box_width - len_caption) / 2); in get_search_term()
548 (void) waddnstr(widget, caption + indx[0], indx[limit] - indx[0]); in get_search_term()
555 key = dlg_getc(widget, &fkey); in get_search_term()
576 dlg_show_string(widget, input, offset, searchbox_attr, in get_search_term()
[all …]
H A DCHANGES49 widget.
443 + modify gauge widget to keep from erasing a second gauge widget, e.g.,
542 widget (report by Devin Teske).
821 widget output (report by xDog Walker).
982 widget.
984 widget (request by Walter Harms).
1017 + add "-" and "+" bindings to timebox widget.
1125 current widget. Also ensure that all tokens for a widget are
1495 text as the inputbox widget.
1665 each widget (request by Ingo van Lil).
[all …]
/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.
H A Damlogic,gx-sound-card.yaml28 A list off component DAPM widget. Each entry is a pair of strings,
29 the first being the widget type, the second being the widget name
H A Daudio-graph.yaml33 widget ("Microphone", "Line", "Headphone", "Speaker"), the
34 second being the machine specific name for the widget.
H A Damlogic,axg-sound-card.yaml26 A list off component DAPM widget. Each entry is a pair of strings,
27 the first being the widget type, the second being the widget name
/freebsd/contrib/dialog/package/freebsd/
H A Dpkg-descr7 adding new widget types. See the changelog for details."
/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.c1681 nid = ctl->widget->nid; in hdaa_audio_ctl_amp_set()
3073 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
3117 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
3138 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
4207 ctl->widget->nid, in hdaa_audio_disable_useless()
4503 ctl->widget->nid, in hdaa_audio_disable_crossas()
5025 w = &devinfo->widget[i]; in hdaa_audio_prepare_pin_ctrl()
5219 w = &devinfo->widget[i]; in hdaa_audio_commit()
5601 ctl->widget->nid, in hdaa_dump_ctls()
6238 (ctl->widget != NULL) ? ctl->widget->nid : -1, in hdaa_configure()
[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
1012 # if using Xdialog(1), as it places the help string in the widget) --
1238 # if using Xdialog(1), as it places the help string in the widget) --
1382 # subtract one for the potential shadow around the widget
1392 # Add height to accommodate for embedded calendar widget
1474 # the timebox widget refuses to display if too wide
1484 # subtract one for the potential shadow around the widget
1594 # Display a message in a widget with a progress bar that runs backward for
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dcib.txt1 * Cavium Interrupt Bus widget

12