summaryrefslogtreecommitdiff
path: root/data/ui/FilterView.ui
blob: 36816ae8ccb19dcf7d1dc87a40d11133b1c5c982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="FilterView" parent="GtkTreeView">
    <property name="activate-on-single-click">True</property>
    <property name="enable-search">False</property>
    <property name="headers-visible">False</property>
    <property name="visible">True</property>
    <signal name="row-activated" handler="_on_row_activated"/>
    <child internal-child="selection">
      <object class="GtkTreeSelection">
        <property name="mode">none</property>
      </object>
    </child>
  </template>
</interface>