sc: factor out common code
[LibreOffice.git] / svx / uiconfig / ui / filternavigator.ui
blob8999be58f37b3cc2c5158659e0d1227964dbd763
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="svx">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name icon -->
8 <column type="GdkPixbuf"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 <!-- column-name weight -->
14 <column type="gint"/>
15 </columns>
16 </object>
17 <object class="GtkBox" id="FilterNavigator">
18 <property name="visible">True</property>
19 <property name="can-focus">False</property>
20 <property name="hexpand">True</property>
21 <property name="vexpand">True</property>
22 <child>
23 <object class="GtkScrolledWindow">
24 <property name="visible">True</property>
25 <property name="can-focus">True</property>
26 <property name="hexpand">True</property>
27 <property name="vexpand">True</property>
28 <property name="shadow-type">in</property>
29 <child>
30 <object class="GtkTreeView" id="treeview">
31 <property name="width-request">-1</property>
32 <property name="visible">True</property>
33 <property name="can-focus">True</property>
34 <property name="has-tooltip">True</property>
35 <property name="hexpand">True</property>
36 <property name="vexpand">True</property>
37 <property name="model">liststore1</property>
38 <property name="headers-visible">False</property>
39 <property name="reorderable">True</property>
40 <property name="search-column">1</property>
41 <property name="enable-tree-lines">True</property>
42 <child internal-child="selection">
43 <object class="GtkTreeSelection"/>
44 </child>
45 <child>
46 <object class="GtkTreeViewColumn" id="treeviewcolumn0">
47 <property name="visible">False</property>
48 </object>
49 </child>
50 <child>
51 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
52 <property name="spacing">6</property>
53 <child>
54 <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf"/>
55 <attributes>
56 <attribute name="pixbuf">0</attribute>
57 </attributes>
58 </child>
59 <child>
60 <object class="GtkCellRendererText" id="cellrenderertext">
61 <property name="editable">True</property>
62 </object>
63 <attributes>
64 <attribute name="text">1</attribute>
65 </attributes>
66 </child>
67 </object>
68 </child>
69 </object>
70 </child>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">True</property>
75 <property name="position">0</property>
76 </packing>
77 </child>
78 </object>
79 </interface>