blueprint-compiler/tests/samples/template_binding_extern.blp
2023-04-08 20:10:16 -05:00

5 lines
No EOL
109 B
Text

using Gtk 4.0;
template MyTemplate : $MyParentClass {
prop1: bind MyTemplate.prop2 as ($MyObject).prop3;
}