<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
  <requires lib="gtk+" version="3.20"/>
  <object class="GtkAdjustment" id="adjustment1">
    <property name="upper">100</property>
    <property name="step_increment">1</property>
    <property name="page_increment">10</property>
  </object>
  <object class="GtkListStore" id="liststore1">
    <columns>
      <!-- column-name gchararray1 -->
      <column type="gchararray"/>
    </columns>
    <data>
      <row>
        <col id="0" translatable="yes">test1</col>
      </row>
      <row>
        <col id="0" translatable="yes">test2</col>
      </row>
      <row>
        <col id="0" translatable="yes">test3</col>
      </row>
    </data>
  </object>
  <object class="GtkWindow" id="window">
    <property name="can_focus">False</property>
    <child>
      <placeholder/>
    </child>
    <child>
      <object class="GtkFixed" id="fixed1">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <child>
          <object class="GtkButton" id="button1">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <property name="tooltip_text" translatable="yes">Click Me!</property>
            <property name="always_show_image">True</property>
            <signal name="clicked" handler="on_button1_clicked" swapped="no"/>
            <child>
              <object class="GtkImage" id="floppy">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
                <property name="stock">gtk-floppy</property>
                <property name="icon_size">6</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="x">10</property>
            <property name="y">7</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="label1">
            <property name="width_request">205</property>
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="tooltip_text" translatable="yes">I am a label hiding here.</property>
            <property name="label" translatable="yes">label 1</property>
            <attributes>
              <attribute name="font-desc" value="Sans Bold Italic 10"/>
              <attribute name="foreground" value="#efef29292929"/>
            </attributes>
          </object>
          <packing>
            <property name="x">197</property>
            <property name="y">216</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="label2">
            <property name="width_request">205</property>
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="label" translatable="yes">label2</property>
          </object>
          <packing>
            <property name="x">197</property>
            <property name="y">238</property>
          </packing>
        </child>
        <child>
          <object class="GtkRadioButton" id="radio1">
            <property name="label" translatable="yes">radio button</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">False</property>
            <property name="active">True</property>
            <property name="draw_indicator">True</property>
            <signal name="toggled" handler="on_radio1_toggled" swapped="no"/>
          </object>
          <packing>
            <property name="x">240</property>
            <property name="y">18</property>
          </packing>
        </child>
        <child>
          <object class="GtkRadioButton" id="radio2">
            <property name="label" translatable="yes">radio button</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">False</property>
            <property name="active">True</property>
            <property name="draw_indicator">True</property>
            <property name="group">radio1</property>
            <signal name="toggled" handler="on_radio2_toggled" swapped="no"/>
          </object>
          <packing>
            <property name="x">241</property>
            <property name="y">44</property>
          </packing>
        </child>
        <child>
          <object class="GtkRadioButton" id="radio3">
            <property name="label" translatable="yes">radio button</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">False</property>
            <property name="active">True</property>
            <property name="draw_indicator">True</property>
            <property name="group">radio1</property>
            <signal name="toggled" handler="on_radio3_toggled" swapped="no"/>
          </object>
          <packing>
            <property name="x">240</property>
            <property name="y">72</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="check1">
            <property name="label" translatable="yes">check button</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">False</property>
            <property name="draw_indicator">True</property>
            <signal name="toggled" handler="on_check1_toggled" swapped="no"/>
          </object>
          <packing>
            <property name="x">240</property>
            <property name="y">100</property>
          </packing>
        </child>
        <child>
          <object class="GtkToggleButton" id="toggle1">
            <property name="label" translatable="yes">toggle button</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <signal name="toggled" handler="on_toggle1_toggled" swapped="no"/>
          </object>
          <packing>
            <property name="x">10</property>
            <property name="y">73</property>
          </packing>
        </child>
        <child>
          <object class="GtkSpinButton" id="spin1">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="adjustment">adjustment1</property>
          </object>
          <packing>
            <property name="x">10</property>
            <property name="y">110</property>
          </packing>
        </child>
        <child>
          <object class="GtkSwitch" id="switch1">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="tooltip_text" translatable="yes">Switch!</property>
            <signal name="state-set" handler="on_switch1_state_set" swapped="no"/>
          </object>
          <packing>
            <property name="x">10</property>
            <property name="y">148</property>
          </packing>
        </child>
        <child>
          <object class="GtkComboBox" id="combo1">
            <property name="width_request">113</property>
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="model">liststore1</property>
            <property name="active">1</property>
            <property name="has_entry">True</property>
            <property name="entry_text_column">0</property>
            <signal name="changed" handler="on_combo1_changed" swapped="no"/>
            <child internal-child="entry">
              <object class="GtkEntry" id="entry1">
                <property name="can_focus">False</property>
                <property name="primary_icon_stock">gtk-delete</property>
                <property name="placeholder_text" translatable="yes">select an item</property>
                <signal name="changed" handler="on_entry1_changed" swapped="no"/>
              </object>
            </child>
          </object>
          <packing>
            <property name="x">10</property>
            <property name="y">186</property>
          </packing>
        </child>
      </object>
    </child>
  </object>
</interface>
