register_widget_type() can now be called in any order.
[xuni.git] / gui / gui.xml
blob2ab3c3ba05c074e5ef298e9dbfc7964b629fddfd
1 <?xml version="1.0"?>
2 <!-- gui/gui.xml -->
3 <xuni-resource xuni-version="0.3.0" type="gui-config">
4     <widget type="panel" name="xuni">
5         <!--<width>120</width>
6         <height>120</height>
7         <xpos>-10</xpos>
8         <ypos>-10</ypos>-->
9         
10         <!--<width>80</width>
11         <height>80</height>
12         <xpos>10</xpos>
13         <ypos>10</ypos>-->
14         
15         <width>100</width>
16         <height>100</height>
17         <visible>0</visible>
18         
19         <include>font.xml</include>
20         <include>theme.xml</include>
21         <include>data/data.xml</include>
22     </widget>
23 </xuni-resource>