remove test code
This commit is contained in:
parent
ad3e377963
commit
40df97aed0
@ -1,20 +0,0 @@
|
|||||||
(import astalify [Label Box])
|
|
||||||
(import binding *)
|
|
||||||
(import app [App])
|
|
||||||
|
|
||||||
(import gi)
|
|
||||||
(.require_version gi "Astal" "3.0")
|
|
||||||
|
|
||||||
(import gi.repository [Astal])
|
|
||||||
|
|
||||||
(.start App (dict
|
|
||||||
:main (fn []
|
|
||||||
(setv test (Astal.Window
|
|
||||||
:child (Box
|
|
||||||
:vertical True
|
|
||||||
:children [
|
|
||||||
(Label :label "aoeu")
|
|
||||||
(Label :label "asdf")])))
|
|
||||||
(.show_all test)
|
|
||||||
(.add_window App test))
|
|
||||||
:instance_name "aoeu"))
|
|
Loading…
x
Reference in New Issue
Block a user