citadel-realms/data/ui/RealmListItem.blp

8 lines
99 B
Plaintext
Raw Permalink Normal View History

2024-11-12 22:12:37 +00:00
using Gtk 4.0;
template Gtk.ListItem {
child: $RealmRow {
realm: bind template.item;
};
}