Avoid potential negative array index access to cached text.
[LibreOffice.git] / basctl / uiconfig / basicide / ui / dockingstack.ui
blob90d7146940da1f2ab7c6b21229eafe68854d207d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="basctl">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name text -->
8 <column type="gchararray"/>
9 <!-- column-name id -->
10 <column type="gchararray"/>
11 </columns>
12 </object>
13 <!-- n-columns=1 n-rows=1 -->
14 <object class="GtkGrid" id="DockingStack">
15 <property name="visible">True</property>
16 <property name="can_focus">False</property>
17 <property name="hexpand">True</property>
18 <property name="vexpand">True</property>
19 <property name="row_spacing">6</property>
20 <property name="column_spacing">12</property>
21 <child>
22 <object class="GtkScrolledWindow">
23 <property name="visible">True</property>
24 <property name="can_focus">True</property>
25 <property name="hexpand">True</property>
26 <property name="vexpand">True</property>
27 <property name="shadow_type">in</property>
28 <child>
29 <object class="GtkTreeView" id="stack">
30 <property name="visible">True</property>
31 <property name="can_focus">True</property>
32 <property name="receives_default">True</property>
33 <property name="hexpand">True</property>
34 <property name="vexpand">True</property>
35 <property name="model">liststore1</property>
36 <property name="headers_visible">False</property>
37 <property name="search_column">1</property>
38 <property name="enable_tree_lines">True</property>
39 <child internal-child="selection">
40 <object class="GtkTreeSelection"/>
41 </child>
42 <child>
43 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
44 <child>
45 <object class="GtkCellRendererText" id="cellrenderertext2"/>
46 <attributes>
47 <attribute name="text">0</attribute>
48 </attributes>
49 </child>
50 </object>
51 </child>
52 </object>
53 </child>
54 </object>
55 <packing>
56 <property name="left_attach">0</property>
57 <property name="top_attach">1</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkLabel" id="title">
62 <property name="visible">True</property>
63 <property name="can_focus">False</property>
64 <property name="use_underline">True</property>
65 <property name="mnemonic_widget">stack</property>
66 <property name="xalign">0</property>
67 </object>
68 <packing>
69 <property name="left_attach">0</property>
70 <property name="top_attach">0</property>
71 </packing>
72 </child>
73 </object>
74 </interface>