source: npl/mediabox/lcdproc_edwin/src/tests/script.1 @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 640 bytes
Line 
1hello
2
3screen_add one
4screen_widget_add one w1 string
5screen_widget_set one w1 1 2 "Hello?"
6screen_widget_add one title title
7screen_widget_set one title "TEST SCREEN ONE"
8
9screen_add two
10screen_widget_add two title title
11screen_widget_add two 0% string
12screen_widget_add two 100% string
13screen_widget_add two cpubar hbar
14screen_widget_set two title "CPU: 57.6%"
15screen_widget_set two 0% 1 4 0%
16screen_widget_set two 100% 17 4 100%
17screen_widget_set two cpubar 3 4 47
18
19screen_add three
20screen_widget_add three w1 string
21screen_widget_set three w1 1 3 "Me too!"
22screen_widget_add three title title
23screen_widget_set three title "TEST THREE"
Note: See TracBrowser for help on using the repository browser.