mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Support GtkBuilderListItemFactory syntax by decompiling the nested XML, rather than preserving it as a string literal.
12 lines
159 B
Text
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 {}
|