Skip to content
Snippets Groups Projects
interface.ui 7.31 KiB
Newer Older
Bruce Cowan's avatar
Bruce Cowan committed
<?xml version="1.0" encoding="UTF-8"?>
Bruce Cowan's avatar
Bruce Cowan committed
<!-- Generated with glade 3.20.2 -->
Bruce Cowan's avatar
Bruce Cowan committed
<interface>
Bruce Cowan's avatar
Bruce Cowan committed
  <requires lib="gtk+" version="3.16"/>
Bruce Cowan's avatar
Bruce Cowan committed
  <object class="GtkAdjustment" id="adjustment1">
    <property name="upper">200</property>
Bruce Cowan's avatar
Bruce Cowan committed
    <property name="step_increment">1</property>
Bruce Cowan's avatar
Bruce Cowan committed
    <property name="page_increment">10</property>
Bruce Cowan's avatar
Bruce Cowan committed
  </object>
Bruce Cowan's avatar
Bruce Cowan committed
  <object class="GtkAdjustment" id="adjustment2">
    <property name="upper">20</property>
Bruce Cowan's avatar
Bruce Cowan committed
    <property name="step_increment">1</property>
Bruce Cowan's avatar
Bruce Cowan committed
    <property name="page_increment">10</property>
Bruce Cowan's avatar
Bruce Cowan committed
  </object>
Bruce Cowan's avatar
Bruce Cowan committed
  <object class="GtkAdjustment" id="adjustment3">
    <property name="upper">20</property>
Bruce Cowan's avatar
Bruce Cowan committed
    <property name="step_increment">1</property>
Bruce Cowan's avatar
Bruce Cowan committed
    <property name="page_increment">10</property>
Bruce Cowan's avatar
Bruce Cowan committed
  </object>
Bruce Cowan's avatar
Bruce Cowan committed
  <template class="RugbyAppWindow" parent="GtkApplicationWindow">
Bruce Cowan's avatar
Bruce Cowan committed
    <property name="can_focus">False</property>
    <child>
Bruce Cowan's avatar
Bruce Cowan committed
      <object class="GtkScrolledWindow">
        <property name="height_request">400</property>
Bruce Cowan's avatar
Bruce Cowan committed
        <property name="visible">True</property>
Bruce Cowan's avatar
Bruce Cowan committed
        <property name="can_focus">True</property>
        <property name="shadow_type">in</property>
        <child>
          <object class="GtkListBox" id="listbox">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
          </object>
        </child>
Bruce Cowan's avatar
Bruce Cowan committed
      </object>
    </child>
    <child type="titlebar">
      <object class="GtkHeaderBar">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="show_close_button">True</property>
        <child type="title">
          <object class="GtkBox">
Bruce Cowan's avatar
Bruce Cowan committed
            <property name="visible">True</property>
Bruce Cowan's avatar
Bruce Cowan committed
            <property name="can_focus">False</property>
            <property name="spacing">6</property>
Bruce Cowan's avatar
Bruce Cowan committed
            <child>
Bruce Cowan's avatar
Bruce Cowan committed
              <object class="GtkLabel">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
                <property name="label" translatable="yes">Score:</property>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="fill">True</property>
                <property name="position">0</property>
              </packing>
            </child>
            <child>
              <object class="GtkSpinButton">
                <property name="visible">True</property>
Bruce Cowan's avatar
Bruce Cowan committed
                <property name="can_focus">True</property>
Bruce Cowan's avatar
Bruce Cowan committed
                <property name="text" translatable="yes">0</property>
                <property name="adjustment">adjustment1</property>
                <signal name="value-changed" handler="scorespin_value_changed_cb" swapped="no"/>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="fill">True</property>
                <property name="position">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkGrid">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
                <property name="hexpand">True</property>
                <property name="column_spacing">6</property>
                <child>
                  <object class="GtkLabel">
                    <property name="visible">True</property>
                    <property name="can_focus">False</property>
                    <property name="halign">end</property>
                    <property name="label" translatable="yes">Kick filter:</property>
                  </object>
                  <packing>
                    <property name="left_attach">0</property>
                    <property name="top_attach">1</property>
                  </packing>
                </child>
                <child>
                  <object class="GtkLabel">
                    <property name="visible">True</property>
                    <property name="can_focus">False</property>
                    <property name="halign">end</property>
                    <property name="label" translatable="yes">Try filter:</property>
                  </object>
                  <packing>
                    <property name="left_attach">0</property>
                    <property name="top_attach">0</property>
                  </packing>
                </child>
                <child>
                  <object class="GtkSwitch" id="tryfilter">
                    <property name="visible">True</property>
                    <property name="sensitive">False</property>
Bruce Cowan's avatar
Bruce Cowan committed
                    <property name="can_focus">True</property>
                  </object>
                  <packing>
                    <property name="left_attach">1</property>
                    <property name="top_attach">0</property>
                  </packing>
                </child>
                <child>
                  <object class="GtkSwitch" id="kickfilter">
                    <property name="visible">True</property>
                    <property name="sensitive">False</property>
Bruce Cowan's avatar
Bruce Cowan committed
                    <property name="can_focus">True</property>
                  </object>
                  <packing>
                    <property name="left_attach">1</property>
                    <property name="top_attach">1</property>
                  </packing>
                </child>
                <child>
                  <object class="GtkScale" id="tryscale">
                    <property name="visible">True</property>
                    <property name="sensitive">False</property>
                    <property name="can_focus">True</property>
                    <property name="hexpand">True</property>
                    <property name="adjustment">adjustment2</property>
                    <property name="round_digits">1</property>
                    <property name="digits">0</property>
                    <signal name="value-changed" handler="scale_value_changed_cb" swapped="no"/>
                  </object>
                  <packing>
                    <property name="left_attach">2</property>
                    <property name="top_attach">0</property>
                  </packing>
                </child>
                <child>
                  <object class="GtkScale" id="kickscale">
                    <property name="visible">True</property>
                    <property name="sensitive">False</property>
                    <property name="can_focus">True</property>
                    <property name="hexpand">True</property>
                    <property name="adjustment">adjustment3</property>
                    <property name="round_digits">1</property>
                    <property name="digits">0</property>
                    <signal name="value-changed" handler="scale_value_changed_cb" swapped="no"/>
                  </object>
                  <packing>
                    <property name="left_attach">2</property>
                    <property name="top_attach">1</property>
                  </packing>
Bruce Cowan's avatar
Bruce Cowan committed
                </child>
              </object>
Bruce Cowan's avatar
Bruce Cowan committed
              <packing>
                <property name="expand">False</property>
                <property name="fill">True</property>
                <property name="position">2</property>
              </packing>
Bruce Cowan's avatar
Bruce Cowan committed
            </child>
          </object>
Bruce Cowan's avatar
Bruce Cowan committed
        </child>
Bruce Cowan's avatar
Bruce Cowan committed
      </object>
    </child>
Bruce Cowan's avatar
Bruce Cowan committed
  </template>
Bruce Cowan's avatar
Bruce Cowan committed
</interface>