Searched refs:button (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-9.3-release/contrib/dialog/samples/
H A Dpause-help7 --help-button "$@" \
12 . ./report-button
H A Dpause-both7 --help-button \
8 --extra-button "$@" \
14 . ./report-button
H A Dcalendar37 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
H A Dcalendar3-stdout6 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dinputbox-both9 --extra-button \
10 --help-button "$@" \
H A Dmsgbox-help7 --help-button "$@" \
14 . ./report-button
H A Dpause-extra7 --extra-button "$@" \
13 . ./report-button
H A Dmsgbox13 . ./report-button
H A Dpause10 . ./report-button
H A Dyesno-both10 --extra-label "Previous" --extra-button \
11 --help-button "$@" \
H A Dtextbox-both15 --help-button \
16 --extra-button "$@" \
21 . ./report-button
H A Deditbox313 --extra-button \
14 --help-button \
H A Dinputbox-extra9 --extra-button "$@" \
H A Dinputbox-help9 --help-button "$@" \
H A Dmenubox58 $DIALOG --clear --help-button --item-help --title "MENU BOX" "$@" \
H A Dmenubox87 RESULT=`$DIALOG --help-button \
H A Dmenubox97 RESULT=`$DIALOG --help-button \
H A Dmsgbox-utf814 . ./report-button
H A Dyesno-help6 $DIALOG --title "YES/NO BOX" --clear --help-button "$@" \
H A Dtextbox-help15 --help-button "$@" \
20 . ./report-button
H A Dtextbox315 --extra-button "$@" \
20 . ./report-button
H A Dmenubox73 # example with --extra-button
9 $DIALOG --clear --item-help --extra-button --extra-label "Choice" \
H A Dtailbox14 . ./report-button
H A Dyesno-extra10 --extra-label "Previous" --extra-button "$@" \
/freebsd-9.3-release/contrib/dialog/
H A Dyesno.c55 int button = dlg_defaultno_button(); local
100 buttons, button, FALSE, width);
119 button = dlg_next_button(buttons, button);
120 if (button < 0)
121 button = 0;
124 buttons, button,
128 button = dlg_prev_button(buttons, button);
129 if (button <
[all...]

Completed in 116 milliseconds

1234