blueprint-compiler/tests/samples/object_prop.blp
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

7 lines
73 B
Text

using Gtk 4.0;
Range {
adjustment: Adjustment {
lower: 10;
};
}