mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Add test for recent bugfix
This commit is contained in:
parent
b33cc7ccd7
commit
d0659a43c2
3 changed files with 27 additions and 0 deletions
16
tests/samples/adw_breakpoint_template.ui
Normal file
16
tests/samples/adw_breakpoint_template.ui
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
DO NOT EDIT!
|
||||
This file was @generated by blueprint-compiler. Instead, edit the
|
||||
corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
-->
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<template class="MyTemplate">
|
||||
<child>
|
||||
<object class="AdwBreakpoint">
|
||||
<setter object="MyTemplate" property="some-prop">true</setter>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
</interface>
|
Loading…
Add table
Add a link
Reference in a new issue