<?xml version=“1.0”?> <glade-interface>

<!-- interface-requires gtk+ 2.8 -->
<!-- interface-naming-policy project-wide -->
<widget class="GtkWindow" id="window1">
  <signal name="destroy" handler="on_window1_destroy"/>
  <child>
    <widget class="GtkHBox" id="hbox1">
      <property name="visible">True</property>
      <child>
        <widget class="GtkButton" id="button1">
          <property name="label" translatable="yes">button</property>
          <property name="visible">True</property>
          <property name="can_focus">True</property>
          <property name="receives_default">True</property>
        </widget>
        <packing>
          <property name="position">0</property>
        </packing>
      </child>
      <child>
        <widget class="GtkLabel" id="label1">
          <property name="visible">True</property>
          <property name="label" translatable="yes">label</property>
        </widget>
        <packing>
          <property name="position">1</property>
        </packing>
      </child>
      <child>
        <widget class="GtkEntry" id="entry1">
          <property name="visible">True</property>
          <property name="can_focus">True</property>
          <property name="invisible_char">&#x25CF;</property>
        </widget>
        <packing>
          <property name="position">2</property>
        </packing>
      </child>
    </widget>
  </child>
</widget>

</glade-interface>