citadel-realms/data/ui/RealmListItem.blp
2024-11-12 17:26:26 -05:00

8 lines
99 B
Plaintext

using Gtk 4.0;
template Gtk.ListItem {
child: $RealmRow {
realm: bind template.item;
};
}