blueprint-compiler/tests/sample_errors/adw_breakpoint.blp
2023-05-08 10:11:40 -05:00

12 lines
No EOL
156 B
Text

using Gtk 4.0;
using Adw 1;
Label label {}
Adw.Breakpoint {
setters {
label.foo: "bar";
not_an_object.visible: true;
label.foo: "baz";
}
}