added working click listener

This commit is contained in:
rmaco
2020-03-03 22:27:05 +02:00
parent d1f0716fcb
commit c0f062c565
14 changed files with 479 additions and 25 deletions

View File

@@ -1,4 +0,0 @@
<?xml version="1.0"?>
<Window Visible="true" Size="640, 480" PositionRelativeTo="null">
<Button BackgroundColor="#990000"/>
</Window>

9
resources/ui.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<Window Name="window" Visible="true" Size="640, 480">
<Button Name="button1" BackgroundColor="#990000" Size="200, 200" Label="button1">
<Button Name="button4" BackgroundColor="#009999" Size="100, 100" Label="button4">
<Button Name="button2" BackgroundColor="#000099" Label="button2"/>
</Button>
</Button>
<Button Name="button3" BackgroundColor="#009900" Location="300, 300" Label="button3"/>
</Window>