mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
9 lines
No EOL
102 B
Text
9 lines
No EOL
102 B
Text
using Gtk 4.0;
|
|
|
|
BuilderListItemFactory {
|
|
template ListItem {
|
|
child: label;
|
|
}
|
|
}
|
|
|
|
Label label {} |