Searched refs:widget (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/dialog/samples/
H A Dwheel27 --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...]
H A Dinputbox73 # An example which produces two widget outputs.
21 RESULT=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
H A Dtailboxbg113 --and-widget \
15 --and-widget \
19 # The --and-widget causes a tab to be emitted, but our example will only
H A Dtailboxbg214 --and-widget \
16 --and-widget \
20 # The --and-widget causes a tab to be emitted, but our example will only
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dxditview.c368 NextPageAction (Widget widget, XEvent *event, argument
378 widget = widget; /* unused; suppress compiler warning */
398 PreviousPageAction (Widget widget, XEvent *event, argument
408 widget = widget; /* unused; suppress compiler warning */
428 SelectPageAction (Widget widget, XEvent *event, argument
431 widget = widget; /* unused; suppress compiler warning */
460 RerasterizeAction (Widget widget, XEven argument
494 PrintAction(Widget widget, XEvent *event, String *params, Cardinal *num_params) argument
523 OpenFileAction(Widget widget, XEvent *event, String *params, Cardinal *num_params) argument
551 QuitAction(Widget widget, XEvent *event, String *params, Cardinal *num_params) argument
567 CancelAction(Widget widget, XEvent *event, String *params, Cardinal *num_params) argument
583 AcceptAction(Widget widget, XEvent *event, String *params, Cardinal *num_params) argument
[all...]
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c31 WINDOW *win; /* window on which widget gets input */
32 const char *name; /* widget name */
42 * For a given named widget's window, associate a binding table.
69 * longer. Since compiled-in bindings are only visible when the widget is
79 * Unlike dlg_lookup_key(), this looks for either widget-builtin or rc-file
103 * labels associated with the widget.
129 /* if it is not bound in the widget, skip it (no conflicts) */
151 /* put these at the beginning, to override the widget's table */
191 * If there is no binding associated with the widget, it simply returns
256 * buttons on the widget suc
479 find_binding(char *widget, int curses_key) argument
532 make_binding(char *widget, int curses_key, int is_function, int dialog_key) argument
598 char *widget; local
730 dump_one_binding(FILE *fp, const char *widget, DLG_KEYS_BINDING * binding) argument
[all...]
H A Dtextbox.c506 WINDOW *widget; local
518 widget = dlg_new_modal_window(dialog,
521 keypad(widget, TRUE);
522 dlg_register_window(widget, "searchbox", binding);
524 dlg_draw_box2(widget, 0, 0, box_height, box_width,
528 (void) wattrset(widget, searchbox_title_attr);
529 (void) wmove(widget, 0, (box_width - len_caption) / 2);
533 (void) waddnstr(widget, caption + indx[0], indx[limit] - indx[0]);
540 key = dlg_getc(widget, &fkey);
561 dlg_show_string(widget, inpu
[all...]
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.h79 /* Input mixer widget needs volume control as destination. */
137 struct hdaa_widget *widget, *childwidget; member in struct:hdaa_audio_ctl
208 struct hdaa_widget *widget; member in struct:hdaa_devinfo
H A Dhdaa.c224 if (ctl->widget->nid != nid)
1597 typestr = "power widget";
1600 typestr = "volume widget";
1603 typestr = "beep widget";
1606 typestr = "vendor widget";
1641 if (devinfo == NULL || devinfo->widget == NULL ||
1644 return (&devinfo->widget[nid - devinfo->startnode]);
1681 nid = ctl->widget->nid;
1704 hdaa_audio_ctl_amp_set_internal(ctl->widget->devinfo, nid, ctl->index,
1707 hdaa_audio_ctl_amp_set_internal(ctl->widget
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js60 WIDGET = ['ui-widget', 'ui-tooltip'],
196 // Setup widget classes
458 '^style.widget|content.title': function() {
650 '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,
2341 isWidget = this.qtip.tooltip.hasClass('ui-widget'),
2523 '^content.title|style.(classes|widget)$': function() {
H A Djquery.js6894 rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,

Completed in 115 milliseconds