blueprint-compiler/tests/samples/object_prop.ui
James Westman 8758bac40a
tests: Test XML outputs
Load the outputs of the tests in Gtk.Builder and make sure they work.
Some of them don't and need to be fixed. Others will require a bit more
work to set up callbacks, templates, etc.
2022-12-19 13:53:52 -06:00

11 lines
289 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkRange">
<property name="adjustment">
<object class="GtkAdjustment">
<property name="lower">10</property>
</object>
</property>
</object>
</interface>