5 lines
73 B
Text
Executable file
5 lines
73 B
Text
Executable file
(defwidget time []
|
|
(box
|
|
:class "time"
|
|
(label
|
|
:text time)))
|