mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
Add more tests
This commit is contained in:
parent
08a74acb37
commit
a4b31f2cb0
24 changed files with 89 additions and 8 deletions
11
tests/samples/object_prop.ui
Normal file
11
tests/samples/object_prop.ui
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue