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

7 lines
109 B
Text

using Gtk 4.0;
template TestTemplate : Label {
test-property: Button {
label: "Hello, world!";
};
}