12 lines
221 B
Text
12 lines
221 B
Text
(defwindow default
|
|
:monitor 0
|
|
:geometry (geometry :x "20px"
|
|
:y "20px"
|
|
:width "200px"
|
|
:height "50px"
|
|
:anchor "bottom right")
|
|
:stacking "bottom"
|
|
:exclusive false
|
|
:focusable false
|
|
"@test_string@")
|
|
|