Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkPopover" id="popover">
    <style>
      <class name="dzlmenubutton"/>
    </style>
    <child>
      <object class="DzlBox" id="popover_box">
        <property name="orientation">vertical</property>
        <property name="visible">true</property>
      </object>
    </child>
  </object>
  <template class="DzlMenuButton" parent="GtkMenuButton">
    <property name="popover">popover</property>
    <style>
      <class name="dzlmenubutton"/>
    </style>
    <child>
      <object class="GtkBox">
        <property name="halign">center</property>
        <property name="orientation">horizontal</property>
        <property name="spacing">6</property>
        <property name="visible">true</property>
        <style>
          <class name="image-button"/>
        </style>
        <child>
          <object class="GtkImage" id="image">
            <property name="visible">true</property>
          </object>
        </child>
        <child>
          <object class="GtkImage" id="pan_down_image">
            <property name="icon-name">pan-down-symbolic</property>
            <style>
              <class name="arrow"/>
            </style>
          </object>
        </child>
      </object>
    </child>
  </template>
  <object class="GtkSizeGroup" id="text_size_group">
    <property name="mode">horizontal</property>
  </object>
</interface>