blueprint-compiler/tests/samples/template_binding.blp
James Westman 02796fd830 Use <> instead of () for casts & typeof
This makes it clearer that they aren't functions, and it eliminates
syntactic ambiguity with closure expressions.
2023-04-10 09:39:34 -05:00

5 lines
No EOL
98 B
Text

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