readme and license
[whiptailexamples/.git] / text.txt
1 Box options: 
2         --msgbox <text> <height> <width>
3         --yesno  <text> <height> <width>
4         --infobox <text> <height> <width>
5         --inputbox <text> <height> <width> [init] 
6         --passwordbox <text> <height> <width> [init] 
7         --textbox <file> <height> <width>
8         --menu <text> <height> <width> <listheight> [tag item] ...
9         --checklist <text> <height> <width> <listheight> [tag item status]...
10         --radiolist <text> <height> <width> <listheight> [tag item status]...
11         --gauge <text> <height> <width> <percent>
12 Options: (depend on box-option)
13         --clear                         clear screen on exit
14         --defaultno                     default no button
15         --default-item <string>         set default string
16         --fb, --fullbuttons             use full buttons
17         --nocancel                      no cancel button
18         --yes-button <text>             set text of yes button
19         --no-button <text>              set text of no button
20         --ok-button <text>              set text of ok button
21         --cancel-button <text>          set text of cancel button
22         --noitem                        don't display items
23         --notags                        don't display tags
24         --separate-output               output one line at a time
25         --output-fd <fd>                output to fd, not stdout
26         --title <title>                 display title
27         --backtitle <backtitle>         display backtitle
28         --scrolltext                    force vertical scrollbars
29         --topleft                       put window in top-left corner
30         -h, --help                      print this message
31         -v, --version                   print version information
32