mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
Make builder template factories use a subscope
This commit is contained in:
parent
a2eaaa26fe
commit
9dcd06de51
6 changed files with 46 additions and 0 deletions
9
tests/samples/subscope.blp
Normal file
9
tests/samples/subscope.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Gtk.BuilderListItemFactory {
|
||||
template {
|
||||
child: Gtk.Label label {};
|
||||
}
|
||||
}
|
||||
|
||||
Gtk.Label label {}
|
Loading…
Add table
Add a link
Reference in a new issue