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

9 lines
196 B
Plaintext

;; 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")