~ubuntu-branches/ubuntu/jaunty/gnome-applets/jaunty

« back to all changes in this revision

Viewing changes to invest-applet/data/financialchart.ui

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-03 18:13:41 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20080603181341-j2ldywy9g983scl2
Tags: 2.23.2-0ubuntu1
* New upstream version
* Sync on Debian
* debian/control.in:
  - build using liboobs and not type-handling and libcpufreq-dev
  - Pre-Depends: dpkg (>= 1.10.24)
  - updated maintainer information
* debian/patches/04_applets_categories.patch:
  - set applets categories
* debian/patches/13_battstat_measuring_more_appropriate.patch:
  - workaround acpi bug
* debian/patches/14_battstat_enable_pmi.patch:
  - use the pmi interface to know if suspend is available
* debian/patches/81_mixer_mute_callback.patch:
  - stop the mixer applet from randomly muting when the volume is adjusted.
* debian/patches/98_autoreconf.patch:
  - run autotools update
* debian/rules:
  - DEB_DH_BUILDDEB_ARGS := -- -Zbzip2

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="GtkListStore" id="model1">
 
5
    <columns>
 
6
      <column type="gchararray"/>
 
7
    </columns>
 
8
    <data>
 
9
      <row>
 
10
        <col id="0">1d</col>
 
11
      </row>
 
12
      <row>
 
13
        <col id="0">5d</col>
 
14
      </row>
 
15
      <row>
 
16
        <col id="0">3m</col>
 
17
      </row>
 
18
      <row>
 
19
        <col id="0">6m</col>
 
20
      </row>
 
21
      <row>
 
22
        <col id="0">1y</col>
 
23
      </row>
 
24
      <row>
 
25
        <col id="0">3y</col>
 
26
      </row>
 
27
    </data>
 
28
  </object>
 
29
  <object class="GtkListStore" id="model2">
 
30
    <columns>
 
31
      <column type="gchararray"/>
 
32
    </columns>
 
33
    <data>
 
34
      <row>
 
35
        <col id="0">l</col>
 
36
      </row>
 
37
      <row>
 
38
        <col id="0">b</col>
 
39
      </row>
 
40
      <row>
 
41
        <col id="0">c</col>
 
42
      </row>
 
43
    </data>
 
44
  </object>
 
45
  <object class="GtkWindow" id="window">
 
46
    <property name="border_width">6</property>
 
47
    <property name="visible">True</property>
 
48
    <property name="title" translatable="yes">Financial Chart</property>
 
49
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
50
    <property name="window_position">GTK_WIN_POS_CENTER</property>
 
51
    <property name="modal">False</property>
 
52
    <property name="default_height">500</property>
 
53
    <property name="resizable">True</property>
 
54
    <property name="destroy_with_parent">True</property>
 
55
    <property name="icon_name">stock_chart</property>
 
56
    <property name="decorated">True</property>
 
57
    <property name="skip_taskbar_hint">False</property>
 
58
    <property name="skip_pager_hint">False</property>
 
59
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
 
60
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
61
    <property name="focus_on_map">True</property>
 
62
    <property name="urgency_hint">False</property>
 
63
    <child>
 
64
      <object class="GtkVBox" id="vbox1">
 
65
        <property name="visible">True</property>
 
66
        <property name="homogeneous">False</property>
 
67
        <property name="spacing">6</property>
 
68
        <child>
 
69
          <object class="GtkHBox" id="hbox1">
 
70
            <property name="visible">True</property>
 
71
            <property name="homogeneous">False</property>
 
72
            <property name="spacing">6</property>
 
73
            <child>
 
74
              <object class="GtkLabel" id="label1">
 
75
                <property name="visible">True</property>
 
76
                <property name="label" translatable="yes">_Ticker symbol: </property>
 
77
                <property name="use_underline">True</property>
 
78
                <property name="use_markup">False</property>
 
79
                <property name="justify">GTK_JUSTIFY_LEFT</property>
 
80
                <property name="wrap">False</property>
 
81
                <property name="selectable">False</property>
 
82
                <property name="xalign">0.5</property>
 
83
                <property name="yalign">0.5</property>
 
84
                <property name="xpad">0</property>
 
85
                <property name="ypad">0</property>
 
86
                <property name="mnemonic_widget">s</property>
 
87
                <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
88
                <property name="width_chars">-1</property>
 
89
                <property name="single_line_mode">False</property>
 
90
                <property name="angle">0</property>
 
91
              </object>
 
92
              <packing>
 
93
                <property name="padding">0</property>
 
94
                <property name="expand">False</property>
 
95
                <property name="fill">False</property>
 
96
              </packing>
 
97
            </child>
 
98
            <child>
 
99
              <object class="GtkEntry" id="s">
 
100
                <property name="visible">True</property>
 
101
                <property name="can_focus">True</property>
 
102
                <property name="has_focus">True</property>
 
103
                <property name="editable">True</property>
 
104
                <property name="visibility">True</property>
 
105
                <property name="max_length">0</property>
 
106
                <property name="text" translatable="yes"></property>
 
107
                <property name="has_frame">True</property>
 
108
                <property name="invisible_char">*</property>
 
109
                <property name="activates_default">False</property>
 
110
              </object>
 
111
              <packing>
 
112
                <property name="padding">0</property>
 
113
                <property name="expand">True</property>
 
114
                <property name="fill">True</property>
 
115
              </packing>
 
116
            </child>
 
117
            <child>
 
118
              <object class="GtkCheckButton" id="autorefresh">
 
119
                <property name="visible">True</property>
 
120
                <property name="can_focus">True</property>
 
121
                <property name="relief">GTK_RELIEF_NORMAL</property>
 
122
                <property name="focus_on_click">True</property>
 
123
                <property name="active">True</property>
 
124
                <property name="inconsistent">False</property>
 
125
                <property name="draw_indicator">True</property>
 
126
                <child>
 
127
                  <object class="GtkAlignment" id="alignment1">
 
128
                    <property name="visible">True</property>
 
129
                    <property name="xalign">0.5</property>
 
130
                    <property name="yalign">0.5</property>
 
131
                    <property name="xscale">0</property>
 
132
                    <property name="yscale">0</property>
 
133
                    <property name="top_padding">0</property>
 
134
                    <property name="bottom_padding">0</property>
 
135
                    <property name="left_padding">0</property>
 
136
                    <property name="right_padding">0</property>
 
137
                    <child>
 
138
                      <object class="GtkHBox" id="hbox5">
 
139
                        <property name="visible">True</property>
 
140
                        <property name="homogeneous">False</property>
 
141
                        <property name="spacing">2</property>
 
142
                        <child>
 
143
                          <object class="GtkImage" id="image1">
 
144
                            <property name="visible">True</property>
 
145
                            <property name="stock">gtk-refresh</property>
 
146
                            <property name="icon_size">4</property>
 
147
                            <property name="xalign">0.5</property>
 
148
                            <property name="yalign">0.5</property>
 
149
                            <property name="xpad">0</property>
 
150
                            <property name="ypad">0</property>
 
151
                          </object>
 
152
                          <packing>
 
153
                            <property name="padding">0</property>
 
154
                            <property name="expand">False</property>
 
155
                            <property name="fill">False</property>
 
156
                          </packing>
 
157
                        </child>
 
158
                        <child>
 
159
                          <object class="GtkLabel" id="label8">
 
160
                            <property name="visible">True</property>
 
161
                            <property name="label" translatable="yes">Auto _refresh</property>
 
162
                            <property name="use_underline">True</property>
 
163
                            <property name="use_markup">False</property>
 
164
                            <property name="justify">GTK_JUSTIFY_LEFT</property>
 
165
                            <property name="wrap">False</property>
 
166
                            <property name="selectable">False</property>
 
167
                            <property name="xalign">0.5</property>
 
168
                            <property name="yalign">0.5</property>
 
169
                            <property name="xpad">0</property>
 
170
                            <property name="ypad">0</property>
 
171
                            <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
172
                            <property name="width_chars">-1</property>
 
173
                            <property name="single_line_mode">False</property>
 
174
                            <property name="angle">0</property>
 
175
                          </object>
 
176
                          <packing>
 
177
                            <property name="padding">0</property>
 
178
                            <property name="expand">False</property>
 
179
                            <property name="fill">False</property>
 
180
                          </packing>
 
181
                        </child>
 
182
                      </object>
 
183
                    </child>
 
184
                  </object>
 
185
                </child>
 
186
              </object>
 
187
              <packing>
 
188
                <property name="padding">0</property>
 
189
                <property name="expand">False</property>
 
190
                <property name="fill">False</property>
 
191
              </packing>
 
192
            </child>
 
193
            <child>
 
194
              <object class="GtkComboBox" id="t">
 
195
                <property name="visible">True</property>
 
196
                <property name="add_tearoffs">False</property>
 
197
                <property name="focus_on_click">True</property>
 
198
                <property name="model">model1</property>
 
199
                <child>
 
200
                  <object class="GtkCellRendererText" id="renderer1"/>
 
201
                  <attributes>
 
202
                    <attribute name="text">0</attribute>
 
203
                  </attributes>
 
204
                </child>
 
205
              </object>
 
206
              <packing>
 
207
                <property name="padding">0</property>
 
208
                <property name="expand">False</property>
 
209
                <property name="fill">False</property>
 
210
              </packing>
 
211
            </child>
 
212
          </object>
 
213
          <packing>
 
214
            <property name="padding">0</property>
 
215
            <property name="expand">False</property>
 
216
            <property name="fill">False</property>
 
217
          </packing>
 
218
        </child>
 
219
        <child>
 
220
          <object class="GtkExpander" id="expander1">
 
221
            <property name="visible">True</property>
 
222
            <property name="can_focus">True</property>
 
223
            <property name="expanded">False</property>
 
224
            <property name="spacing">6</property>
 
225
            <child>
 
226
              <object class="GtkTable" id="table1">
 
227
                <property name="visible">True</property>
 
228
                <property name="n_rows">5</property>
 
229
                <property name="n_columns">2</property>
 
230
                <property name="homogeneous">False</property>
 
231
                <property name="row_spacing">6</property>
 
232
                <property name="column_spacing">6</property>
 
233
                <child>
 
234
                  <object class="GtkLabel" id="label3">
 
235
                    <property name="visible">True</property>
 
236
                    <property name="label" translatable="yes">_Graph style: </property>
 
237
                    <property name="use_underline">True</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">1</property>
 
243
                    <property name="yalign">0.5</property>
 
244
                    <property name="xpad">0</property>
 
245
                    <property name="ypad">0</property>
 
246
                    <property name="mnemonic_widget">q</property>
 
247
                    <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
248
                    <property name="width_chars">-1</property>
 
249
                    <property name="single_line_mode">False</property>
 
250
                    <property name="angle">0</property>
 
251
                  </object>
 
252
                  <packing>
 
253
                    <property name="left_attach">0</property>
 
254
                    <property name="right_attach">1</property>
 
255
                    <property name="top_attach">0</property>
 
256
                    <property name="bottom_attach">1</property>
 
257
                    <property name="x_options">fill</property>
 
258
                    <property name="y_options"/>
 
259
                  </packing>
 
260
                </child>
 
261
                <child>
 
262
                  <object class="GtkLabel" id="label4">
 
263
                    <property name="visible">True</property>
 
264
                    <property name="label" translatable="yes">Moving average: </property>
 
265
                    <property name="use_underline">False</property>
 
266
                    <property name="use_markup">False</property>
 
267
                    <property name="justify">GTK_JUSTIFY_LEFT</property>
 
268
                    <property name="wrap">False</property>
 
269
                    <property name="selectable">False</property>
 
270
                    <property name="xalign">1</property>
 
271
                    <property name="yalign">0.5</property>
 
272
                    <property name="xpad">0</property>
 
273
                    <property name="ypad">0</property>
 
274
                    <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
275
                    <property name="width_chars">-1</property>
 
276
                    <property name="single_line_mode">False</property>
 
277
                    <property name="angle">0</property>
 
278
                  </object>
 
279
                  <packing>
 
280
                    <property name="left_attach">0</property>
 
281
                    <property name="right_attach">1</property>
 
282
                    <property name="top_attach">1</property>
 
283
                    <property name="bottom_attach">2</property>
 
284
                    <property name="x_options">fill</property>
 
285
                    <property name="y_options"/>
 
286
                  </packing>
 
287
                </child>
 
288
                <child>
 
289
                  <object class="GtkLabel" id="label5">
 
290
                    <property name="visible">True</property>
 
291
                    <property name="label" translatable="yes">Exponential moving average: </property>
 
292
                    <property name="use_underline">False</property>
 
293
                    <property name="use_markup">False</property>
 
294
                    <property name="justify">GTK_JUSTIFY_LEFT</property>
 
295
                    <property name="wrap">False</property>
 
296
                    <property name="selectable">False</property>
 
297
                    <property name="xalign">1</property>
 
298
                    <property name="yalign">0.5</property>
 
299
                    <property name="xpad">0</property>
 
300
                    <property name="ypad">0</property>
 
301
                    <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
302
                    <property name="width_chars">-1</property>
 
303
                    <property name="single_line_mode">False</property>
 
304
                    <property name="angle">0</property>
 
305
                  </object>
 
306
                  <packing>
 
307
                    <property name="left_attach">0</property>
 
308
                    <property name="right_attach">1</property>
 
309
                    <property name="top_attach">2</property>
 
310
                    <property name="bottom_attach">3</property>
 
311
                    <property name="x_options">fill</property>
 
312
                    <property name="y_options"/>
 
313
                  </packing>
 
314
                </child>
 
315
                <child>
 
316
                  <object class="GtkComboBox" id="q">
 
317
                    <property name="visible">True</property>
 
318
                    <property name="add_tearoffs">False</property>
 
319
                    <property name="focus_on_click">True</property>
 
320
                    <property name="model">model2</property>
 
321
                    <child>
 
322
                      <object class="GtkCellRendererText" id="renderer2"/>
 
323
                      <attributes>
 
324
                        <attribute name="text">0</attribute>
 
325
                      </attributes>
 
326
                    </child>
 
327
                  </object>
 
328
                  <packing>
 
329
                    <property name="left_attach">1</property>
 
330
                    <property name="right_attach">2</property>
 
331
                    <property name="top_attach">0</property>
 
332
                    <property name="bottom_attach">1</property>
 
333
                    <property name="y_options">fill</property>
 
334
                  </packing>
 
335
                </child>
 
336
                <child>
 
337
                  <object class="GtkHBox" id="hbox3">
 
338
                    <property name="visible">True</property>
 
339
                    <property name="homogeneous">False</property>
 
340
                    <property name="spacing">6</property>
 
341
                    <child>
 
342
                      <object class="GtkCheckButton" id="pe5">
 
343
                        <property name="visible">True</property>
 
344
                        <property name="can_focus">True</property>
 
345
                        <property name="label" translatable="yes">5</property>
 
346
                        <property name="use_underline">True</property>
 
347
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
348
                        <property name="focus_on_click">True</property>
 
349
                        <property name="active">True</property>
 
350
                        <property name="inconsistent">False</property>
 
351
                        <property name="draw_indicator">True</property>
 
352
                      </object>
 
353
                      <packing>
 
354
                        <property name="padding">0</property>
 
355
                        <property name="expand">False</property>
 
356
                        <property name="fill">False</property>
 
357
                      </packing>
 
358
                    </child>
 
359
                    <child>
 
360
                      <object class="GtkCheckButton" id="pe10">
 
361
                        <property name="visible">True</property>
 
362
                        <property name="can_focus">True</property>
 
363
                        <property name="label" translatable="yes">10</property>
 
364
                        <property name="use_underline">True</property>
 
365
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
366
                        <property name="focus_on_click">True</property>
 
367
                        <property name="active">False</property>
 
368
                        <property name="inconsistent">False</property>
 
369
                        <property name="draw_indicator">True</property>
 
370
                      </object>
 
371
                      <packing>
 
372
                        <property name="padding">0</property>
 
373
                        <property name="expand">False</property>
 
374
                        <property name="fill">False</property>
 
375
                      </packing>
 
376
                    </child>
 
377
                    <child>
 
378
                      <object class="GtkCheckButton" id="pe20">
 
379
                        <property name="visible">True</property>
 
380
                        <property name="can_focus">True</property>
 
381
                        <property name="label" translatable="yes">20</property>
 
382
                        <property name="use_underline">True</property>
 
383
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
384
                        <property name="focus_on_click">True</property>
 
385
                        <property name="active">True</property>
 
386
                        <property name="inconsistent">False</property>
 
387
                        <property name="draw_indicator">True</property>
 
388
                      </object>
 
389
                      <packing>
 
390
                        <property name="padding">0</property>
 
391
                        <property name="expand">False</property>
 
392
                        <property name="fill">False</property>
 
393
                      </packing>
 
394
                    </child>
 
395
                    <child>
 
396
                      <object class="GtkCheckButton" id="pe50">
 
397
                        <property name="visible">True</property>
 
398
                        <property name="can_focus">True</property>
 
399
                        <property name="label" translatable="yes">50</property>
 
400
                        <property name="use_underline">True</property>
 
401
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
402
                        <property name="focus_on_click">True</property>
 
403
                        <property name="active">False</property>
 
404
                        <property name="inconsistent">False</property>
 
405
                        <property name="draw_indicator">True</property>
 
406
                      </object>
 
407
                      <packing>
 
408
                        <property name="padding">0</property>
 
409
                        <property name="expand">False</property>
 
410
                        <property name="fill">False</property>
 
411
                      </packing>
 
412
                    </child>
 
413
                    <child>
 
414
                      <object class="GtkCheckButton" id="pe100">
 
415
                        <property name="visible">True</property>
 
416
                        <property name="can_focus">True</property>
 
417
                        <property name="label" translatable="yes">100</property>
 
418
                        <property name="use_underline">True</property>
 
419
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
420
                        <property name="focus_on_click">True</property>
 
421
                        <property name="active">False</property>
 
422
                        <property name="inconsistent">False</property>
 
423
                        <property name="draw_indicator">True</property>
 
424
                      </object>
 
425
                      <packing>
 
426
                        <property name="padding">0</property>
 
427
                        <property name="expand">False</property>
 
428
                        <property name="fill">False</property>
 
429
                      </packing>
 
430
                    </child>
 
431
                    <child>
 
432
                      <object class="GtkCheckButton" id="pe200">
 
433
                        <property name="visible">True</property>
 
434
                        <property name="can_focus">True</property>
 
435
                        <property name="label" translatable="yes">200</property>
 
436
                        <property name="use_underline">True</property>
 
437
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
438
                        <property name="focus_on_click">True</property>
 
439
                        <property name="active">False</property>
 
440
                        <property name="inconsistent">False</property>
 
441
                        <property name="draw_indicator">True</property>
 
442
                      </object>
 
443
                      <packing>
 
444
                        <property name="padding">0</property>
 
445
                        <property name="expand">False</property>
 
446
                        <property name="fill">False</property>
 
447
                      </packing>
 
448
                    </child>
 
449
                  </object>
 
450
                  <packing>
 
451
                    <property name="left_attach">1</property>
 
452
                    <property name="right_attach">2</property>
 
453
                    <property name="top_attach">2</property>
 
454
                    <property name="bottom_attach">3</property>
 
455
                    <property name="x_options">fill</property>
 
456
                    <property name="y_options">fill</property>
 
457
                  </packing>
 
458
                </child>
 
459
                <child>
 
460
                  <object class="GtkLabel" id="label6">
 
461
                    <property name="visible">True</property>
 
462
                    <property name="label" translatable="yes">Overlays: </property>
 
463
                    <property name="use_underline">False</property>
 
464
                    <property name="use_markup">False</property>
 
465
                    <property name="justify">GTK_JUSTIFY_LEFT</property>
 
466
                    <property name="wrap">False</property>
 
467
                    <property name="selectable">False</property>
 
468
                    <property name="xalign">1</property>
 
469
                    <property name="yalign">0.5</property>
 
470
                    <property name="xpad">0</property>
 
471
                    <property name="ypad">0</property>
 
472
                    <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
473
                    <property name="width_chars">-1</property>
 
474
                    <property name="single_line_mode">False</property>
 
475
                    <property name="angle">0</property>
 
476
                  </object>
 
477
                  <packing>
 
478
                    <property name="left_attach">0</property>
 
479
                    <property name="right_attach">1</property>
 
480
                    <property name="top_attach">3</property>
 
481
                    <property name="bottom_attach">4</property>
 
482
                    <property name="x_options">fill</property>
 
483
                    <property name="y_options"/>
 
484
                  </packing>
 
485
                </child>
 
486
                <child>
 
487
                  <object class="GtkHBox" id="hbox4">
 
488
                    <property name="visible">True</property>
 
489
                    <property name="homogeneous">False</property>
 
490
                    <property name="spacing">0</property>
 
491
                    <child>
 
492
                      <object class="GtkCheckButton" id="pb">
 
493
                        <property name="visible">True</property>
 
494
                        <property name="can_focus">True</property>
 
495
                        <property name="label" translatable="yes">Bollinger</property>
 
496
                        <property name="use_underline">True</property>
 
497
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
498
                        <property name="focus_on_click">True</property>
 
499
                        <property name="active">True</property>
 
500
                        <property name="inconsistent">False</property>
 
501
                        <property name="draw_indicator">True</property>
 
502
                      </object>
 
503
                      <packing>
 
504
                        <property name="padding">0</property>
 
505
                        <property name="expand">False</property>
 
506
                        <property name="fill">False</property>
 
507
                      </packing>
 
508
                    </child>
 
509
                    <child>
 
510
                      <object class="GtkCheckButton" id="pp">
 
511
                        <property name="visible">True</property>
 
512
                        <property name="can_focus">True</property>
 
513
                        <property name="label" translatable="yes">SAR</property>
 
514
                        <property name="use_underline">True</property>
 
515
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
516
                        <property name="focus_on_click">True</property>
 
517
                        <property name="active">False</property>
 
518
                        <property name="inconsistent">False</property>
 
519
                        <property name="draw_indicator">True</property>
 
520
                      </object>
 
521
                      <packing>
 
522
                        <property name="padding">0</property>
 
523
                        <property name="expand">False</property>
 
524
                        <property name="fill">False</property>
 
525
                      </packing>
 
526
                    </child>
 
527
                    <child>
 
528
                      <object class="GtkCheckButton" id="ps">
 
529
                        <property name="visible">True</property>
 
530
                        <property name="can_focus">True</property>
 
531
                        <property name="label" translatable="yes">Splits</property>
 
532
                        <property name="use_underline">True</property>
 
533
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
534
                        <property name="focus_on_click">True</property>
 
535
                        <property name="active">False</property>
 
536
                        <property name="inconsistent">False</property>
 
537
                        <property name="draw_indicator">True</property>
 
538
                      </object>
 
539
                      <packing>
 
540
                        <property name="padding">0</property>
 
541
                        <property name="expand">False</property>
 
542
                        <property name="fill">False</property>
 
543
                      </packing>
 
544
                    </child>
 
545
                    <child>
 
546
                      <object class="GtkCheckButton" id="pv">
 
547
                        <property name="visible">True</property>
 
548
                        <property name="can_focus">True</property>
 
549
                        <property name="label" translatable="yes">Volumes</property>
 
550
                        <property name="use_underline">True</property>
 
551
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
552
                        <property name="focus_on_click">True</property>
 
553
                        <property name="active">True</property>
 
554
                        <property name="inconsistent">False</property>
 
555
                        <property name="draw_indicator">True</property>
 
556
                      </object>
 
557
                      <packing>
 
558
                        <property name="padding">0</property>
 
559
                        <property name="expand">False</property>
 
560
                        <property name="fill">False</property>
 
561
                      </packing>
 
562
                    </child>
 
563
                  </object>
 
564
                  <packing>
 
565
                    <property name="left_attach">1</property>
 
566
                    <property name="right_attach">2</property>
 
567
                    <property name="top_attach">3</property>
 
568
                    <property name="bottom_attach">4</property>
 
569
                    <property name="x_options">fill</property>
 
570
                    <property name="y_options">fill</property>
 
571
                  </packing>
 
572
                </child>
 
573
                <child>
 
574
                  <object class="GtkLabel" id="label7">
 
575
                    <property name="visible">True</property>
 
576
                    <property name="label" translatable="yes">Indicators: </property>
 
577
                    <property name="use_underline">False</property>
 
578
                    <property name="use_markup">False</property>
 
579
                    <property name="justify">GTK_JUSTIFY_LEFT</property>
 
580
                    <property name="wrap">False</property>
 
581
                    <property name="selectable">False</property>
 
582
                    <property name="xalign">1</property>
 
583
                    <property name="yalign">0.5</property>
 
584
                    <property name="xpad">0</property>
 
585
                    <property name="ypad">0</property>
 
586
                    <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
587
                    <property name="width_chars">-1</property>
 
588
                    <property name="single_line_mode">False</property>
 
589
                    <property name="angle">0</property>
 
590
                  </object>
 
591
                  <packing>
 
592
                    <property name="left_attach">0</property>
 
593
                    <property name="right_attach">1</property>
 
594
                    <property name="top_attach">4</property>
 
595
                    <property name="bottom_attach">5</property>
 
596
                    <property name="x_options">fill</property>
 
597
                    <property name="y_options"/>
 
598
                  </packing>
 
599
                </child>
 
600
                <child>
 
601
                  <object class="GtkTable" id="table2">
 
602
                    <property name="visible">True</property>
 
603
                    <property name="n_rows">3</property>
 
604
                    <property name="n_columns">3</property>
 
605
                    <property name="homogeneous">False</property>
 
606
                    <property name="row_spacing">0</property>
 
607
                    <property name="column_spacing">0</property>
 
608
                    <child>
 
609
                      <object class="GtkCheckButton" id="ar">
 
610
                        <property name="visible">True</property>
 
611
                        <property name="can_focus">True</property>
 
612
                        <property name="label" translatable="yes">RSI</property>
 
613
                        <property name="use_underline">True</property>
 
614
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
615
                        <property name="focus_on_click">True</property>
 
616
                        <property name="active">False</property>
 
617
                        <property name="inconsistent">False</property>
 
618
                        <property name="draw_indicator">True</property>
 
619
                      </object>
 
620
                      <packing>
 
621
                        <property name="left_attach">0</property>
 
622
                        <property name="right_attach">1</property>
 
623
                        <property name="top_attach">1</property>
 
624
                        <property name="bottom_attach">2</property>
 
625
                        <property name="x_options">fill</property>
 
626
                        <property name="y_options"/>
 
627
                      </packing>
 
628
                    </child>
 
629
                    <child>
 
630
                      <object class="GtkCheckButton" id="av">
 
631
                        <property name="visible">True</property>
 
632
                        <property name="can_focus">True</property>
 
633
                        <property name="label" translatable="yes">Vol</property>
 
634
                        <property name="use_underline">True</property>
 
635
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
636
                        <property name="focus_on_click">True</property>
 
637
                        <property name="active">False</property>
 
638
                        <property name="inconsistent">False</property>
 
639
                        <property name="draw_indicator">True</property>
 
640
                      </object>
 
641
                      <packing>
 
642
                        <property name="left_attach">0</property>
 
643
                        <property name="right_attach">1</property>
 
644
                        <property name="top_attach">2</property>
 
645
                        <property name="bottom_attach">3</property>
 
646
                        <property name="x_options">fill</property>
 
647
                        <property name="y_options"/>
 
648
                      </packing>
 
649
                    </child>
 
650
                    <child>
 
651
                      <object class="GtkCheckButton" id="af">
 
652
                        <property name="visible">True</property>
 
653
                        <property name="can_focus">True</property>
 
654
                        <property name="label" translatable="yes">MFI</property>
 
655
                        <property name="use_underline">True</property>
 
656
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
657
                        <property name="focus_on_click">True</property>
 
658
                        <property name="active">True</property>
 
659
                        <property name="inconsistent">False</property>
 
660
                        <property name="draw_indicator">True</property>
 
661
                      </object>
 
662
                      <packing>
 
663
                        <property name="left_attach">1</property>
 
664
                        <property name="right_attach">2</property>
 
665
                        <property name="top_attach">0</property>
 
666
                        <property name="bottom_attach">1</property>
 
667
                        <property name="x_options">fill</property>
 
668
                        <property name="y_options"/>
 
669
                      </packing>
 
670
                    </child>
 
671
                    <child>
 
672
                      <object class="GtkCheckButton" id="ass">
 
673
                        <property name="visible">True</property>
 
674
                        <property name="can_focus">True</property>
 
675
                        <property name="label" translatable="yes">Slow stoch</property>
 
676
                        <property name="use_underline">True</property>
 
677
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
678
                        <property name="focus_on_click">True</property>
 
679
                        <property name="active">True</property>
 
680
                        <property name="inconsistent">False</property>
 
681
                        <property name="draw_indicator">True</property>
 
682
                      </object>
 
683
                      <packing>
 
684
                        <property name="left_attach">1</property>
 
685
                        <property name="right_attach">2</property>
 
686
                        <property name="top_attach">1</property>
 
687
                        <property name="bottom_attach">2</property>
 
688
                        <property name="x_options">fill</property>
 
689
                        <property name="y_options"/>
 
690
                      </packing>
 
691
                    </child>
 
692
                    <child>
 
693
                      <object class="GtkCheckButton" id="avm">
 
694
                        <property name="visible">True</property>
 
695
                        <property name="can_focus">True</property>
 
696
                        <property name="label" translatable="yes">Vol+MA</property>
 
697
                        <property name="use_underline">True</property>
 
698
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
699
                        <property name="focus_on_click">True</property>
 
700
                        <property name="active">False</property>
 
701
                        <property name="inconsistent">False</property>
 
702
                        <property name="draw_indicator">True</property>
 
703
                      </object>
 
704
                      <packing>
 
705
                        <property name="left_attach">1</property>
 
706
                        <property name="right_attach">2</property>
 
707
                        <property name="top_attach">2</property>
 
708
                        <property name="bottom_attach">3</property>
 
709
                        <property name="x_options">fill</property>
 
710
                        <property name="y_options"/>
 
711
                      </packing>
 
712
                    </child>
 
713
                    <child>
 
714
                      <object class="GtkCheckButton" id="ap">
 
715
                        <property name="visible">True</property>
 
716
                        <property name="can_focus">True</property>
 
717
                        <property name="label" translatable="yes">ROC</property>
 
718
                        <property name="use_underline">True</property>
 
719
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
720
                        <property name="focus_on_click">True</property>
 
721
                        <property name="active">False</property>
 
722
                        <property name="inconsistent">False</property>
 
723
                        <property name="draw_indicator">True</property>
 
724
                      </object>
 
725
                      <packing>
 
726
                        <property name="left_attach">2</property>
 
727
                        <property name="right_attach">3</property>
 
728
                        <property name="top_attach">0</property>
 
729
                        <property name="bottom_attach">1</property>
 
730
                        <property name="x_options">fill</property>
 
731
                        <property name="y_options"/>
 
732
                      </packing>
 
733
                    </child>
 
734
                    <child>
 
735
                      <object class="GtkCheckButton" id="afs">
 
736
                        <property name="visible">True</property>
 
737
                        <property name="can_focus">True</property>
 
738
                        <property name="label" translatable="yes">Fast stoch</property>
 
739
                        <property name="use_underline">True</property>
 
740
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
741
                        <property name="focus_on_click">True</property>
 
742
                        <property name="active">False</property>
 
743
                        <property name="inconsistent">False</property>
 
744
                        <property name="draw_indicator">True</property>
 
745
                      </object>
 
746
                      <packing>
 
747
                        <property name="left_attach">2</property>
 
748
                        <property name="right_attach">3</property>
 
749
                        <property name="top_attach">1</property>
 
750
                        <property name="bottom_attach">2</property>
 
751
                        <property name="x_options">fill</property>
 
752
                        <property name="y_options"/>
 
753
                      </packing>
 
754
                    </child>
 
755
                    <child>
 
756
                      <object class="GtkCheckButton" id="aw">
 
757
                        <property name="visible">True</property>
 
758
                        <property name="can_focus">True</property>
 
759
                        <property name="label" translatable="yes">W%R</property>
 
760
                        <property name="use_underline">True</property>
 
761
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
762
                        <property name="focus_on_click">True</property>
 
763
                        <property name="active">True</property>
 
764
                        <property name="inconsistent">False</property>
 
765
                        <property name="draw_indicator">True</property>
 
766
                      </object>
 
767
                      <packing>
 
768
                        <property name="left_attach">2</property>
 
769
                        <property name="right_attach">3</property>
 
770
                        <property name="top_attach">2</property>
 
771
                        <property name="bottom_attach">3</property>
 
772
                        <property name="x_options">fill</property>
 
773
                        <property name="y_options"/>
 
774
                      </packing>
 
775
                    </child>
 
776
                    <child>
 
777
                      <object class="GtkCheckButton" id="am">
 
778
                        <property name="visible">True</property>
 
779
                        <property name="can_focus">True</property>
 
780
                        <property name="label" translatable="yes">MACD</property>
 
781
                        <property name="use_underline">True</property>
 
782
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
783
                        <property name="focus_on_click">True</property>
 
784
                        <property name="active">True</property>
 
785
                        <property name="inconsistent">False</property>
 
786
                        <property name="draw_indicator">True</property>
 
787
                      </object>
 
788
                      <packing>
 
789
                        <property name="left_attach">0</property>
 
790
                        <property name="right_attach">1</property>
 
791
                        <property name="top_attach">0</property>
 
792
                        <property name="bottom_attach">1</property>
 
793
                        <property name="x_options">fill</property>
 
794
                        <property name="y_options"/>
 
795
                      </packing>
 
796
                    </child>
 
797
                  </object>
 
798
                  <packing>
 
799
                    <property name="left_attach">1</property>
 
800
                    <property name="right_attach">2</property>
 
801
                    <property name="top_attach">4</property>
 
802
                    <property name="bottom_attach">5</property>
 
803
                    <property name="x_options">fill</property>
 
804
                    <property name="y_options">fill</property>
 
805
                  </packing>
 
806
                </child>
 
807
                <child>
 
808
                  <object class="GtkHBox" id="hbox2">
 
809
                    <property name="visible">True</property>
 
810
                    <property name="homogeneous">False</property>
 
811
                    <property name="spacing">6</property>
 
812
                    <child>
 
813
                      <object class="GtkCheckButton" id="pm5">
 
814
                        <property name="visible">True</property>
 
815
                        <property name="can_focus">True</property>
 
816
                        <property name="label" translatable="yes">5</property>
 
817
                        <property name="use_underline">True</property>
 
818
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
819
                        <property name="focus_on_click">True</property>
 
820
                        <property name="active">False</property>
 
821
                        <property name="inconsistent">False</property>
 
822
                        <property name="draw_indicator">True</property>
 
823
                      </object>
 
824
                      <packing>
 
825
                        <property name="padding">0</property>
 
826
                        <property name="expand">False</property>
 
827
                        <property name="fill">False</property>
 
828
                      </packing>
 
829
                    </child>
 
830
                    <child>
 
831
                      <object class="GtkCheckButton" id="pm10">
 
832
                        <property name="visible">True</property>
 
833
                        <property name="can_focus">True</property>
 
834
                        <property name="label" translatable="yes">10</property>
 
835
                        <property name="use_underline">True</property>
 
836
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
837
                        <property name="focus_on_click">True</property>
 
838
                        <property name="active">False</property>
 
839
                        <property name="inconsistent">False</property>
 
840
                        <property name="draw_indicator">True</property>
 
841
                      </object>
 
842
                      <packing>
 
843
                        <property name="padding">0</property>
 
844
                        <property name="expand">False</property>
 
845
                        <property name="fill">False</property>
 
846
                      </packing>
 
847
                    </child>
 
848
                    <child>
 
849
                      <object class="GtkCheckButton" id="pm20">
 
850
                        <property name="visible">True</property>
 
851
                        <property name="can_focus">True</property>
 
852
                        <property name="label" translatable="yes">20</property>
 
853
                        <property name="use_underline">True</property>
 
854
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
855
                        <property name="focus_on_click">True</property>
 
856
                        <property name="active">True</property>
 
857
                        <property name="inconsistent">False</property>
 
858
                        <property name="draw_indicator">True</property>
 
859
                      </object>
 
860
                      <packing>
 
861
                        <property name="padding">0</property>
 
862
                        <property name="expand">False</property>
 
863
                        <property name="fill">False</property>
 
864
                      </packing>
 
865
                    </child>
 
866
                    <child>
 
867
                      <object class="GtkCheckButton" id="pm50">
 
868
                        <property name="visible">True</property>
 
869
                        <property name="can_focus">True</property>
 
870
                        <property name="label" translatable="yes">50</property>
 
871
                        <property name="use_underline">True</property>
 
872
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
873
                        <property name="focus_on_click">True</property>
 
874
                        <property name="active">False</property>
 
875
                        <property name="inconsistent">False</property>
 
876
                        <property name="draw_indicator">True</property>
 
877
                      </object>
 
878
                      <packing>
 
879
                        <property name="padding">0</property>
 
880
                        <property name="expand">False</property>
 
881
                        <property name="fill">False</property>
 
882
                      </packing>
 
883
                    </child>
 
884
                    <child>
 
885
                      <object class="GtkCheckButton" id="pm100">
 
886
                        <property name="visible">True</property>
 
887
                        <property name="can_focus">True</property>
 
888
                        <property name="label" translatable="yes">100</property>
 
889
                        <property name="use_underline">True</property>
 
890
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
891
                        <property name="focus_on_click">True</property>
 
892
                        <property name="active">False</property>
 
893
                        <property name="inconsistent">False</property>
 
894
                        <property name="draw_indicator">True</property>
 
895
                      </object>
 
896
                      <packing>
 
897
                        <property name="padding">0</property>
 
898
                        <property name="expand">False</property>
 
899
                        <property name="fill">False</property>
 
900
                      </packing>
 
901
                    </child>
 
902
                    <child>
 
903
                      <object class="GtkCheckButton" id="pm200">
 
904
                        <property name="visible">True</property>
 
905
                        <property name="can_focus">True</property>
 
906
                        <property name="label" translatable="yes">200</property>
 
907
                        <property name="use_underline">True</property>
 
908
                        <property name="relief">GTK_RELIEF_NORMAL</property>
 
909
                        <property name="focus_on_click">True</property>
 
910
                        <property name="active">False</property>
 
911
                        <property name="inconsistent">False</property>
 
912
                        <property name="draw_indicator">True</property>
 
913
                      </object>
 
914
                      <packing>
 
915
                        <property name="padding">0</property>
 
916
                        <property name="expand">False</property>
 
917
                        <property name="fill">False</property>
 
918
                      </packing>
 
919
                    </child>
 
920
                  </object>
 
921
                  <packing>
 
922
                    <property name="left_attach">1</property>
 
923
                    <property name="right_attach">2</property>
 
924
                    <property name="top_attach">1</property>
 
925
                    <property name="bottom_attach">2</property>
 
926
                    <property name="x_options">fill</property>
 
927
                    <property name="y_options">fill</property>
 
928
                  </packing>
 
929
                </child>
 
930
              </object>
 
931
            </child>
 
932
            <child type="label">
 
933
              <object class="GtkLabel" id="label2">
 
934
                <property name="visible">True</property>
 
935
                <property name="label" translatable="yes">_Options</property>
 
936
                <property name="use_underline">True</property>
 
937
                <property name="use_markup">False</property>
 
938
                <property name="justify">GTK_JUSTIFY_LEFT</property>
 
939
                <property name="wrap">False</property>
 
940
                <property name="selectable">False</property>
 
941
                <property name="xalign">0.5</property>
 
942
                <property name="yalign">0.5</property>
 
943
                <property name="xpad">0</property>
 
944
                <property name="ypad">0</property>
 
945
                <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
946
                <property name="width_chars">-1</property>
 
947
                <property name="single_line_mode">False</property>
 
948
                <property name="angle">0</property>
 
949
              </object>
 
950
            </child>
 
951
          </object>
 
952
          <packing>
 
953
            <property name="padding">0</property>
 
954
            <property name="expand">False</property>
 
955
            <property name="fill">False</property>
 
956
          </packing>
 
957
        </child>
 
958
        <child>
 
959
          <object class="GtkScrolledWindow" id="scrolledwindow1">
 
960
            <property name="visible">True</property>
 
961
            <property name="can_focus">True</property>
 
962
            <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
 
963
            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
964
            <property name="shadow_type">GTK_SHADOW_IN</property>
 
965
            <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
966
            <child>
 
967
              <object class="GtkViewport" id="plotport">
 
968
                <property name="visible">True</property>
 
969
                <property name="shadow_type">GTK_SHADOW_NONE</property>
 
970
                <child>
 
971
                  <object class="GtkImage" id="plot">
 
972
                    <property name="visible">True</property>
 
973
                    <property name="icon_size">5</property>
 
974
                    <property name="icon_name">stock_chart</property>
 
975
                    <property name="xalign">0.5</property>
 
976
                    <property name="yalign">0.5</property>
 
977
                    <property name="xpad">0</property>
 
978
                    <property name="ypad">0</property>
 
979
                  </object>
 
980
                </child>
 
981
              </object>
 
982
            </child>
 
983
          </object>
 
984
          <packing>
 
985
            <property name="padding">0</property>
 
986
            <property name="expand">True</property>
 
987
            <property name="fill">True</property>
 
988
          </packing>
 
989
        </child>
 
990
        <child>
 
991
          <object class="GtkLabel" id="progress">
 
992
            <property name="visible">True</property>
 
993
            <property name="can_focus">True</property>
 
994
            <property name="label" translatable="yes">Downloading chart from &lt;b&gt;Yahoo!&lt;/b&gt;</property>
 
995
            <property name="use_underline">False</property>
 
996
            <property name="use_markup">True</property>
 
997
            <property name="justify">GTK_JUSTIFY_LEFT</property>
 
998
            <property name="wrap">False</property>
 
999
            <property name="selectable">True</property>
 
1000
            <property name="xalign">0.5</property>
 
1001
            <property name="yalign">0.5</property>
 
1002
            <property name="xpad">0</property>
 
1003
            <property name="ypad">0</property>
 
1004
            <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
1005
            <property name="width_chars">-1</property>
 
1006
            <property name="single_line_mode">False</property>
 
1007
            <property name="angle">0</property>
 
1008
          </object>
 
1009
          <packing>
 
1010
            <property name="padding">0</property>
 
1011
            <property name="expand">False</property>
 
1012
            <property name="fill">False</property>
 
1013
          </packing>
 
1014
        </child>
 
1015
      </object>
 
1016
    </child>
 
1017
  </object>
 
1018
</interface>