Add string lists

This commit is contained in:
James Westman 2021-11-12 19:01:20 -06:00
parent aa447466c0
commit 2a18273c80
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
7 changed files with 124 additions and 2 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkStringList">
<items>
<item>Hello, world!</item>
<item translatable="true">Hello!</item>
</items>
</object>
</interface>