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

<!-- interface-requires gtk+ 2.16 -->
<!-- interface-naming-policy project-wide -->
<widget class="GtkWindow" id="window">
  <property name="title" translatable="yes">Edit application</property>
  <property name="window_position">center</property>
  <property name="default_width">640</property>
  <property name="default_height">480</property>
  <signal name="destroy" handler="on_window_destroy"/>
  <child>
    <widget class="GtkVBox" id="vbox1">
      <property name="visible">True</property>
      <child>
        <widget class="GtkFrame" id="frame1">
          <property name="visible">True</property>
          <property name="label_xalign">0</property>
          <property name="shadow_type">none</property>
          <child>
            <widget class="GtkAlignment" id="alignment1">
              <property name="visible">True</property>
              <property name="left_padding">12</property>
              <child>
                <widget class="GtkTable" id="table1">
                  <property name="visible">True</property>
                  <property name="n_columns">2</property>
                  <property name="column_spacing">3</property>
                  <property name="row_spacing">3</property>
                  <child>
                    <widget class="GtkLabel" id="label2">
                      <property name="visible">True</property>
                      <property name="xalign">0</property>
                      <property name="label" translatable="yes">Title</property>
                    </widget>
                    <packing>
                      <property name="x_options">GTK_FILL</property>
                      <property name="y_options">GTK_FILL</property>
                    </packing>
                  </child>
                  <child>
                    <widget class="GtkEntry" id="txtTitle">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="invisible_char">&#x25CF;</property>
                    </widget>
                    <packing>
                      <property name="left_attach">1</property>
                      <property name="right_attach">2</property>
                    </packing>
                  </child>
                </widget>
              </child>
            </widget>
          </child>
          <child>
            <widget class="GtkLabel" id="label1">
              <property name="visible">True</property>
              <property name="label" translatable="yes">&lt;b&gt;Enter information and save&lt;/b&gt;</property>
              <property name="use_markup">True</property>
            </widget>
            <packing>
              <property name="type">label_item</property>
            </packing>
          </child>
        </widget>
        <packing>
          <property name="expand">False</property>
          <property name="position">0</property>
        </packing>
      </child>
      <child>
        <widget class="GtkHButtonBox" id="hbuttonbox1">
          <property name="visible">True</property>
          <property name="spacing">4</property>
          <property name="layout_style">end</property>
          <child>
            <widget class="GtkButton" id="btnSave">
              <property name="label">gtk-save</property>
              <property name="visible">True</property>
              <property name="can_focus">True</property>
              <property name="receives_default">True</property>
              <property name="use_stock">True</property>
              <signal name="clicked" handler="on_btnSave_clicked"/>
            </widget>
            <packing>
              <property name="expand">False</property>
              <property name="fill">False</property>
              <property name="position">0</property>
            </packing>
          </child>
          <child>
            <widget class="GtkButton" id="btnCancel">
              <property name="label">gtk-cancel</property>
              <property name="visible">True</property>
              <property name="can_focus">True</property>
              <property name="receives_default">True</property>
              <property name="use_stock">True</property>
              <signal name="clicked" handler="on_btnCancel_clicked"/>
            </widget>
            <packing>
              <property name="expand">False</property>
              <property name="fill">False</property>
              <property name="position">1</property>
            </packing>
          </child>
        </widget>
        <packing>
          <property name="expand">False</property>
          <property name="padding">4</property>
          <property name="position">1</property>
        </packing>
      </child>
      <child>
        <widget class="GtkFrame" id="frame2">
          <property name="visible">True</property>
          <property name="label_xalign">0</property>
          <property name="shadow_type">none</property>
          <child>
            <widget class="GtkAlignment" id="alignment2">
              <property name="visible">True</property>
              <property name="left_padding">12</property>
              <child>
                <widget class="GtkViewport" id="viewport1">
                  <property name="visible">True</property>
                  <property name="resize_mode">queue</property>
                  <child>
                    <widget class="GtkScrolledWindow" id="scrolledwindow1">
                      <property name="visible">True</property>
                      <property name="can_focus">True</property>
                      <property name="hscrollbar_policy">automatic</property>
                      <property name="vscrollbar_policy">automatic</property>
                      <child>
                        <widget class="GtkTreeView" id="tvTest">
                          <property name="visible">True</property>
                          <property name="can_focus">True</property>
                          <signal name="row_activated" handler="on_tvTest_row_activated"/>
                        </widget>
                      </child>
                    </widget>
                  </child>
                </widget>
              </child>
            </widget>
          </child>
          <child>
            <widget class="GtkLabel" id="label3">
              <property name="visible">True</property>
              <property name="label" translatable="yes">&lt;b&gt;TreeView test&lt;/b&gt;</property>
              <property name="use_markup">True</property>
            </widget>
            <packing>
              <property name="type">label_item</property>
            </packing>
          </child>
        </widget>
        <packing>
          <property name="position">2</property>
        </packing>
      </child>
    </widget>
  </child>
</widget>

</glade-interface>