[c5c522c] | 1 | hello |
---|
| 2 | |
---|
| 3 | screen_add one |
---|
| 4 | |
---|
| 5 | widget_add one f frame |
---|
| 6 | widget_set one f 1 2 10 3 20 4 v 2 |
---|
| 7 | widget_add one g frame -in f |
---|
| 8 | widget_set one g 5 1 15 3 20 4 v 2 |
---|
| 9 | |
---|
| 10 | widget_add one s string |
---|
| 11 | widget_add one s string -in f |
---|
| 12 | widget_add one s string -in g |
---|
| 13 | widget_set one s 1 1 "123456789012345678901234567890" |
---|
| 14 | widget_set one s 1 2 "123456789012345678901234567890" |
---|
| 15 | widget_set one s 1 3 "123456789012345678901234567890" |
---|
| 16 | widget_set one s 1 4 "123456789012345678901234567890" |
---|
| 17 | widget_del one s |
---|
| 18 | |
---|
| 19 | widget_add one h hbar |
---|
| 20 | widget_add one h hbar -in f |
---|
| 21 | widget_add one h hbar -in g |
---|
| 22 | widget_set one h 1 2 13 |
---|
| 23 | widget_set one h 1 2 43 |
---|
| 24 | widget_set one h 1 2 83 |
---|
| 25 | widget_del one h |
---|
| 26 | |
---|
| 27 | widget_add one t title |
---|
| 28 | widget_add one t title -in f |
---|
| 29 | widget_add one t title -in g |
---|
| 30 | widget_set one t Hello |
---|
| 31 | widget_set one t "Hello there" |
---|
| 32 | widget_set one t "Hi, there. Watch me scroll!" |
---|
| 33 | widget_del one t |
---|
| 34 | |
---|
| 35 | |
---|
| 36 | ------------------------ Disk Screen test... |
---|
| 37 | hello |
---|
| 38 | screen_add D |
---|
| 39 | widget_add D t title |
---|
| 40 | widget_set D t "Disk Use" |
---|
| 41 | widget_add D f frame |
---|
| 42 | widget_set D f 1 2 20 4 20 8 v 8 |
---|
| 43 | widget_add D s1 string -in f |
---|
| 44 | widget_add D s2 string -in f |
---|
| 45 | widget_add D s3 string -in f |
---|
| 46 | widget_add D s4 string -in f |
---|
| 47 | widget_add D s5 string -in f |
---|
| 48 | widget_add D s6 string -in f |
---|
| 49 | widget_add D s7 string -in f |
---|
| 50 | widget_add D s8 string -in f |
---|
| 51 | widget_add D h1 hbar -in f |
---|
| 52 | widget_add D h2 hbar -in f |
---|
| 53 | widget_add D h3 hbar -in f |
---|
| 54 | widget_add D h4 hbar -in f |
---|
| 55 | widget_add D h5 hbar -in f |
---|
| 56 | widget_add D h6 hbar -in f |
---|
| 57 | widget_add D h7 hbar -in f |
---|
| 58 | widget_add D h8 hbar -in f |
---|
| 59 | widget_set D s1 1 1 /foo |
---|
| 60 | widget_set D s2 1 2 /bar |
---|
| 61 | widget_set D s3 1 3 /baz |
---|
| 62 | widget_set D s4 1 4 /quux |
---|
| 63 | widget_set D s5 1 5 /foobar |
---|
| 64 | widget_set D s6 1 6 /tmp |
---|
| 65 | widget_set D s7 1 7 /snot |
---|
| 66 | widget_set D s8 1 8 /booger |
---|
| 67 | widget_set D h1 10 1 3 |
---|
| 68 | widget_set D h2 10 2 6 |
---|
| 69 | widget_set D h3 10 3 9 |
---|
| 70 | widget_set D h4 10 4 12 |
---|
| 71 | widget_set D h5 10 5 15 |
---|
| 72 | widget_set D h6 10 6 18 |
---|
| 73 | widget_set D h7 10 7 21 |
---|
| 74 | widget_set D h8 10 8 24 |
---|
| 75 | --------------------------- |
---|