51 lines
1.6 KiB
Plaintext
51 lines
1.6 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<object class="GtkWindow">
|
||
|
<property name="decorated">0</property>
|
||
|
<property name="resizable">0</property>
|
||
|
<property name="default-width">280</property>
|
||
|
<property name="default-height">120</property>
|
||
|
<property name="focus-widget">editable2</property>
|
||
|
<style>
|
||
|
<class name="nobackground"/>
|
||
|
</style>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<style>
|
||
|
<class name="shadow"/>
|
||
|
<class name="background"/>
|
||
|
<class name="frame"/>
|
||
|
</style>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="orientation">vertical</property>
|
||
|
<property name="spacing">12</property>
|
||
|
<property name="hexpand">1</property>
|
||
|
<property name="vexpand">1</property>
|
||
|
<property name="halign">center</property>
|
||
|
<property name="valign">center</property>
|
||
|
<child>
|
||
|
<object class="GtkEditableLabel">
|
||
|
<property name="text">Editable Label</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkSeparator">
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkEditableLabel" id="editable2">
|
||
|
<property name="text">Editable Label</property>
|
||
|
<property name="editing">1</property>
|
||
|
<style>
|
||
|
<class name="frame"/>
|
||
|
</style>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|