Lines Matching +full:home +full:- +full:button
3 # form3 with --item-help
5 . ./setup-vars
7 backtitle="An Example for the use of --form:"
9 ids=`id|sed -e 's/([^)]*)//g'`
10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
14 home="$HOME"
20 returntext=`$DIALOG --ok-label "Submit" \
21 --help-button \
22 --item-help \
23 --backtitle "$backtitle" "$@" \
24 --form "Here is a possible piece of a configuration program." \
29 "HOME:" 4 1 "$home" 4 10 40 0 "User's home-directory" \
32 exec 3>&-
34 show=`echo "$returntext" |sed -e 's/^/ /'`
39 --clear \
40 --backtitle "$backtitle" \
41 --yesno "Really quit?" 10 30
53 --clear \
54 --backtitle "$backtitle" --no-collapse --cr-wrap \
55 --msgbox "Resulting data:\n\
60 --clear \
61 --backtitle "$backtitle" --no-collapse --cr-wrap \
62 --msgbox "Help data:\n\
66 . ./report-button