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

1234

/freebsd-10.1-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 Dprgbox9 . ./report-button
H A Dprgbox29 . ./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" \
/freebsd-10.1-release/contrib/dialog/
H A Dyesno.c49 int button = dlg_default_button(); local
94 buttons, button, FALSE, width);
114 button = dlg_next_button(buttons, button);
115 if (button < 0)
116 button = 0;
119 buttons, button,
123 button = dlg_prev_button(buttons, button);
124 if (button <
[all...]

Completed in 129 milliseconds

1234