gladis4 0.1.0

Easily import Glade-generated UI files into Rust code.
<?xml version="1.0" encoding="UTF-8"?>

<!-- Generated with glade 3.38.1 -->
<interface>
  <requires lib="gtk+" version="3.24"/>
  <object class="GtkApplicationWindow" id="window">
    <property name="title">Simple App</property>
    <property name="default-width">300</property>
    <property name="default-height">100</property>
    <child>
      <object class="GtkBox">
        <property name="orientation">vertical</property>
        <property name="margin-top">5</property>
        <property name="margin-bottom">5</property>
        <property name="margin-end">5</property>
        <property name="margin-start">5</property>
        <property name="spacing">5</property>
        <child>
          <object class="GtkButton" id="plus_button">
            <property name="label" translatable="yes">Increment</property>
          </object>
        </child>
        <child>
          <object class="GtkButton" id="minus_button">
            <property name="label" translatable="yes">Decrement</property>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="counter_label">
            <property name="label" translatable="yes">0</property>
            <property name="margin-top">5</property>
            <property name="margin-bottom">5</property>
            <property name="margin-end">5</property>
            <property name="margin-start">5</property>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>