You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
828 B
25 lines
828 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentStateRow" parent="AdwBin"> |
|
<property name="child"> |
|
<object class="GtkBox"> |
|
<property name="spacing">2</property> |
|
<property name="orientation">vertical</property> |
|
<child> |
|
<object class="AdwBin" id="content" /> |
|
</child> |
|
<child> |
|
<object class="ContentReadReceiptsList" id="read_receipts"> |
|
<binding name="visible"> |
|
<closure type="gboolean" function="invert_boolean"> |
|
<lookup name="is-empty" type="ReadReceipts"> |
|
<lookup name="list">read_receipts</lookup> |
|
</lookup> |
|
</closure> |
|
</binding> |
|
</object> |
|
</child> |
|
</object> |
|
</property> |
|
</template> |
|
</interface>
|
|
|