mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Validate object types
This commit is contained in:
parent
a0ba59af77
commit
d89f2356b4
11 changed files with 126 additions and 33 deletions
7
tests/samples/id_prop.blp
Normal file
7
tests/samples/id_prop.blp
Normal file
|
@ -0,0 +1,7 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Scale {
|
||||
adjustment: adj;
|
||||
}
|
||||
|
||||
Adjustment adj {}
|
8
tests/samples/id_prop.ui
Normal file
8
tests/samples/id_prop.ui
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
<object class="GtkScale">
|
||||
<property name="adjustment">adj</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="adj"></object>
|
||||
</interface>
|
Loading…
Add table
Add a link
Reference in a new issue