7 lines
114 B
Text
7 lines
114 B
Text
(defwidget shortcuts []
|
|
(box
|
|
:class "shortcuts"
|
|
:width 300
|
|
:height 200
|
|
(button
|
|
"test!")))
|