2024-09-28 22:39:47 +05:30
|
|
|
(defwindow default
|
2024-06-01 23:42:50 +05:30
|
|
|
:monitor 0
|
|
|
|
:geometry (geometry :x "20px"
|
|
|
|
:y "20px"
|
|
|
|
:width "200px"
|
|
|
|
:height "50px"
|
|
|
|
:anchor "bottom right")
|
2024-09-28 22:39:47 +05:30
|
|
|
:stacking "bottom"
|
2024-06-01 23:42:50 +05:30
|
|
|
:exclusive false
|
|
|
|
:focusable false
|
2024-09-28 22:39:47 +05:30
|
|
|
"@test_string@")
|
|
|
|
|