Validate object types

This commit is contained in:
James Westman 2021-11-05 00:44:33 -05:00
parent a0ba59af77
commit d89f2356b4
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
11 changed files with 126 additions and 33 deletions

View file

@ -0,0 +1,7 @@
using Gtk 4.0;
Scale {
adjustment: adj;
}
Adjustment adj {}

8
tests/samples/id_prop.ui Normal file
View 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>