Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
  <requires lib="gtk+" version="3.16"/>
  <template class="HistoryEntry" parent="GtkListBoxRow">
    <property name="can_focus">False</property>
    <child>
      <object class="GtkGrid" id="Grid">
        <property name="visible">True</property>
        <property name="margin_start">12</property>
        <property name="margin_end">16</property>
        <property name="can_focus">False</property>
        <property name="column_homogeneous">True</property>
        <child>
          <object class="GtkEventBox" id="equation_eventbox">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <signal name="button-press-event" handler="equation_clicked_cb" swapped="no"/>
            <style>
              <class name="equation-label"/>
            </style>
            <child>
              <object class="GtkLabel" id="equation_label">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
                <property name="ellipsize">end</property>
                <property name="xalign">0.0</property>
                <property name="yalign">0.5</property>
                <property name="max_width_chars">1</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left_attach">0</property>
            <property name="top_attach">0</property>
            <property name="width">4</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="equation_symbol">
            <property name="label">=</property>
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="xalign">0.5</property>
            <property name="yalign">0.5</property>
            <property name="max_width_chars">1</property>
            <style>
              <class name="equation-symbol"/>
            </style>
          </object>
          <packing>
            <property name="left_attach">4</property>
            <property name="top_attach">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkEventBox" id="answer_eventbox">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <signal name="button-press-event" handler="answer_clicked_cb" swapped="no"/>
            <style>
              <class name="answer-label"/>
            </style>
            <child>
              <object class="GtkLabel" id="answer_label">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
                <property name="ellipsize">end</property>
                <property name="xalign">1.0</property>
                <property name="yalign">0.5</property>
                <property name="max_width_chars">12</property>
                <attributes>
                  <attribute name="weight" value="bold"/>
                </attributes>
              </object>
            </child>
          </object>
          <packing>
            <property name="left_attach">5</property>
            <property name="top_attach">0</property>
            <property name="width">2</property>
          </packing>
        </child>
      </object>
    </child>
    <style>
      <class name="history-entry"/>
    </style>
  </template>
</interface>