tdf#161411 - UI: Add Better wording for ASCII-only characters
[LibreOffice.git] / dbaccess / uiconfig / ui / tablelistbox.ui
blob8484dcde4a71df5f9058c37c4a9142a174e5a8ef
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="dba">
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 <object class="GtkBox" id="TableListBox">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="hexpand">True</property>
19 <property name="vexpand">True</property>
20 <property name="border_width">0</property>
21 <property name="spacing">12</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="visible">True</property>
32 <property name="can_focus">True</property>
33 <property name="receives_default">True</property>
34 <property name="hexpand">True</property>
35 <property name="vexpand">True</property>
36 <property name="model">liststore1</property>
37 <property name="headers_visible">False</property>
38 <property name="reorderable">True</property>
39 <property name="search_column">1</property>
40 <property name="show-expanders">False</property>
41 <child internal-child="selection">
42 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
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="expand">False</property>
66 <property name="fill">True</property>
67 <property name="position">0</property>
68 </packing>
69 </child>
70 </object>
71 </interface>