16 lines
538 B
XML
16 lines
538 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="MyGtkAppWindow" parent="GtkApplicationWindow">
|
|
<property name="title">My GTK App</property>
|
|
<child>
|
|
<object class="GtkButton" id="button">
|
|
<property name="label">Press me!</property>
|
|
<property name="margin-top">12</property>
|
|
<property name="margin-bottom">12</property>
|
|
<property name="margin-start">12</property>
|
|
<property name="margin-end">12</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|