diff options
Diffstat (limited to 'contrib/dialog/samples/treeview')
| -rwxr-xr-x | contrib/dialog/samples/treeview | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/dialog/samples/treeview b/contrib/dialog/samples/treeview deleted file mode 100755 index fec3cddf9f69..000000000000 --- a/contrib/dialog/samples/treeview +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# $Id: treeview,v 1.3 2020/11/26 00:05:52 tom Exp $ - -. ./setup-vars - -. ./setup-tempfile - -$DIALOG --title "TREE VIEW DIALOG" \ - --treeview "TreeView demo" 0 0 0 \ - tag1 one off 0 \ - tag2 two off 1 \ - tag3 three on 2 \ - tag4 four off 1 \ - tag5 five off 2 \ - tag6 six off 3 \ - tag7 seven off 3 \ - tag8 eight off 4 \ - tag9 nine off 1 2> $tempfile - -returncode=$? - -. ./report-tempfile |
