blueprint-compiler/tests/samples/adw_breakpoint_template.blp
2024-07-22 20:38:58 -05:00

10 lines
129 B
Text

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