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