0ad/binaries/data/gui/hello.xml
Gee 5736482af1 no message
This was SVN commit r93.
2003-11-25 02:53:03 +00:00

18 lines
671 B
XML
Executable file

<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
<!DOCTYPE objects SYSTEM "objects.dtd">
<objects>
<object name="a little button" type="button" size="100%-50 100%-50 100%-5 100%-5" z="22">
</object>
<object name="a little fella'" type="button" size="100%-100 100%-100 100%-20 100%-20" z="200" />
<object name="weird thing that shouldn't be a button" type="button" size="0 0 100% 50" z="20">
<object name="child1" type="button" size="100%-100 10 100%-10 40" z="22" />
<object name="child2" type="button" size="100%-200 10 100%-110 40" z="22" />
<object name="child3" type="button" size="100%-300 10 100%-210 40" z="22" />
</object>
</objects>