blueprint-compiler/tests/samples/template_binding_extern.blp
James Westman 04509e4b2e Change template syntax
Templates now use a TypeName instead of an identifier, which makes it
clearer that it's an extern symbol (or that it's a Gtk.ListItem).
2023-05-13 16:49:48 -05:00

5 lines
No EOL
108 B
Text

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