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

7 lines
234 B
Plaintext
Raw Normal View History

1996-09-27 06:29:02 -04:00
;; Frames with different options
(pack
[frame '.f1 :relief "ridge" :borderwidth 3 :width 100 :height 30]
[frame '.f2 :relief "groove" :borderwidth 3 :width 100 :height 30]
:side "top" :expand #t :fill "both" :padx 20 :pady 20)