blueprint-compiler/tests/samples/subscope.blp
James Westman 21d5ce86e9 decompiler: Support sub-templates
Support GtkBuilderListItemFactory syntax by decompiling the nested XML,
rather than preserving it as a string literal.
2024-08-24 13:04:21 -05:00

12 lines
159 B
Text

using Gtk 4.0;
using Adw 1;
Gtk.BuilderListItemFactory {
template ListItem {
child: Adw.Bin {
Gtk.Label label {}
};
}
}
Gtk.Label label {}