1 <?xml version=
"1.0" encoding=
"UTF-8"?>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
122 <object class=
"GtkTextView" id=
"textentry:border">
123 <property name=
"visible">True
</property>
124 <property name=
"can_focus">True
</property>
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>
143 <property name=
"expand">False
</property>
144 <property name=
"fill">True
</property>
145 <property name=
"position">0</property>
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>
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>
164 <property name=
"expand">False
</property>
165 <property name=
"fill">True
</property>
166 <property name=
"position">0</property>
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>
178 <property name=
"expand">False
</property>
179 <property name=
"fill">True
</property>
180 <property name=
"position">1</property>
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>
192 <property name=
"expand">False
</property>
193 <property name=
"fill">True
</property>
194 <property name=
"position">2</property>
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>
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>
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>
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>
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>
234 <property name=
"expand">False
</property>
235 <property name=
"fill">True
</property>
236 <property name=
"position">3</property>
237 <property name=
"secondary">True
</property>
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>
251 <action-widget response=
"0">ok
</action-widget>
252 <action-widget response=
"0">cancel
</action-widget>
253 <action-widget response=
"0">help
</action-widget>
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>
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>