Lines Matching refs:hline

574 #                       $title $backtitle $prompt [$hline]
582 # title, backtitle, prompt, and [optionally] hline. The optimal height and
652 # Bump width for long hlines. Xdialog(1) supports `--hline' but
674 # $title $backtitle $prompt [$hline]
682 # title, backtitle, prompt, and [optionally] hline. The optimal height and
735 # $title $backtitle $prompt $init [$hline]
743 # title, backtitle, prompt, and [optionally] hline. The optimal height and
877 # $title $backtitle $prompt $hline \
886 # are the title, backtitle, prompt, and hline. The [optional] third set of
901 shift 7 # var_height/var_width/var_rows/title/btitle/prompt/hline
970 # $title $backtitle $prompt $hline \
979 # are the title, backtitle, prompt, and hline. The [optional] third set of
994 shift 7 # var_height/var_width/var_rows/title/btitle/prompt/hline
1075 # $title $backtitle $prompt $hline \
1084 # are the title, backtitle, prompt, and hline. The [optional] third set of
1099 shift 7 # var_height/var_width/var_rows/title/btitle/prompt/hline
1171 # $title $backtitle $prompt $hline \
1180 # are the title, backtitle, prompt, and hline. The [optional] third set of
1195 # $title $backtitle $prompt $hline \
1205 # are the title, backtitle, prompt, and hline. The [optional] third set of
1220 shift 7 # var_height/var_width/var_rows/title/btitle/prompt/hline
1311 # $title $backtitle $prompt $hline \
1321 # are the title, backtitle, prompt, and hline. The [optional] third set of
1336 # $title $backtitle $prompt [$hline]
1344 # title, backtitle, prompt, and [optionally] hline. The optimal height and
1438 # $title $backtitle $prompt [$hline]
1446 # title, backtitle, prompt, and [optionally] hline. The optional height and
1592 # f_dialog_pause $msg_text $duration [$hline]
1599 local pause_text="$1" duration="$2" hline="$3" height width
1602 "$DIALOG_TITLE" "$DIALOG_BACKTITLE" "$pause_text" "$hline"
1619 --hline "$hline" \
1628 # f_dialog_pause_no_cancel $msg_text $duration [$hline]
1641 # f_dialog_msgbox $msg_text [$hline]
1651 local msg_text="$1" hline="$2" height width
1653 "$DIALOG_TITLE" "$DIALOG_BACKTITLE" "$msg_text" "$hline"
1657 --hline "$hline" \
1702 # f_dialog_yesno $msg_text [$hline]
1714 local hline="${2-$hline_arrows_tab_enter}"
1719 "$DIALOG_TITLE" "$DIALOG_BACKTITLE" "$msg_text" "$hline"
1725 --hline "$hline" \
1733 --hline "$hline" \
1740 # f_dialog_noyes $msg_text [$hline]
1754 local hline="${2-$hline_arrows_tab_enter}"
1759 "$DIALOG_TITLE" "$DIALOG_BACKTITLE" "$msg_text" "$hline"
1765 --hline "$hline" \
1774 --hline "$hline" \
1822 # f_dialog_input $var_to_set $prompt [$init [$hline]]
1832 # NOTE: The hline should correspond to the type of data you want from the user.
1854 --hline "$__hline" \