9 lines
196 B
Plaintext
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")
|
||
|
|