<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
  <requires lib="gtk+" version="3.20"/>
  <object class="GtkWindow" id="window">
    <property name="can_focus">False</property>
    <property name="title" translatable="yes">Glade Cook Book</property>
    <child>
      <placeholder/>
    </child>
    <child>
      <object class="GtkFixed" id="fixed1">
        <property name="width_request">360</property>
        <property name="height_request">300</property>
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <child>
          <object class="GtkButton" id="button1">
            <property name="label" translatable="yes">Button that does something</property>
            <property name="width_request">160</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <property name="tooltip_text" translatable="yes">This button does something when you click it. This is a static tooltip to tell you what it does. This tooltip will pop up and annoy you every time you mouse-over this button even though you already know what this stupid button does.</property>
            <signal name="clicked" handler="on_button1_clicked" swapped="no"/>
          </object>
          <packing>
            <property name="x">100</property>
            <property name="y">28</property>
          </packing>
        </child>
        <child>
          <object class="GtkToggleButton" id="Tips">
            <property name="label" translatable="yes">Tool Tips Off</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <signal name="toggled" handler="on_Tips_toggled" swapped="no"/>
          </object>
          <packing>
            <property name="x">144</property>
            <property name="y">121</property>
          </packing>
        </child>
        <child>
          <object class="GtkButton" id="button2">
            <property name="label" translatable="yes">Another button that does something</property>
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <property name="has_tooltip">True</property>
            <signal name="clicked" handler="on_button2_clicked" swapped="no"/>
            <signal name="query-tooltip" handler="on_button2_query_tooltip" swapped="no"/>
          </object>
          <packing>
            <property name="x">77</property>
            <property name="y">73</property>
          </packing>
        </child>
      </object>
    </child>
  </object>
</interface>
