17 lines
582 B
Plaintext
17 lines
582 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.0 -->
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="button1">
|
||
|
<property name="label" translatable="yes">button</property>
|
||
|
<property name="use-action-appearance">False</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="receives-default">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|