This commit is contained in:
me
2026-01-29 20:32:59 +08:00
parent de68ced39e
commit d3d99fa223
98 changed files with 17233 additions and 52 deletions

View File

@@ -12,11 +12,12 @@ export component HelloWorld inherits Window {
font-size: 24px;
}
Button {
abc := Button {
text: "Click me";
clicked => {
debug("Button clicked!");
abc.absolute-position;
}
}
}
}
}