<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <object class="GtkWindow" id="window">
    <signal name="destroy" handler="on_window_destroy" swapped="no"/>
    <property name="child">
      <object class="GtkFixed" id="fixed1">
        <child>
          <object class="GtkButton" id="button1">
            <layout>
              <property name="transform">translate(36, 40)</property>
            </layout>
            <property name="label" translatable="1">May I help You?</property>
            <property name="height-request">50</property>
            <property name="focusable">1</property>
            <property name="receives-default">1</property>
            <property name="tooltip-text" translatable="1">Click Me!</property>
            <signal name="clicked" handler="on_button1_clicked" swapped="no"/>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="label1">
            <layout>
              <property name="transform">translate(40, 125)</property>
            </layout>
            <property name="width-request">205</property>
            <property name="tooltip-text" translatable="1">I am a label hiding here.</property>
            <property name="xalign">0</property>
            <attributes>
              <attribute name="font-desc" value="Sans Bold Italic 18"></attribute>
              <attribute name="foreground" value="#efef29292929"></attribute>
            </attributes>
          </object>
        </child>
      </object>
    </property>
  </object>
</interface>
