bump product version to 4.1.6.2
[LibreOffice.git] / sw / uiconfig / swriter / ui / insertscript.ui
blob74b24b74e9be3ef8c05bcd80ac41791fa70c0ddd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="InsertScriptDialog">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Insert Script</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="dialog-vbox1">
11 <property name="can_focus">False</property>
12 <property name="spacing">12</property>
13 <child>
14 <object class="GtkGrid" id="grid1">
15 <property name="width_request">400</property>
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="row_spacing">6</property>
19 <property name="column_spacing">12</property>
20 <child>
21 <object class="GtkLabel" id="label1">
22 <property name="visible">True</property>
23 <property name="can_focus">False</property>
24 <property name="label" translatable="yes">Script type</property>
25 </object>
26 <packing>
27 <property name="left_attach">0</property>
28 <property name="top_attach">0</property>
29 <property name="width">1</property>
30 <property name="height">1</property>
31 </packing>
32 </child>
33 <child>
34 <object class="GtkEntry" id="scripttype">
35 <property name="visible">True</property>
36 <property name="can_focus">True</property>
37 <property name="invisible_char"></property>
38 <property name="text" translatable="yes">JavaScript</property>
39 <property name="invisible_char_set">True</property>
40 </object>
41 <packing>
42 <property name="left_attach">1</property>
43 <property name="top_attach">0</property>
44 <property name="width">2</property>
45 <property name="height">1</property>
46 </packing>
47 </child>
48 <child>
49 <object class="GtkRadioButton" id="url">
50 <property name="label" translatable="yes">URL</property>
51 <property name="visible">True</property>
52 <property name="can_focus">True</property>
53 <property name="receives_default">False</property>
54 <property name="halign">start</property>
55 <property name="xalign">0</property>
56 <property name="draw_indicator">True</property>
57 <property name="group">text</property>
58 </object>
59 <packing>
60 <property name="left_attach">0</property>
61 <property name="top_attach">1</property>
62 <property name="width">1</property>
63 <property name="height">1</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkEntry" id="urlentry">
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="hexpand">True</property>
71 <property name="invisible_char"></property>
72 <property name="invisible_char_set">True</property>
73 </object>
74 <packing>
75 <property name="left_attach">1</property>
76 <property name="top_attach">1</property>
77 <property name="width">1</property>
78 <property name="height">1</property>
79 </packing>
80 </child>
81 <child>
82 <object class="GtkButton" id="browse">
83 <property name="label" translatable="yes">Browse ...</property>
84 <property name="visible">True</property>
85 <property name="can_focus">True</property>
86 <property name="receives_default">True</property>
87 <property name="halign">end</property>
88 </object>
89 <packing>
90 <property name="left_attach">2</property>
91 <property name="top_attach">1</property>
92 <property name="width">1</property>
93 <property name="height">1</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkRadioButton" id="text">
98 <property name="label" translatable="yes">Text</property>
99 <property name="visible">True</property>
100 <property name="can_focus">True</property>
101 <property name="receives_default">False</property>
102 <property name="halign">start</property>
103 <property name="xalign">0</property>
104 <property name="active">True</property>
105 <property name="draw_indicator">True</property>
106 <property name="group">url</property>
107 </object>
108 <packing>
109 <property name="left_attach">0</property>
110 <property name="top_attach">2</property>
111 <property name="width">1</property>
112 <property name="height">1</property>
113 </packing>
114 </child>
115 <child>
116 <object class="GtkScrolledWindow" id="scrolledwindow1">
117 <property name="height_request">200</property>
118 <property name="visible">True</property>
119 <property name="can_focus">True</property>
120 <property name="shadow_type">in</property>
121 <child>
122 <object class="GtkTextView" id="textentry:border">
123 <property name="visible">True</property>
124 <property name="can_focus">True</property>
125 </object>
126 </child>
127 </object>
128 <packing>
129 <property name="left_attach">0</property>
130 <property name="top_attach">3</property>
131 <property name="width">3</property>
132 <property name="height">1</property>
133 </packing>
134 </child>
135 <child>
136 <placeholder/>
137 </child>
138 <child>
139 <placeholder/>
140 </child>
141 </object>
142 <packing>
143 <property name="expand">False</property>
144 <property name="fill">True</property>
145 <property name="position">0</property>
146 </packing>
147 </child>
148 <child internal-child="action_area">
149 <object class="GtkButtonBox" id="dialog-action_area1">
150 <property name="can_focus">False</property>
151 <property name="orientation">vertical</property>
152 <property name="layout_style">start</property>
153 <child>
154 <object class="GtkButton" id="ok">
155 <property name="label">gtk-ok</property>
156 <property name="visible">True</property>
157 <property name="can_focus">True</property>
158 <property name="can_default">True</property>
159 <property name="has_default">True</property>
160 <property name="receives_default">True</property>
161 <property name="use_stock">True</property>
162 </object>
163 <packing>
164 <property name="expand">False</property>
165 <property name="fill">True</property>
166 <property name="position">0</property>
167 </packing>
168 </child>
169 <child>
170 <object class="GtkButton" id="cancel">
171 <property name="label">gtk-cancel</property>
172 <property name="visible">True</property>
173 <property name="can_focus">True</property>
174 <property name="receives_default">True</property>
175 <property name="use_stock">True</property>
176 </object>
177 <packing>
178 <property name="expand">False</property>
179 <property name="fill">True</property>
180 <property name="position">1</property>
181 </packing>
182 </child>
183 <child>
184 <object class="GtkButton" id="help">
185 <property name="label">gtk-help</property>
186 <property name="visible">True</property>
187 <property name="can_focus">True</property>
188 <property name="receives_default">True</property>
189 <property name="use_stock">True</property>
190 </object>
191 <packing>
192 <property name="expand">False</property>
193 <property name="fill">True</property>
194 <property name="position">2</property>
195 </packing>
196 </child>
197 <child>
198 <object class="GtkGrid" id="grid2">
199 <property name="visible">True</property>
200 <property name="can_focus">False</property>
201 <property name="column_spacing">6</property>
202 <property name="column_homogeneous">True</property>
203 <child>
204 <object class="GtkButton" id="previous">
205 <property name="visible">True</property>
206 <property name="can_focus">True</property>
207 <property name="receives_default">True</property>
208 <property name="image">image1</property>
209 <property name="image_position">right</property>
210 </object>
211 <packing>
212 <property name="left_attach">0</property>
213 <property name="top_attach">0</property>
214 <property name="width">1</property>
215 <property name="height">1</property>
216 </packing>
217 </child>
218 <child>
219 <object class="GtkButton" id="next">
220 <property name="visible">True</property>
221 <property name="can_focus">True</property>
222 <property name="receives_default">True</property>
223 <property name="image">image2</property>
224 </object>
225 <packing>
226 <property name="left_attach">1</property>
227 <property name="top_attach">0</property>
228 <property name="width">1</property>
229 <property name="height">1</property>
230 </packing>
231 </child>
232 </object>
233 <packing>
234 <property name="expand">False</property>
235 <property name="fill">True</property>
236 <property name="position">3</property>
237 <property name="secondary">True</property>
238 </packing>
239 </child>
240 </object>
241 <packing>
242 <property name="expand">False</property>
243 <property name="fill">True</property>
244 <property name="pack_type">end</property>
245 <property name="position">1</property>
246 </packing>
247 </child>
248 </object>
249 </child>
250 <action-widgets>
251 <action-widget response="0">ok</action-widget>
252 <action-widget response="0">cancel</action-widget>
253 <action-widget response="0">help</action-widget>
254 </action-widgets>
255 </object>
256 <object class="GtkImage" id="image1">
257 <property name="visible">True</property>
258 <property name="can_focus">False</property>
259 <property name="stock">gtk-go-back</property>
260 </object>
261 <object class="GtkImage" id="image2">
262 <property name="visible">True</property>
263 <property name="can_focus">False</property>
264 <property name="stock">gtk-go-forward</property>
265 </object>
266 </interface>