blueprint-compiler/tests/samples/template.blp
2021-11-04 00:05:38 -05:00

6 lines
130 B
Text

using Gtk 4.0;
template TestTemplate : ApplicationWindow {
test-property: "Hello, world";
test-signal => on_test_signal();
}