1
0
forked from 0ad/0ad
0ad/binaries/hello.xml
Gee 0c475f779e Files read in by GUI
This was SVN commit r33.
2003-11-06 00:24:56 +00:00

13 lines
485 B
XML
Executable File

<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
<!DOCTYPE objects SYSTEM "objects.dtd">
<objects>
<object name="Button2" type="button" size1024="120 120 220 220" style="hello" z="20" />
<object name="Button3" type="button" size1024="120 120 220 220" style="hello" z="20">
<object name="Child" type="button" size1024="140 140 300 200" z="22">
<object name="ChildsChilds" type="button" size1024="200 150 400 190" z="24"> </object>
</object>
</object>
</objects>