complete left click event handle
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
</layout>
|
||||
<layout id="main">
|
||||
<node dir="col" wrap="0" width="100%" height="100%" pad="5">
|
||||
<border margin="0 0 5 0" pad="0 0 0 5" color=".3" width="100%" height="25" dir="row" align="center">
|
||||
<text text="File" font-face="arial" font-size="11" margin="0 15 0 0"/>
|
||||
<text text="Edit" font-face="arial" font-size="11" margin="0 15 0 0"/>
|
||||
<text text="View" font-face="arial" font-size="11" margin="0 15 0 0"/>
|
||||
</border>
|
||||
<!-- toolbar -->
|
||||
<border height="50" width="100%" pad="5" dir="row" color=".2">
|
||||
<ref id="multi-button"/>
|
||||
@@ -75,16 +80,16 @@
|
||||
</border>
|
||||
</node>
|
||||
<!-- content panel -->
|
||||
<node width="1" grow="1" height="100%" pad="10" wrap="1" dir="col" justify="center" align="center">
|
||||
<border margin="10 0 10 10" border-color=".8" width="1" grow="1" pad="10" wrap="1" dir="col" justify="center" align="center">
|
||||
<text text="hello widget" font-face="arial" font-size="30" color="0 1 1 1"/>
|
||||
<text text="this is a small description of the useless big text above" font-face="arial" font-size="11" color="0 1 1 1"/>
|
||||
<image margin="10 0 0 0" path="data/uvs.jpg" width="100" height="100"/>
|
||||
</node>
|
||||
<image id="check" margin="10 0 0 0" path="data/uvs.jpg" width="100" height="100" region="0 0 100 100"/>
|
||||
</border>
|
||||
</node>
|
||||
<!-- status bar -->
|
||||
<border height="30" width="100%" color=".15" border-color=".3" dir="row" pad="0 0 0 10" align="center">
|
||||
<text text="Status Bar: nothing to show here." font-face="arial" font-size="11"/>
|
||||
<text text="#opengl #fromscratch" font-face="arial" font-size="11" margin="0 0 0 10" color=".2 .5 1 1"/>
|
||||
<text text="#opengl #fromscratch #not-made-with-unity" font-face="arial" font-size="11" margin="0 0 0 10" color=".2 .5 1 1"/>
|
||||
</border>
|
||||
</node>
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user