15 lines
375 B
XML
15 lines
375 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkFixed">
|
|
<child>
|
|
<object class="GtkButton" id="button">
|
|
<layout>
|
|
<property name="transform">translate(10, 15)</property>
|
|
</layout>
|
|
<property name="visible">0</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|