Skip to content
Snippets Groups Projects
interface.ui 8.8 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.10"/>
  <object class="GtkAboutDialog" id="about">
    <property name="can_focus">False</property>
    <property name="type_hint">dialog</property>
    <property name="program_name">Rugby</property>
Bruce Cowan's avatar
Bruce Cowan committed
    <property name="copyright" translatable="yes">Copyright © 2012-2017 Bruce Cowan</property>
    <property name="logo_icon_name">image-missing</property>
    <property name="license_type">lgpl-3-0</property>
    <child internal-child="vbox">
Bruce Cowan's avatar
Bruce Cowan committed
      <object class="GtkBox">
        <property name="can_focus">False</property>
        <property name="orientation">vertical</property>
        <property name="spacing">2</property>
        <child internal-child="action_area">
Bruce Cowan's avatar
Bruce Cowan committed
          <object class="GtkButtonBox">
            <property name="can_focus">False</property>
            <property name="layout_style">end</property>
Bruce Cowan's avatar
Bruce Cowan committed
            <child>
              <placeholder/>
            </child>
            <child>
              <placeholder/>
            </child>
          </object>
          <packing>
            <property name="expand">False</property>
Bruce Cowan's avatar
Bruce Cowan committed
            <property name="fill">False</property>
            <property name="position">0</property>
          </packing>
        </child>
        <child>
          <placeholder/>
        </child>
      </object>
    </child>
Bruce Cowan's avatar
Bruce Cowan committed
    <child>
      <placeholder/>
    </child>
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">300</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>
Bruce Cowan's avatar
Bruce Cowan committed
        <child>
Bruce Cowan's avatar
Bruce Cowan committed
          <object class="GtkTreeView" id="treeview">
Bruce Cowan's avatar
Bruce Cowan committed
            <property name="visible">True</property>
            <property name="can_focus">True</property>
Bruce Cowan's avatar
Bruce Cowan committed
            <child internal-child="selection">
              <object class="GtkTreeSelection"/>
            </child>
Bruce Cowan's avatar
Bruce Cowan committed
          </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="can_focus">True</property>
                    <signal name="notify::active" handler="tryfilter_active_cb" swapped="no"/>
                  </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="can_focus">True</property>
                    <signal name="notify::active" handler="kickfilter_active_cb" swapped="no"/>
                  </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>