Widgets WIP

This commit is contained in:
Insality
2024-11-18 23:06:04 +02:00
parent 299f8501e8
commit dc8f3b99bb
8 changed files with 52 additions and 25 deletions

View File

@@ -22,6 +22,10 @@ function M:init(template, nodes)
self.text_name = self.druid:new_lang_text("text_name")
self.button = self.druid:new_button("button", self.on_click)
self.container = self.druid:new_container(self.root)
self.container:add_container("text_name")
self.container:add_container("button")
end