<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<interface>
  <requires lib="gtk+" version="3.22"/>
  <object class="GtkListStore" id="liststore_print_invoice">
    <columns>
      <!-- column-name title -->
      <column type="gchararray"/>
      <!-- column-name guid -->
      <column type="gchararray"/>
      <!-- column-name missing -->
      <column type="gboolean"/>
    </columns>
  </object>
  <object class="GtkListStore" id="taxtable_store">
    <columns>
      <!-- column-name taxtable_name -->
      <column type="gchararray"/>
      <!-- column-name taxtable_value -->
      <column type="gpointer"/>
    </columns>
  </object>
  <object class="GtkWindow" id="dummy_toplevel_window">
    <property name="can-focus">False</property>
    <child>
      <object class="GtkComboBox" id="taxtable_menu">
        <property name="visible">True</property>
        <property name="can-focus">False</property>
        <property name="model">taxtable_store</property>
        <child>
          <object class="GtkCellRendererText" id="taxtable_cell_renderer_text"/>
          <attributes>
            <attribute name="text">0</attribute>
          </attributes>
        </child>
      </object>
    </child>
  </object>
</interface>
