Update git submodules
[LibreOffice.git] / sw / uiconfig / swriter / ui / selectindexdialog.ui
blob9cf74044fb696b14202f804788e59bc3a1fc10fd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sw">
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 <object class="GtkDialog" id="SelectIndexDialog">
14 <property name="can_focus">False</property>
15 <property name="border_width">6</property>
16 <property name="title" translatable="yes" context="selectindexdialog|SelectIndexDialog">Index Markings</property>
17 <property name="resizable">False</property>
18 <property name="modal">True</property>
19 <property name="default_width">0</property>
20 <property name="default_height">0</property>
21 <property name="type_hint">dialog</property>
22 <child internal-child="vbox">
23 <object class="GtkBox" id="dialog-vbox1">
24 <property name="can_focus">False</property>
25 <property name="orientation">vertical</property>
26 <property name="spacing">12</property>
27 <child internal-child="action_area">
28 <object class="GtkButtonBox" id="dialog-action_area1">
29 <property name="can_focus">False</property>
30 <property name="layout_style">end</property>
31 <child>
32 <object class="GtkButton" id="ok">
33 <property name="label" translatable="yes" context="stock">_OK</property>
34 <property name="visible">True</property>
35 <property name="can_focus">True</property>
36 <property name="can_default">True</property>
37 <property name="has_default">True</property>
38 <property name="receives_default">True</property>
39 <property name="use-underline">True</property>
40 </object>
41 <packing>
42 <property name="expand">False</property>
43 <property name="fill">True</property>
44 <property name="position">0</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkButton" id="cancel">
49 <property name="label" translatable="yes" context="stock">_Cancel</property>
50 <property name="visible">True</property>
51 <property name="can_focus">True</property>
52 <property name="receives_default">True</property>
53 <property name="use-underline">True</property>
54 </object>
55 <packing>
56 <property name="expand">False</property>
57 <property name="fill">True</property>
58 <property name="position">1</property>
59 </packing>
60 </child>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">True</property>
65 <property name="pack_type">end</property>
66 <property name="position">0</property>
67 </packing>
68 </child>
69 <child>
70 <object class="GtkFrame" id="frame">
71 <property name="visible">True</property>
72 <property name="can_focus">False</property>
73 <property name="hexpand">True</property>
74 <property name="vexpand">True</property>
75 <property name="label_xalign">0</property>
76 <property name="shadow_type">none</property>
77 <child>
78 <object class="GtkBox" id="box1">
79 <property name="visible">True</property>
80 <property name="can_focus">False</property>
81 <property name="orientation">vertical</property>
82 <property name="spacing">12</property>
83 <property name="margin-start">12</property>
84 <property name="margin-top">6</property>
85 <child>
86 <object class="GtkLabel" id="type">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="use_underline">True</property>
90 <property name="mnemonic_widget">treeview</property>
91 <property name="xalign">0</property>
92 </object>
93 <packing>
94 <property name="expand">False</property>
95 <property name="fill">True</property>
96 <property name="position">0</property>
97 </packing>
98 </child>
99 <child>
100 <object class="GtkScrolledWindow">
101 <property name="visible">True</property>
102 <property name="can_focus">True</property>
103 <property name="hexpand">True</property>
104 <property name="vexpand">True</property>
105 <property name="shadow_type">in</property>
106 <child>
107 <object class="GtkTreeView" id="treeview">
108 <property name="visible">True</property>
109 <property name="can_focus">True</property>
110 <property name="vexpand">True</property>
111 <property name="model">liststore1</property>
112 <property name="headers_visible">False</property>
113 <property name="headers_clickable">False</property>
114 <property name="search_column">0</property>
115 <property name="show_expanders">False</property>
116 <child internal-child="selection">
117 <object class="GtkTreeSelection" id="treeview-selection1"/>
118 </child>
119 <child>
120 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
121 <child>
122 <object class="GtkCellRendererText" id="cellrenderertext1"/>
123 <attributes>
124 <attribute name="text">0</attribute>
125 </attributes>
126 </child>
127 </object>
128 </child>
129 </object>
130 </child>
131 </object>
132 <packing>
133 <property name="expand">False</property>
134 <property name="fill">True</property>
135 <property name="position">1</property>
136 </packing>
137 </child>
138 </object>
139 </child>
140 <child type="label">
141 <object class="GtkLabel" id="label1">
142 <property name="visible">True</property>
143 <property name="can_focus">False</property>
144 <property name="label" translatable="yes" context="selectindexdialog|label1">Selection</property>
145 <attributes>
146 <attribute name="weight" value="bold"/>
147 </attributes>
148 </object>
149 </child>
150 </object>
151 <packing>
152 <property name="expand">False</property>
153 <property name="fill">True</property>
154 <property name="position">1</property>
155 </packing>
156 </child>
157 </object>
158 </child>
159 <action-widgets>
160 <action-widget response="-5">ok</action-widget>
161 <action-widget response="-6">cancel</action-widget>
162 </action-widgets>
163 <child type="titlebar">
164 <placeholder/>
165 </child>
166 <child internal-child="accessible">
167 <object class="AtkObject" id="SelectIndexDialog-atkobject">
168 <property name="AtkObject::accessible-description" translatable="yes" context="selectindexdialog|extended_tip|SelectIndexDialog">Edits the selected index entry. Click in front of or in the index entry, and then choose this command.</property>
169 </object>
170 </child>
171 </object>
172 </interface>