mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
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.
7 lines
73 B
Text
7 lines
73 B
Text
using Gtk 4.0;
|
|
|
|
Range {
|
|
adjustment: Adjustment {
|
|
lower: 10;
|
|
};
|
|
}
|