Initial revision

This commit is contained in:
William Ferrell
1999-12-09 23:15:14 +00:00
commit 2635c3085d
139 changed files with 24298 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
hello
screen_add one
screen_add two
screen_add three
screen_add four
widget_add one title title
widget_add two title title
widget_add three title title
widget_add four title title
widget_set one title "One"
widget_set two title "Two"
widget_set three title "Three"
widget_set four title "Four"
widget_add one dot string
widget_add two dot string
widget_add three dot string
widget_add four dot string
widget_set one dot 1 2 .
widget_set two dot 2 2 .
widget_set three dot 3 2 .
widget_set four dot 4 2 .