7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
|
;; 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)
|