gcc484ntopperl-5.22
|
Last change
on this file since 6963075 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
640 bytes
|
| Line | |
|---|
| 1 | hello |
|---|
| 2 | |
|---|
| 3 | screen_add one |
|---|
| 4 | screen_widget_add one w1 string |
|---|
| 5 | screen_widget_set one w1 1 2 "Hello?" |
|---|
| 6 | screen_widget_add one title title |
|---|
| 7 | screen_widget_set one title "TEST SCREEN ONE" |
|---|
| 8 | |
|---|
| 9 | screen_add two |
|---|
| 10 | screen_widget_add two title title |
|---|
| 11 | screen_widget_add two 0% string |
|---|
| 12 | screen_widget_add two 100% string |
|---|
| 13 | screen_widget_add two cpubar hbar |
|---|
| 14 | screen_widget_set two title "CPU: 57.6%" |
|---|
| 15 | screen_widget_set two 0% 1 4 0% |
|---|
| 16 | screen_widget_set two 100% 17 4 100% |
|---|
| 17 | screen_widget_set two cpubar 3 4 47 |
|---|
| 18 | |
|---|
| 19 | screen_add three |
|---|
| 20 | screen_widget_add three w1 string |
|---|
| 21 | screen_widget_set three w1 1 3 "Me too!" |
|---|
| 22 | screen_widget_add three title title |
|---|
| 23 | screen_widget_set three title "TEST THREE" |
|---|
Note: See
TracBrowser
for help on using the repository browser.