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.
40 lines
1.6 KiB
40 lines
1.6 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="GtkLabel"> |
|
<property name="ellipsize">end</property> |
|
<property name="label" bind-source="ContentMessageFile" bind-property="filename" bind-flags="sync-create"/> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="visible" bind-source="ContentMessageFile" bind-property="compact" bind-flags="sync-create | invert-boolean"/> |
|
<child> |
|
<object class="GtkButton" id="open"> |
|
<property name="icon-name">document-open-symbolic</property> |
|
<property name="tooltip-text" translatable="yes">Open</property> |
|
<property name="action-name">event.file-open</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkButton" id="save"> |
|
<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> |
|
<style> |
|
<class name="linked"/> |
|
</style> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|