11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
(defwidget panel_left []
|
|
(box
|
|
:class "panel_left"
|
|
:halign "start"
|
|
:height 28
|
|
:width 300
|
|
:active true
|
|
|
|
(children)
|
|
)
|
|
) |