mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
11 lines
No EOL
202 B
Text
11 lines
No EOL
202 B
Text
using Gtk 4.0;
|
|
|
|
Gtk.ListView {
|
|
factory: Gtk.BuilderListItemFactory list_item_factory {
|
|
template {
|
|
child: Label {
|
|
label: "Hello";
|
|
};
|
|
}
|
|
};
|
|
} |