Skip to content
Snippets Groups Projects
interface.ui 2.36 KiB
Newer Older
Bruce Cowan's avatar
Bruce Cowan committed
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
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
  <template class="RugbyAppWindow" parent="GtkApplicationWindow">
Bruce Cowan's avatar
Bruce Cowan committed
    <property name="can_focus">False</property>
Bruce Cowan's avatar
Bruce Cowan committed
    <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>
Bruce Cowan's avatar
Bruce Cowan committed
          </object>
Bruce Cowan's avatar
Bruce Cowan committed
        </child>
Bruce Cowan's avatar
Bruce Cowan committed
      </object>
    </child>
    <child>
      <object class="GtkListBox" id="listbox">
        <property name="height_request">400</property>
        <property name="visible">True</property>
        <property name="can_focus">False</property>
      </object>
    </child>
Bruce Cowan's avatar
Bruce Cowan committed
  </template>
Bruce Cowan's avatar
Bruce Cowan committed
</interface>