most of mouse listeners, added title bar and title bar listeners with maximize and drag reposition

This commit is contained in:
rmaco
2020-03-16 23:00:24 +02:00
parent 35fa03b35c
commit c9a5a55618
19 changed files with 586 additions and 260 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

View File

Before

Width:  |  Height:  |  Size: 85 B

After

Width:  |  Height:  |  Size: 85 B

View File

Before

Width:  |  Height:  |  Size: 88 B

After

Width:  |  Height:  |  Size: 88 B

View File

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 128 B

View File

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 131 B

View File

@@ -1,9 +1,10 @@
<?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 Name="button4" BackgroundColor="#009999" Size="100, 100" Icon="square_white">
<Button Name="button2" BackgroundColor="#000099" Size="50, 50" Label="button2"/>
</Button>
</Button>
<Button Name="button3" BackgroundColor="#009900" Location="300, 300" Label="button3"/>
<Button Name="button6" Location="350, 350" Size="100, 100"/>
<Button Name="button3" BackgroundColor="#009900" Size="100, 100" Location="300, 300" Icon="close_black"/>
</Window>