blueprint-compiler/tests/samples/template_id.blp
2023-05-16 17:37:52 -05:00

6 lines
No EOL
141 B
Text

using Gtk 4.0;
template $MyTemplate : Gtk.Button {
/* this makes no actual sense, but it tests what I want to test */
child: template;
}