X-Git-Url: https://git.josue.xyz/?p=whiptailexamples%2F.git;a=blobdiff_plain;f=text.txt;fp=text.txt;h=c3646bd2d4bb5b8533df369dc5f79294cff9d011;hp=0000000000000000000000000000000000000000;hb=4eb1a6e1220dee809c089a0a7db1f22a1277c8e0;hpb=e38cc981105fb88c40c6e287900fb8a2537d3c29 diff --git a/text.txt b/text.txt new file mode 100644 index 0000000..c3646bd --- /dev/null +++ b/text.txt @@ -0,0 +1,32 @@ +Box options: + --msgbox + --yesno + --infobox + --inputbox [init] + --passwordbox [init] + --textbox + --menu [tag item] ... + --checklist [tag item status]... + --radiolist [tag item status]... + --gauge +Options: (depend on box-option) + --clear clear screen on exit + --defaultno default no button + --default-item set default string + --fb, --fullbuttons use full buttons + --nocancel no cancel button + --yes-button set text of yes button + --no-button set text of no button + --ok-button set text of ok button + --cancel-button set text of cancel button + --noitem don't display items + --notags don't display tags + --separate-output output one line at a time + --output-fd output to fd, not stdout + --title display title + --backtitle <backtitle> display backtitle + --scrolltext force vertical scrollbars + --topleft put window in top-left corner + -h, --help print this message + -v, --version print version information +