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.
32 lines
1.3 KiB
32 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentMessageFile" parent="AdwBin"> |
|
<property name="focusable">True</property> |
|
<property name="valign">center</property> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="spacing">6</property> |
|
<child> |
|
<object class="GtkImage"> |
|
<property name="visible" bind-source="ContentMessageFile" bind-property="compact" bind-flags="sync-create"/> |
|
<property name="icon-name">folder-documents-symbolic</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkLabel"> |
|
<property name="ellipsize">end</property> |
|
<property name="label" bind-source="ContentMessageFile" bind-property="filename" bind-flags="sync-create"/> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkButton" id="save"> |
|
<property name="visible" bind-source="ContentMessageFile" bind-property="compact" bind-flags="sync-create | invert-boolean"/> |
|
<property name="icon-name">document-save-symbolic</property> |
|
<property name="tooltip-text" translatable="yes">Save</property> |
|
<property name="action-name">event.file-save</property> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|