DEBSOURCES
Skip Quicknav
sources / blueprint-compiler / 0.19.0-2 / tests / samples / subscope_dec.blp
123456789101112
using Gtk 4.0; using Adw 1; BuilderListItemFactory { template ListItem { child: Adw.Bin { Label label {} }; } } Label label {}