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

5 lines
No EOL
98 B
Text

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