Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/dialog/samples/
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 …]
Dcopismall174widget --title "Insert SysOp's name" --inputbox "Inserire nome e cognome del gestore ed utilizzato…
235 …box "Specificare la velocita' del proprio modem (che sta su /dev/modem)" 0 0 "16800" --and-widget \
236 …icare il nome del sistema per il pacchetto EMSI" 0 0 "`cat $COPIUSER`'s linux point" --and-widget \
237 …erire la localita' fisica in cui risiede il sistema" 0 0 "Catanzaro, Italy - Europe" --and-widget \
238 …nternazionale, cioe' completo di doppio prefisso (xx-yyy-zzzzzz)" 0 0 "39-961-31997" --and-widget \
239 …amata internazionale (se ci si trova in Italia ad es. bisogna inserire 00)" 0 0 "00" --and-widget \
240 …in nodelist (per l'Italia ad es. bisogna inserire 0, che sostituira' il 39)" 0 0 "0" --and-widget \
241 …serire eventuali flags stile pointlist per il pacchetto EMSI" 0 0 "MO,V32B,V42B,ZYX" --and-widget \
293 --title "-=[ Enjoy! ]=-" --msgbox "Il point e' stato installato con successo!" 0 0 --and-widget \
Dtailboxbg214 --and-widget \
16 --and-widget \
Dtailboxbg113 --and-widget \
15 --and-widget \
Dinputbox721 RESULT=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
/freebsd-9-stable/contrib/dialog/samples/copifuncs/
Dcopi.wheel19 --begin `scaley 27` `scalex 98` --infobox "pushd /var/log >/dev/null" 0 0 --and-widget \
20 --begin `scaley 35` `scalex 95` --infobox "mkdir -p news -m 755" 0 0 --and-widget \
21 --begin `scaley 45` `scalex 86` --infobox "chown news.news news" 0 0 --and-widget \
22 --begin `scaley 48` `scalex 78` --infobox "cd /var/log/news" 0 0 --and-widget \
23 --begin `scaley 51` `scalex 61` --infobox "mkdir -p OLD -m 755" 0 0 --and-widget \
24 --begin `scaley 52` `scalex 47` --infobox "chown news.news OLD" 0 0 --and-widget \
25 --begin `scaley 51` `scalex 40` --infobox "cd /var/spool" 0 0 --and-widget \
26 --begin `scaley 48` `scalex 25` --infobox "mkdir -p news -m 775" 0 0 --and-widget \
27 --begin `scaley 42` `scalex 13` --infobox "chown news.news news" 0 0 --and-widget \
28 --begin `scaley 35` `scalex 4` --infobox "cd /var/spool/news" 0 0 --and-widget \
[all …]
/freebsd-9-stable/contrib/groff/src/devices/xditview/
Dxditview.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 …]
/freebsd-9-stable/contrib/dialog/
Ddlg_keys.c444 find_binding(char *widget, int curses_key) in find_binding() argument
451 && !dlg_strcmp(p->name, widget) in find_binding()
497 make_binding(char *widget, int curses_key, int is_function, int dialog_key) in make_binding() argument
503 DLG_KEYS_BINDING *result = find_binding(widget, curses_key); in make_binding()
508 && (name = dlg_strclone(widget)) != 0) { in make_binding()
563 char *widget; in dlg_parse_bindkey() local
570 widget = p; in dlg_parse_bindkey()
573 if (p != widget && *p != '\0') { in dlg_parse_bindkey()
633 if (*widget != '\0' in dlg_parse_bindkey()
636 && make_binding(widget, curses_key, is_function, dialog_key) != 0) { in dlg_parse_bindkey()
[all …]
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!
Dtextbox.c473 WINDOW *widget; in get_search_term() local
485 widget = dlg_new_modal_window(dialog, in get_search_term()
488 keypad(widget, TRUE); in get_search_term()
489 dlg_register_window(widget, "searchbox", binding); in get_search_term()
491 dlg_draw_box(widget, 0, 0, box_height, box_width, in get_search_term()
494 wattrset(widget, searchbox_title_attr); in get_search_term()
495 (void) wmove(widget, 0, (box_width - len_caption) / 2); in get_search_term()
499 (void) waddnstr(widget, caption + indx[0], indx[limit] - indx[0]); in get_search_term()
508 key = dlg_getc(widget, &fkey); in get_search_term()
529 dlg_show_string(widget, input, offset, searchbox_attr, in get_search_term()
[all …]
DCHANGES40 widget output (report by xDog Walker).
44 + improve repainting after erasing a widget and its shadow.
50 + add piped-in data for gauge widget to traces.
51 + add entrypoints to gauge widget, for allocating, updating and freeing
52 the widget (adapted from patch by Stephen Hurd).
53 + fix a reference to freed memory in the gauge widget.
103 + modify pause widget to use dlg_ok_buttoncode(), so help-button works.
106 + add a limit-check to the timebox widget (patch by Garrett Cooper).
109 + correct handling of SIGWINCH in gauge widget (Debian #305705).
135 + modify pause-widget so that it no longer exits when an unrecognized
[all …]
/freebsd-9-stable/sys/dev/sound/pci/hda/
Dhdaa.h137 struct hdaa_widget *widget, *childwidget; member
208 struct hdaa_widget *widget; member
Dhdaa.c224 if (ctl->widget->nid != nid) in hdaa_audio_ctl_amp_get()
1249 if (devinfo == NULL || devinfo->widget == NULL || in hdaa_widget_get()
1252 return (&devinfo->widget[nid - devinfo->startnode]); in hdaa_widget_get()
1289 nid = ctl->widget->nid; in hdaa_audio_ctl_amp_set()
1312 hdaa_audio_ctl_amp_set_internal(ctl->widget->devinfo, nid, ctl->index, in hdaa_audio_ctl_amp_set()
1315 hdaa_audio_ctl_amp_set_internal(ctl->widget->devinfo, nid, ctl->index, in hdaa_audio_ctl_amp_set()
2407 ctl->widget->bindas == pdevinfo->playas) || in hdaa_audio_ctl_ossmixer_setrecsrc()
2409 ctl->widget->bindas == pdevinfo->recas) || in hdaa_audio_ctl_ossmixer_setrecsrc()
2411 ctl->widget->bindas == -2))) in hdaa_audio_ctl_ossmixer_setrecsrc()
2677 ctls[cnt].widget = w; in hdaa_audio_ctl_parse()
[all …]
/freebsd-9-stable/usr.sbin/bsdconfig/share/
Ddialog.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 …]
/freebsd-9-stable/crypto/heimdal/doc/
Ddoxytmpl.dxy10 "The $name widget " \
/freebsd-9-stable/tools/kerneldoc/subsys/
Dcommon-Doxyfile15 "The $name widget" \
/freebsd-9-stable/usr.sbin/bsdconfig/share/packages/
Dpackages.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.
/freebsd-9-stable/contrib/nvi/cl/
DREADME.signal37 making it a pure text widget. There are four major solutions on the table,
/freebsd-9-stable/contrib/ncurses/misc/
Dterminfo.src2868 tt|tkterm|Don Libes' tk text widget terminal emulator,
/freebsd-9-stable/games/fortune/datfiles/
Dfortunes18926 An unspecified physical object, a widget. Also refers to