mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
12 lines
No EOL
156 B
Text
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";
|
|
}
|
|
} |