11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
(defwidget panel_cen []
|
|
(box
|
|
:class "panel_cen"
|
|
:halign "center"
|
|
:height 28
|
|
:width 300
|
|
:active true
|
|
|
|
(children)
|
|
)
|
|
) |