blueprint-compiler/tests/samples/adw_breakpoint_template_dec.blp
James Westman a12ac1b976 decompiler: Support Adw.Breakpoint syntax
Also, improve handling of translated strings.
2024-08-24 12:29:14 -05:00

10 lines
131 B
Text

using Gtk 4.0;
using Adw 1;
template $MyTemplate {
Adw.Breakpoint {
setters {
template.some-prop: "true";
}
}
}