The Meson Build System
http://mesonbuild.com/
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.
20 lines
617 B
20 lines
617 B
8 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.8 -->
|
||
|
<template class="TestWidget" parent="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<property name="spacing">4</property>
|
||
|
<child>
|
||
|
<object class="GtkEntry" id="entry">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|