Get the style color and number just once
[LibreOffice.git] / basctl / uiconfig / basicide / ui / dockingorganizer.ui
blobf0e05055d1be3ad5ba10fc8bbc78f70ad70b20e9
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 expander -->
8 <column type="GdkPixbuf"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 </columns>
14 </object>
15 <!-- n-columns=1 n-rows=1 -->
16 <object class="GtkGrid" id="DockingOrganizer">
17 <property name="visible">True</property>
18 <property name="can_focus">False</property>
19 <property name="hexpand">True</property>
20 <property name="vexpand">True</property>
21 <property name="row_spacing">6</property>
22 <property name="column_spacing">12</property>
23 <child>
24 <object class="GtkScrolledWindow">
25 <property name="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="hexpand">True</property>
28 <property name="vexpand">True</property>
29 <property name="shadow_type">in</property>
30 <child>
31 <object class="GtkTreeView" id="libraries">
32 <property name="visible">True</property>
33 <property name="can_focus">True</property>
34 <property name="receives_default">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="search_column">1</property>
40 <property name="enable_tree_lines">True</property>
41 <child internal-child="selection">
42 <object class="GtkTreeSelection"/>
43 </child>
44 <child>
45 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
46 <property name="spacing">6</property>
47 <child>
48 <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
49 <attributes>
50 <attribute name="pixbuf">0</attribute>
51 </attributes>
52 </child>
53 <child>
54 <object class="GtkCellRendererText" id="cellrenderertext2"/>
55 <attributes>
56 <attribute name="text">1</attribute>
57 </attributes>
58 </child>
59 </object>
60 </child>
61 </object>
62 </child>
63 </object>
64 <packing>
65 <property name="left_attach">0</property>
66 <property name="top_attach">1</property>
67 </packing>
68 </child>
69 <child>
70 <object class="GtkLabel" id="title">
71 <property name="visible">True</property>
72 <property name="can_focus">False</property>
73 <property name="use_underline">True</property>
74 <property name="mnemonic_widget">libraries</property>
75 </object>
76 <packing>
77 <property name="left_attach">0</property>
78 <property name="top_attach">0</property>
79 </packing>
80 </child>
81 </object>
82 </interface>