~ubuntu-branches/ubuntu/trusty/xiphos/trusty

« back to all changes in this revision

Viewing changes to ui/bookmarks.gtkbuilder

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs, Dmitrijs Ledkovs
  • Date: 2012-03-11 18:43:32 UTC
  • mfrom: (17.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120311184332-splq3ecpx7tyi87d
Tags: 3.1.5+dfsg-1
[ Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> ]  
* New upstream release.
* Build using webkit backend
* Contains unpacked source for waf binary (Closes: #654511)
* Update debian/copyright to latest specification

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--*- mode: xml -*-->
 
3
<interface>
 
4
  <object class="GtkDialog" id="dialog">
 
5
    <property name="visible">True</property>
 
6
    <property name="title" translatable="yes">Add Bookmark</property>
 
7
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
8
    <property name="window_position">GTK_WIN_POS_NONE</property>
 
9
    <property name="modal">False</property>
 
10
    <property name="default_width">300</property>
 
11
    <property name="default_height">350</property>
 
12
    <property name="resizable">True</property>
 
13
    <property name="destroy_with_parent">False</property>
 
14
    <property name="icon">xiphos-x-16.png</property>
 
15
    <property name="decorated">True</property>
 
16
    <property name="skip_taskbar_hint">False</property>
 
17
    <property name="skip_pager_hint">False</property>
 
18
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
19
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
20
    <property name="focus_on_map">True</property>
 
21
    <property name="urgency_hint">False</property>
 
22
    <signal handler="on_dialog_response" last_modification_time="Sat, 09 Jul 2005 18:07:32 GMT" name="response"/>
 
23
    <child internal-child="vbox">
 
24
      <object class="GtkVBox" id="dialog-vbox1">
 
25
        <property name="visible">True</property>
 
26
        <property name="homogeneous">False</property>
 
27
        <property name="spacing">0</property>
 
28
        <accessibility>
 
29
        
 
30
      </accessibility>
 
31
        <child internal-child="action_area">
 
32
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
33
            <property name="visible">True</property>
 
34
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
35
            <child>
 
36
              <object class="GtkButton" id="button1">
 
37
                <property name="visible">True</property>
 
38
                <property name="tooltip-text" translatable="yes">Create new folder</property>
 
39
                <property name="can_default">True</property>
 
40
                <property name="can_focus">True</property>
 
41
                <property name="relief">GTK_RELIEF_NORMAL</property>
 
42
                <property name="focus_on_click">True</property>
 
43
                <accessibility>
 
44
                
 
45
              </accessibility>
 
46
                <child>
 
47
                  <object class="GtkAlignment" id="alignment1">
 
48
                    <property name="visible">True</property>
 
49
                    <property name="xalign">0.5</property>
 
50
                    <property name="yalign">0.5</property>
 
51
                    <property name="xscale">0</property>
 
52
                    <property name="yscale">0</property>
 
53
                    <property name="top_padding">0</property>
 
54
                    <property name="bottom_padding">0</property>
 
55
                    <property name="left_padding">0</property>
 
56
                    <property name="right_padding">0</property>
 
57
                    <child>
 
58
                      <object class="GtkHBox" id="hbox1">
 
59
                        <property name="visible">True</property>
 
60
                        <property name="homogeneous">False</property>
 
61
                        <property name="spacing">2</property>
 
62
                        <child>
 
63
                          <object class="GtkImage" id="image1">
 
64
                            <property name="visible">True</property>
 
65
                            <property name="stock">gtk-open</property>
 
66
                            <property name="icon_size">4</property>
 
67
                            <property name="xalign">0.5</property>
 
68
                            <property name="yalign">0.5</property>
 
69
                            <property name="xpad">0</property>
 
70
                            <property name="ypad">0</property>
 
71
                          </object>
 
72
                          <packing>
 
73
                            <property name="padding">0</property>
 
74
                            <property name="expand">False</property>
 
75
                            <property name="fill">False</property>
 
76
                          </packing>
 
77
                        </child>
 
78
                        <child>
 
79
                          <object class="GtkLabel" id="label1">
 
80
                            <property name="visible">True</property>
 
81
                            <property name="label" translatable="yes">New ...</property>
 
82
                            <property name="use_underline">True</property>
 
83
                            <property name="use_markup">False</property>
 
84
                            <property name="justify">GTK_JUSTIFY_LEFT</property>
 
85
                            <property name="wrap">False</property>
 
86
                            <property name="selectable">False</property>
 
87
                            <property name="xalign">0.5</property>
 
88
                            <property name="yalign">0.5</property>
 
89
                            <property name="xpad">0</property>
 
90
                            <property name="ypad">0</property>
 
91
                            <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
92
                            <property name="width_chars">-1</property>
 
93
                            <property name="single_line_mode">False</property>
 
94
                            <property name="angle">0</property>
 
95
                          </object>
 
96
                          <packing>
 
97
                            <property name="padding">0</property>
 
98
                            <property name="expand">False</property>
 
99
                            <property name="fill">False</property>
 
100
                          </packing>
 
101
                        </child>
 
102
                      </object>
 
103
                    </child>
 
104
                  </object>
 
105
                </child>
 
106
                <child internal-child="accessible">
 
107
                  <object class="AtkObject" id="a11y-button11">
 
108
                    <property name="AtkObject::accessible_name" translatable="yes">New Folder</property>
 
109
                  </object>
 
110
                </child>
 
111
              </object>
 
112
            </child>
 
113
            <child>
 
114
              <object class="GtkButton" id="button3">
 
115
                <property name="visible">True</property>
 
116
                <property name="can_default">True</property>
 
117
                <property name="can_focus">True</property>
 
118
                <property name="label">gtk-add</property>
 
119
                <property name="use_stock">True</property>
 
120
                <property name="relief">GTK_RELIEF_NORMAL</property>
 
121
                <property name="focus_on_click">True</property>
 
122
                <accessibility>
 
123
                
 
124
              </accessibility>
 
125
                <child internal-child="accessible">
 
126
                  <object class="AtkObject" id="a11y-button31">
 
127
                    <property name="AtkObject::accessible_name" translatable="yes">Add Bookmark</property>
 
128
                  </object>
 
129
                </child>
 
130
              </object>
 
131
            </child>
 
132
            <child>
 
133
              <object class="GtkButton" id="button2">
 
134
                <property name="visible">True</property>
 
135
                <property name="can_default">True</property>
 
136
                <property name="can_focus">True</property>
 
137
                <property name="label">gtk-cancel</property>
 
138
                <property name="use_stock">True</property>
 
139
                <property name="relief">GTK_RELIEF_NORMAL</property>
 
140
                <property name="focus_on_click">True</property>
 
141
                <accessibility>
 
142
                
 
143
              </accessibility>
 
144
                <child internal-child="accessible">
 
145
                  <object class="AtkObject" id="a11y-button21">
 
146
                    <property name="AtkObject::accessible_name" translatable="yes">Cancel Bookmark</property>
 
147
                  </object>
 
148
                </child>
 
149
              </object>
 
150
            </child>
 
151
          </object>
 
152
          <packing>
 
153
            <property name="padding">0</property>
 
154
            <property name="expand">False</property>
 
155
            <property name="fill">True</property>
 
156
            <property name="pack_type">GTK_PACK_END</property>
 
157
          </packing>
 
158
        </child>
 
159
        <child>
 
160
          <object class="GtkVBox" id="vbox1">
 
161
            <property name="border_width">6</property>
 
162
            <property name="visible">True</property>
 
163
            <property name="homogeneous">False</property>
 
164
            <property name="spacing">10</property>
 
165
            <child>
 
166
              <object class="GtkHBox" id="hbox2">
 
167
                <property name="visible">True</property>
 
168
                <property name="homogeneous">False</property>
 
169
                <property name="spacing">21</property>
 
170
                <child>
 
171
                  <object class="GtkLabel" id="label2">
 
172
                    <property name="visible">True</property>
 
173
                    <property name="label" translatable="yes">Label:</property>
 
174
                    <property name="use_underline">False</property>
 
175
                    <property name="use_markup">False</property>
 
176
                    <property name="justify">GTK_JUSTIFY_LEFT</property>
 
177
                    <property name="wrap">False</property>
 
178
                    <property name="selectable">False</property>
 
179
                    <property name="xalign">0</property>
 
180
                    <property name="yalign">0.5</property>
 
181
                    <property name="xpad">0</property>
 
182
                    <property name="ypad">0</property>
 
183
                    <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
184
                    <property name="width_chars">-1</property>
 
185
                    <property name="single_line_mode">False</property>
 
186
                    <property name="angle">0</property>
 
187
                  </object>
 
188
                  <packing>
 
189
                    <property name="padding">0</property>
 
190
                    <property name="expand">False</property>
 
191
                    <property name="fill">False</property>
 
192
                  </packing>
 
193
                </child>
 
194
                <child>
 
195
                  <object class="GtkEntry" id="entry1">
 
196
                    <property name="width_request">180</property>
 
197
                    <property name="visible">True</property>
 
198
                    <property name="can_focus">True</property>
 
199
                    <property name="editable">True</property>
 
200
                    <property name="visibility">True</property>
 
201
                    <property name="max_length">0</property>
 
202
                    <property name="text" translatable="yes"/>
 
203
                    <property name="has_frame">True</property>
 
204
                    <property name="invisible_char">*</property>
 
205
                    <property name="activates_default">False</property>
 
206
                    <accessibility>
 
207
                    
 
208
                  </accessibility>
 
209
                    <child internal-child="accessible">
 
210
                      <object class="AtkObject" id="a11y-entry11">
 
211
                        <property name="AtkObject::accessible_name" translatable="yes">Label Entry</property>
 
212
                      </object>
 
213
                    </child>
 
214
                  </object>
 
215
                  <packing>
 
216
                    <property name="padding">0</property>
 
217
                    <property name="expand">True</property>
 
218
                    <property name="fill">True</property>
 
219
                  </packing>
 
220
                </child>
 
221
              </object>
 
222
              <packing>
 
223
                <property name="padding">0</property>
 
224
                <property name="expand">False</property>
 
225
                <property name="fill">True</property>
 
226
              </packing>
 
227
            </child>
 
228
            <child>
 
229
              <object class="GtkHBox" id="hbox3">
 
230
                <property name="visible">True</property>
 
231
                <property name="homogeneous">False</property>
 
232
                <property name="spacing">18</property>
 
233
                <child>
 
234
                  <object class="GtkLabel" id="label3">
 
235
                    <property name="visible">True</property>
 
236
                    <property name="label" translatable="yes">Verse:</property>
 
237
                    <property name="use_underline">False</property>
 
238
                    <property name="use_markup">False</property>
 
239
                    <property name="justify">GTK_JUSTIFY_LEFT</property>
 
240
                    <property name="wrap">False</property>
 
241
                    <property name="selectable">False</property>
 
242
                    <property name="xalign">0</property>
 
243
                    <property name="yalign">0.5</property>
 
244
                    <property name="xpad">0</property>
 
245
                    <property name="ypad">0</property>
 
246
                    <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
247
                    <property name="width_chars">-1</property>
 
248
                    <property name="single_line_mode">False</property>
 
249
                    <property name="angle">0</property>
 
250
                  </object>
 
251
                  <packing>
 
252
                    <property name="padding">0</property>
 
253
                    <property name="expand">False</property>
 
254
                    <property name="fill">False</property>
 
255
                  </packing>
 
256
                </child>
 
257
                <child>
 
258
                  <object class="GtkEntry" id="entry2">
 
259
                    <property name="width_request">180</property>
 
260
                    <property name="visible">True</property>
 
261
                    <property name="can_focus">True</property>
 
262
                    <property name="editable">True</property>
 
263
                    <property name="visibility">True</property>
 
264
                    <property name="max_length">0</property>
 
265
                    <property name="text" translatable="yes"/>
 
266
                    <property name="has_frame">True</property>
 
267
                    <property name="invisible_char">*</property>
 
268
                    <property name="activates_default">False</property>
 
269
                    <accessibility>
 
270
                    
 
271
                  </accessibility>
 
272
                    <child internal-child="accessible">
 
273
                      <object class="AtkObject" id="a11y-entry21">
 
274
                        <property name="AtkObject::accessible_name" translatable="yes">Verse Entry</property>
 
275
                      </object>
 
276
                    </child>
 
277
                  </object>
 
278
                  <packing>
 
279
                    <property name="padding">0</property>
 
280
                    <property name="expand">True</property>
 
281
                    <property name="fill">True</property>
 
282
                  </packing>
 
283
                </child>
 
284
              </object>
 
285
              <packing>
 
286
                <property name="padding">0</property>
 
287
                <property name="expand">False</property>
 
288
                <property name="fill">True</property>
 
289
              </packing>
 
290
            </child>
 
291
            <child>
 
292
              <object class="GtkHBox" id="hbox4">
 
293
                <property name="visible">True</property>
 
294
                <property name="homogeneous">False</property>
 
295
                <property name="spacing">10</property>
 
296
                <child>
 
297
                  <object class="GtkLabel" id="label4">
 
298
                    <property name="visible">True</property>
 
299
                    <property name="label" translatable="yes">Module:</property>
 
300
                    <property name="use_underline">False</property>
 
301
                    <property name="use_markup">False</property>
 
302
                    <property name="justify">GTK_JUSTIFY_LEFT</property>
 
303
                    <property name="wrap">False</property>
 
304
                    <property name="selectable">False</property>
 
305
                    <property name="xalign">0</property>
 
306
                    <property name="yalign">0.5</property>
 
307
                    <property name="xpad">0</property>
 
308
                    <property name="ypad">0</property>
 
309
                    <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
310
                    <property name="width_chars">-1</property>
 
311
                    <property name="single_line_mode">False</property>
 
312
                    <property name="angle">0</property>
 
313
                  </object>
 
314
                  <packing>
 
315
                    <property name="padding">0</property>
 
316
                    <property name="expand">False</property>
 
317
                    <property name="fill">False</property>
 
318
                  </packing>
 
319
                </child>
 
320
                <child>
 
321
                  <object class="GtkEntry" id="entry3">
 
322
                    <property name="width_request">180</property>
 
323
                    <property name="visible">True</property>
 
324
                    <property name="can_focus">True</property>
 
325
                    <property name="editable">True</property>
 
326
                    <property name="visibility">True</property>
 
327
                    <property name="max_length">0</property>
 
328
                    <property name="text" translatable="yes"/>
 
329
                    <property name="has_frame">True</property>
 
330
                    <property name="invisible_char">*</property>
 
331
                    <property name="activates_default">False</property>
 
332
                    <accessibility>
 
333
                    
 
334
                  </accessibility>
 
335
                    <child internal-child="accessible">
 
336
                      <object class="AtkObject" id="a11y-entry31">
 
337
                        <property name="AtkObject::accessible_name" translatable="yes">Module Entry</property>
 
338
                      </object>
 
339
                    </child>
 
340
                  </object>
 
341
                  <packing>
 
342
                    <property name="padding">0</property>
 
343
                    <property name="expand">True</property>
 
344
                    <property name="fill">True</property>
 
345
                  </packing>
 
346
                </child>
 
347
              </object>
 
348
              <packing>
 
349
                <property name="padding">0</property>
 
350
                <property name="expand">False</property>
 
351
                <property name="fill">True</property>
 
352
              </packing>
 
353
            </child>
 
354
            <child>
 
355
              <object class="GtkScrolledWindow" id="scrolledwindow1">
 
356
                <property name="visible">True</property>
 
357
                <property name="can_focus">True</property>
 
358
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
359
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
360
                <property name="shadow_type">GTK_SHADOW_IN</property>
 
361
                <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
362
                <child>
 
363
                  <object class="GtkTreeView" id="treeview">
 
364
                    <property name="visible">True</property>
 
365
                    <property name="can_focus">True</property>
 
366
                    <property name="headers_visible">False</property>
 
367
                    <property name="rules_hint">False</property>
 
368
                    <property name="reorderable">False</property>
 
369
                    <property name="enable_search">True</property>
 
370
                    <property name="fixed_height_mode">False</property>
 
371
                    <property name="hover_selection">False</property>
 
372
                    <property name="hover_expand">False</property>
 
373
                    <accessibility>
 
374
                    
 
375
                  </accessibility>
 
376
                    <signal handler="on_treeview_button_release_event" last_modification_time="Sat, 09 Jul 2005 18:12:21 GMT" name="button_release_event"/>
 
377
                    <child internal-child="accessible">
 
378
                      <object class="AtkObject" id="a11y-treeview1">
 
379
                        <property name="AtkObject::accessible_name" translatable="yes">Bookmark Folder Treeview</property>
 
380
                      </object>
 
381
                    </child>
 
382
                  </object>
 
383
                </child>
 
384
              </object>
 
385
              <packing>
 
386
                <property name="padding">0</property>
 
387
                <property name="expand">True</property>
 
388
                <property name="fill">True</property>
 
389
              </packing>
 
390
            </child>
 
391
          </object>
 
392
          <packing>
 
393
            <property name="padding">0</property>
 
394
            <property name="expand">True</property>
 
395
            <property name="fill">True</property>
 
396
          </packing>
 
397
        </child>
 
398
        <child internal-child="accessible">
 
399
          <object class="AtkObject" id="a11y-dialog-vbox11">
 
400
            <property name="AtkObject::accessible_name" translatable="yes">Bookmark Dialog</property>
 
401
          </object>
 
402
        </child>
 
403
      </object>
 
404
    </child>
 
405
    <action-widgets>
 
406
      <action-widget response="-3">button1</action-widget>
 
407
      <action-widget response="-5">button3</action-widget>
 
408
      <action-widget response="-6">button2</action-widget>
 
409
    </action-widgets>
 
410
  </object>
 
411
</interface>