citadel-realms/data/ui/RealmListItem.blp

8 lines
99 B
Plaintext
Raw Normal View History

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