mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
11 lines
325 B
XML
11 lines
325 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<template class="TestTemplate" parent="GtkLabel">
|
|
<property name="test-property">
|
|
<object class="GtkButton">
|
|
<property name="label">Hello, world!</property>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
</interface>
|