37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="2.24"/>
|
||
|
<object class="GtkWindow" id="Main">
|
||
|
<property name="default_width">900</property>
|
||
|
<property name="default_height">600</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="window_position">center</property>
|
||
|
<property name="icon">settings/icon.png</property>
|
||
|
<property name="deletable">False</property>
|
||
|
<signal name="destroy" handler="on_Main_destroy" swapped="no"/>
|
||
|
<child>
|
||
|
<object class="GtkVBox" id="vbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow" id="scrolledwindow">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|