stk/Contrib/STk-wtour/lessons/frame1.stk

9 lines
196 B
Plaintext
Raw Normal View History

1996-09-27 06:29:02 -04:00
;; Basic frames
(pack [frame '.f1 :background "red" :width 100 :height 100]
[frame '.f2 :background "blue" :width 100 :height 100]
:side "top"
:expand #t
:fill "both")