mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
tests: Add another template test
This commit is contained in:
parent
9e02051e12
commit
b5eca8b0b3
3 changed files with 14 additions and 0 deletions
7
tests/samples/template_id.ui
Normal file
7
tests/samples/template_id.ui
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<template class="MyTemplate" parent="GtkButton">
|
||||
<property name="child">MyTemplate</property>
|
||||
</template>
|
||||
</interface>
|
Loading…
Add table
Add a link
Reference in a new issue