Home
last modified time | relevance | path

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

/NextBSD/contrib/dialog/samples/
HDwheel27 --begin `scaley 27` `scalex 98` --infobox "pushd /var/log >/dev/null" 0 0 --and-widget \
28 --begin `scaley 35` `scalex 95` --infobox "mkdir -p news -m 755" 0 0 --and-widget \
29 --begin `scaley 45` `scalex 86` --infobox "chown news.news news" 0 0 --and-widget \
30 --begin `scaley 48` `scalex 78` --infobox "cd /var/log/news" 0 0 --and-widget \
31 --begin `scaley 51` `scalex 61` --infobox "mkdir -p OLD -m 755" 0 0 --and-widget \
32 --begin `scaley 52` `scalex 47` --infobox "chown news.news OLD" 0 0 --and-widget \
33 --begin `scaley 51` `scalex 40` --infobox "cd /var/spool" 0 0 --and-widget \
34 --begin `scaley 48` `scalex 25` --infobox "mkdir -p news -m 775" 0 0 --and-widget \
35 --begin `scaley 42` `scalex 13` --infobox "chown news.news news" 0 0 --and-widget \
36 --begin `scaley 35` `scalex 4` --infobox "cd /var/spool/news" 0 0 --and-widget \
[all …]
HDtailboxbg113 --and-widget \
15 --and-widget \
HDtailboxbg214 --and-widget \
16 --and-widget \
HDinputbox721 RESULT=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
/NextBSD/contrib/groff/src/devices/xditview/
HDxditview.c368 NextPageAction (Widget widget, XEvent *event, in NextPageAction() argument
378 widget = widget; /* unused; suppress compiler warning */ in NextPageAction()
398 PreviousPageAction (Widget widget, XEvent *event, in PreviousPageAction() argument
408 widget = widget; /* unused; suppress compiler warning */ in PreviousPageAction()
428 SelectPageAction (Widget widget, XEvent *event, in SelectPageAction() argument
431 widget = widget; /* unused; suppress compiler warning */ in SelectPageAction()
460 RerasterizeAction (Widget widget, XEvent *event, in RerasterizeAction() argument
475 widget = widget; /* unused; suppress compiler warning */ in RerasterizeAction()
494 PrintAction (Widget widget, XEvent *event, in PrintAction() argument
497 widget = widget; /* unused; suppress compiler warning */ in PrintAction()
[all …]
/NextBSD/contrib/dialog/
HDdlg_keys.c479 find_binding(char *widget, int curses_key) in find_binding() argument
486 && !dlg_strcmp(p->name, widget) in find_binding()
532 make_binding(char *widget, int curses_key, int is_function, int dialog_key) in make_binding() argument
538 DLG_KEYS_BINDING *result = find_binding(widget, curses_key); in make_binding()
543 && (name = dlg_strclone(widget)) != 0) { in make_binding()
598 char *widget; in dlg_parse_bindkey() local
605 widget = p; in dlg_parse_bindkey()
608 if (p != widget && *p != '\0') { in dlg_parse_bindkey()
669 if (*widget != '\0' in dlg_parse_bindkey()
672 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey()
[all …]
HDREADME11 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!
HDtextbox.c506 WINDOW *widget; in get_search_term() local
518 widget = dlg_new_modal_window(dialog, in get_search_term()
521 keypad(widget, TRUE); in get_search_term()
522 dlg_register_window(widget, "searchbox", binding); in get_search_term()
524 dlg_draw_box2(widget, 0, 0, box_height, box_width, in get_search_term()
528 (void) wattrset(widget, searchbox_title_attr); in get_search_term()
529 (void) wmove(widget, 0, (box_width - len_caption) / 2); in get_search_term()
533 (void) waddnstr(widget, caption + indx[0], indx[limit] - indx[0]); in get_search_term()
540 key = dlg_getc(widget, &fkey); in get_search_term()
561 dlg_show_string(widget, input, offset, searchbox_attr, in get_search_term()
[all …]
HDCHANGES10 widget (report by Devin Teske).
68 + fix a case with inputbox widget where preset input text is not shown
72 + improve the way "hotkeys" are assigned to widget buttons by checking
101 + modify prgbox widget to work with --extra-button, etc.
104 + correct timebox widget's exit code for "--extra-button" when handing
106 + modify msgbox widget to honor "--extra-button".
123 option in pause widget because that interferes with pause's behavior
140 + improve auto width computation for checklist widget by using
174 "$@" to insert parameters before the widget, e.g., as an alternative
183 may not be the top-level window of the widget.
[all …]
/NextBSD/sys/dev/sound/pci/hda/
HDhdaa.h137 struct hdaa_widget *widget, *childwidget; member
208 struct hdaa_widget *widget; member
HDhdaa.c224 if (ctl->widget->nid != nid) in hdaa_audio_ctl_amp_get()
1641 if (devinfo == NULL || devinfo->widget == NULL || in hdaa_widget_get()
1644 return (&devinfo->widget[nid - devinfo->startnode]); in hdaa_widget_get()
1681 nid = ctl->widget->nid; in hdaa_audio_ctl_amp_set()
1704 hdaa_audio_ctl_amp_set_internal(ctl->widget->devinfo, nid, ctl->index, in hdaa_audio_ctl_amp_set()
1707 hdaa_audio_ctl_amp_set_internal(ctl->widget->devinfo, nid, ctl->index, in hdaa_audio_ctl_amp_set()
2801 ctl->widget->bindas == pdevinfo->playas) || in hdaa_audio_ctl_ossmixer_setrecsrc()
2803 ctl->widget->bindas == pdevinfo->recas) || in hdaa_audio_ctl_ossmixer_setrecsrc()
2805 ctl->widget->bindas == -2))) in hdaa_audio_ctl_ossmixer_setrecsrc()
3071 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
[all …]
/NextBSD/contrib/dialog/package/freebsd/
HDpkg-descr7 adding new widget types. See the changelog for details."
/NextBSD/usr.sbin/bsdconfig/share/
HDdialog.subr294 # Get the maximum height and width for a dialog widget and store the values in
324 # will render --backtitle behind the widget. In such a case, we
325 # should prevent a widget from obscuring the backtitle (unless
576 # width for the described widget (not exceeding the actual terminal height or
676 # width for the described widget (not exceeding the actual terminal height or
737 # width for the described widget (not exceeding the actual terminal height or
803 # optimal height and width for the described widget (not exceeding the actual
881 # optimal height, width, and rows for the described widget (not exceeding the
974 # optimal height, width, and rows for the described widget (not exceeding the
1005 # if using Xdialog(1), as it places the help string in the widget) --
[all …]
/NextBSD/contrib/dialog/package/debian/
HDchangelog3 * improved memory-caching for gauge widget
/NextBSD/crypto/heimdal/doc/
HDdoxytmpl.dxy10 "The $name widget " \
/NextBSD/tools/kerneldoc/subsys/
HDcommon-Doxyfile15 "The $name widget" \
/NextBSD/usr.sbin/bsdconfig/share/packages/
HDpackages.subr500 --and-widget \
715 # NOTE: When --and-widget is used only ESC will cause
716 # dialog(1) to return without going to the next widget.
720 # if/when Cancel is chosen on any widget.
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.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 in QTIP.defaults.style
/NextBSD/contrib/nvi/cl/
HDREADME.signal37 making it a pure text widget. There are four major solutions on the table,
/NextBSD/contrib/unbound/doc/
HDunbound.doxygen85 # replaced with the name of the entity): "The $name class" "The $name widget"
/NextBSD/contrib/ldns/
HDlibdns.doxygen99 # replaced with the name of the entity): "The $name class" "The $name widget"
/NextBSD/contrib/ncurses/misc/
HDterminfo.src3706 tt|tkterm|Don Libes' tk text widget terminal emulator,
/NextBSD/usr.bin/fortune/datfiles/
HDfortunes18926 An unspecified physical object, a widget. Also refers to