Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="dconf-editor">
  <!-- interface-requires gtk+ 3.0 -->
  <template class="Bookmark" parent="GtkListBoxRow">
    <child>
      <object class="GtkGrid">
        <property name="visible">True</property>
        <property name="orientation">horizontal</property>
        <property name="column-spacing">2</property>
        <property name="margin-start">8</property>
        <child>
          <object class="GtkLabel" id="bookmark_label">
            <property name="visible">True</property>
            <property name="hexpand">True</property>
            <property name="halign">start</property>
            <property name="max-width-chars">42</property>
            <property name="ellipsize">PANGO_ELLIPSIZE_START</property>
          </object>
        </child>
        <child>
          <object class="GtkButton" id="destroy_button">
            <property name="visible">True</property>
            <property name="margin">2</property>
            <property name="valign">center</property>
            <property name="vexpand">True</property>
            <style>
              <class name="image-button"/>
              <class name="circular"/>
              <class name="flat"/>
            </style>
            <child internal-child="accessible">
              <object class="AtkObject">
                <property name="AtkObject::accessible-name" translatable="yes">Remove</property>
                <property name="AtkObject::accessible-description" translatable="yes">Remove this bookmark</property>
              </object>
            </child>
            <child>
              <object class="GtkImage">
                <property name="visible">True</property>
                <property name="icon-size">1</property>
                <property name="icon-name">window-close-symbolic</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>