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

« back to all changes in this revision

Viewing changes to invest-applet/data/prefs-dialog.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="GtkDialog" id="preferences">
 
5
    <property name="border_width">5</property>
 
6
    <property name="title" translatable="yes">Invest Preferences</property>
 
7
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
8
    <property name="window_position">GTK_WIN_POS_CENTER</property>
 
9
    <property name="modal">True</property>
 
10
    <property name="default_height">450</property>
 
11
    <property name="resizable">True</property>
 
12
    <property name="destroy_with_parent">True</property>
 
13
    <property name="icon_name"></property>
 
14
    <property name="decorated">True</property>
 
15
    <property name="skip_taskbar_hint">False</property>
 
16
    <property name="skip_pager_hint">False</property>
 
17
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
18
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
19
    <property name="focus_on_map">True</property>
 
20
    <property name="urgency_hint">False</property>
 
21
    <property name="has_separator">False</property>
 
22
    <signal handler="prefs_dialog_response_cb" last_modification_time="Sat, 10 May 2003 09:37:44 GMT" name="response"/>
 
23
    <child internal-child="vbox">
 
24
      <object class="GtkVBox" id="dialog-vbox2">
 
25
        <property name="visible">True</property>
 
26
        <property name="homogeneous">False</property>
 
27
        <property name="spacing">2</property>
 
28
        <child internal-child="action_area">
 
29
          <object class="GtkHButtonBox" id="dialog-action_area2">
 
30
            <property name="visible">True</property>
 
31
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
32
            <child>
 
33
              <object class="GtkButton" id="close">
 
34
                <property name="visible">True</property>
 
35
                <property name="can_default">True</property>
 
36
                <property name="can_focus">True</property>
 
37
                <property name="label">gtk-close</property>
 
38
                <property name="use_stock">True</property>
 
39
                <property name="relief">GTK_RELIEF_NORMAL</property>
 
40
                <property name="focus_on_click">True</property>
 
41
              </object>
 
42
            </child>
 
43
          </object>
 
44
          <packing>
 
45
            <property name="padding">0</property>
 
46
            <property name="expand">False</property>
 
47
            <property name="fill">True</property>
 
48
            <property name="pack_type">GTK_PACK_END</property>
 
49
          </packing>
 
50
        </child>
 
51
        <child>
 
52
          <object class="GtkVBox" id="big_box">
 
53
            <property name="border_width">5</property>
 
54
            <property name="visible">True</property>
 
55
            <property name="homogeneous">False</property>
 
56
            <property name="spacing">18</property>
 
57
            <child>
 
58
              <object class="GtkVBox" id="loaded_extensions_box">
 
59
                <property name="visible">True</property>
 
60
                <property name="homogeneous">False</property>
 
61
                <property name="spacing">6</property>
 
62
                <child>
 
63
                  <object class="GtkLabel" id="label1310">
 
64
                    <property name="visible">True</property>
 
65
                    <property name="label" translatable="yes">&lt;b&gt;Stocks&lt;/b&gt;</property>
 
66
                    <property name="use_underline">True</property>
 
67
                    <property name="use_markup">True</property>
 
68
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
 
69
                    <property name="wrap">False</property>
 
70
                    <property name="selectable">False</property>
 
71
                    <property name="xalign">0</property>
 
72
                    <property name="yalign">0.5</property>
 
73
                    <property name="xpad">0</property>
 
74
                    <property name="ypad">0</property>
 
75
                    <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
76
                    <property name="width_chars">-1</property>
 
77
                    <property name="single_line_mode">False</property>
 
78
                    <property name="angle">0</property>
 
79
                  </object>
 
80
                  <packing>
 
81
                    <property name="padding">0</property>
 
82
                    <property name="expand">False</property>
 
83
                    <property name="fill">False</property>
 
84
                  </packing>
 
85
                </child>
 
86
                <child>
 
87
                  <object class="GtkAlignment" id="alignment16">
 
88
                    <property name="visible">True</property>
 
89
                    <property name="xalign">0.5</property>
 
90
                    <property name="yalign">0.5</property>
 
91
                    <property name="xscale">1</property>
 
92
                    <property name="yscale">1</property>
 
93
                    <property name="top_padding">0</property>
 
94
                    <property name="bottom_padding">0</property>
 
95
                    <property name="left_padding">18</property>
 
96
                    <property name="right_padding">0</property>
 
97
                    <child>
 
98
                      <object class="GtkVBox" id="vbox156">
 
99
                        <property name="visible">True</property>
 
100
                        <property name="homogeneous">False</property>
 
101
                        <property name="spacing">6</property>
 
102
                        <child>
 
103
                          <object class="GtkScrolledWindow" id="handlers">
 
104
                            <property name="visible">True</property>
 
105
                            <property name="can_focus">True</property>
 
106
                            <property name="has_focus">True</property>
 
107
                            <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
 
108
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
109
                            <property name="shadow_type">GTK_SHADOW_IN</property>
 
110
                            <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
111
                            <child>
 
112
                              <object class="GtkTreeView" id="stocks">
 
113
                                <property name="visible">True</property>
 
114
                                <property name="can_focus">True</property>
 
115
                                <property name="headers_visible">True</property>
 
116
                                <property name="rules_hint">True</property>
 
117
                                <property name="reorderable">True</property>
 
118
                                <property name="enable_search">True</property>
 
119
                                <property name="fixed_height_mode">False</property>
 
120
                                <property name="hover_selection">False</property>
 
121
                                <property name="hover_expand">False</property>
 
122
                              </object>
 
123
                            </child>
 
124
                          </object>
 
125
                          <packing>
 
126
                            <property name="padding">0</property>
 
127
                            <property name="expand">True</property>
 
128
                            <property name="fill">True</property>
 
129
                          </packing>
 
130
                        </child>
 
131
                        <child>
 
132
                          <object class="GtkHBox" id="hbox1">
 
133
                            <property name="visible">True</property>
 
134
                            <property name="homogeneous">True</property>
 
135
                            <property name="spacing">6</property>
 
136
                            <child>
 
137
                              <object class="GtkButton" id="add">
 
138
                                <property name="visible">True</property>
 
139
                                <property name="can_focus">True</property>
 
140
                                <property name="label">gtk-add</property>
 
141
                                <property name="use_stock">True</property>
 
142
                                <property name="relief">GTK_RELIEF_NORMAL</property>
 
143
                                <property name="focus_on_click">True</property>
 
144
                              </object>
 
145
                              <packing>
 
146
                                <property name="padding">0</property>
 
147
                                <property name="expand">True</property>
 
148
                                <property name="fill">True</property>
 
149
                              </packing>
 
150
                            </child>
 
151
                            <child>
 
152
                              <object class="GtkButton" id="remove">
 
153
                                <property name="visible">True</property>
 
154
                                <property name="can_focus">True</property>
 
155
                                <property name="label">gtk-remove</property>
 
156
                                <property name="use_stock">True</property>
 
157
                                <property name="relief">GTK_RELIEF_NORMAL</property>
 
158
                                <property name="focus_on_click">True</property>
 
159
                              </object>
 
160
                              <packing>
 
161
                                <property name="padding">0</property>
 
162
                                <property name="expand">True</property>
 
163
                                <property name="fill">True</property>
 
164
                              </packing>
 
165
                            </child>
 
166
                          </object>
 
167
                          <packing>
 
168
                            <property name="padding">0</property>
 
169
                            <property name="expand">False</property>
 
170
                            <property name="fill">True</property>
 
171
                          </packing>
 
172
                        </child>
 
173
                        <child>
 
174
                          <object class="GtkLabel" id="default_info">
 
175
                            <property name="visible">True</property>
 
176
                            <property name="label" translatable="yes">&lt;i&gt;&lt;small&gt;&lt;b&gt;Note:&lt;/b&gt; Quotes are delayed at least 15 minutes.
 
177
&lt;b&gt;Source: &lt;/b&gt; Yahoo!&lt;/small&gt;&lt;/i&gt;</property>
 
178
                            <property name="use_underline">False</property>
 
179
                            <property name="use_markup">True</property>
 
180
                            <property name="justify">GTK_JUSTIFY_LEFT</property>
 
181
                            <property name="wrap">False</property>
 
182
                            <property name="selectable">False</property>
 
183
                            <property name="xalign">0</property>
 
184
                            <property name="yalign">0.5</property>
 
185
                            <property name="xpad">0</property>
 
186
                            <property name="ypad">0</property>
 
187
                            <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
188
                            <property name="width_chars">-1</property>
 
189
                            <property name="single_line_mode">False</property>
 
190
                            <property name="angle">0</property>
 
191
                          </object>
 
192
                          <packing>
 
193
                            <property name="padding">0</property>
 
194
                            <property name="expand">False</property>
 
195
                            <property name="fill">False</property>
 
196
                          </packing>
 
197
                        </child>
 
198
                      </object>
 
199
                    </child>
 
200
                  </object>
 
201
                  <packing>
 
202
                    <property name="padding">0</property>
 
203
                    <property name="expand">True</property>
 
204
                    <property name="fill">True</property>
 
205
                  </packing>
 
206
                </child>
 
207
              </object>
 
208
              <packing>
 
209
                <property name="padding">0</property>
 
210
                <property name="expand">True</property>
 
211
                <property name="fill">True</property>
 
212
              </packing>
 
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
    </child>
 
223
    <action-widgets>
 
224
      <action-widget response="-7">close</action-widget>
 
225
    </action-widgets>
 
226
  </object>
 
227
</interface>