mirror of https://github.com/rscmbbng/Border-Check
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
656 B
19 lines
656 B
11 years ago
|
<?xml version="1.0"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 2.12 -->
|
||
|
<!-- interface-naming-policy toplevel-contextual -->
|
||
|
<object class="GtkTextBuffer" id="textbuffer1"/>
|
||
|
<object class="GtkAction" id="action1"/>
|
||
|
<object class="GtkWindow" id="window">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="title" translatable="yes">Border Check - GTK Version</property>
|
||
|
<property name="window_position">center</property>
|
||
|
<child>
|
||
|
<object class="GtkImage" id="map1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="pixbuf">WM1.svg</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|