-
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user