~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/wacom/wacom-stylus-page.ui

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkAdjustment" id="adjustment-eraser-feel">
 
5
    <property name="upper">6</property>
 
6
    <property name="step_increment">1</property>
 
7
    <property name="page_increment">3</property>
 
8
  </object>
 
9
  <object class="GtkAdjustment" id="adjustment-tip-feel">
 
10
    <property name="upper">6</property>
 
11
    <property name="step_increment">1</property>
 
12
    <property name="page_increment">3</property>
 
13
  </object>
 
14
  <object class="GtkListStore" id="liststore-buttons">
 
15
    <columns>
 
16
      <!-- column-name button -->
 
17
      <column type="gint"/>
 
18
      <!-- column-name button-label -->
 
19
      <column type="gchararray"/>
 
20
    </columns>
 
21
    <data>
 
22
      <row>
 
23
        <col id="0">0</col>
 
24
        <col id="1" translatable="yes">No Action</col>
 
25
      </row>
 
26
      <row>
 
27
        <col id="0">1</col>
 
28
        <col id="1" translatable="yes">Left Mouse Button Click</col>
 
29
      </row>
 
30
      <row>
 
31
        <col id="0">2</col>
 
32
        <col id="1" translatable="yes">Middle Mouse Button Click</col>
 
33
      </row>
 
34
      <row>
 
35
        <col id="0">3</col>
 
36
        <col id="1" translatable="yes">Right Mouse Button Click</col>
 
37
      </row>
 
38
      <row>
 
39
        <col id="0">4</col>
 
40
        <col id="1" translatable="yes">Scroll Up</col>
 
41
      </row>
 
42
      <row>
 
43
        <col id="0">5</col>
 
44
        <col id="1" translatable="yes">Scroll Down</col>
 
45
      </row>
 
46
      <row>
 
47
        <col id="0">6</col>
 
48
        <col id="1" translatable="yes">Scroll Left</col>
 
49
      </row>
 
50
      <row>
 
51
        <col id="0">7</col>
 
52
        <col id="1" translatable="yes">Scroll Right</col>
 
53
      </row>
 
54
      <row>
 
55
        <col id="0">7</col>
 
56
        <col id="1" translatable="yes">Back</col>
 
57
      </row>
 
58
      <row>
 
59
        <col id="0">8</col>
 
60
        <col id="1" translatable="yes">Forward</col>
 
61
      </row>
 
62
    </data>
 
63
  </object>
 
64
  <object class="GtkGrid" id="stylus-grid">
 
65
    <property name="visible">True</property>
 
66
    <property name="can_focus">False</property>
 
67
    <property name="column_spacing">10</property>
 
68
    <property name="row_spacing">10</property>
 
69
    <child>
 
70
      <object class="GtkLabel" id="label-stylus">
 
71
        <property name="visible">True</property>
 
72
        <property name="can_focus">False</property>
 
73
        <property name="halign">start</property>
 
74
        <property name="valign">center</property>
 
75
        <property name="label" translatable="yes">Stylus</property>
 
76
        <attributes>
 
77
          <attribute name="weight" value="bold"/>
 
78
        </attributes>
 
79
      </object>
 
80
      <packing>
 
81
        <property name="left_attach">0</property>
 
82
        <property name="top_attach">0</property>
 
83
        <property name="width">2</property>
 
84
        <property name="height">1</property>
 
85
      </packing>
 
86
    </child>
 
87
    <child>
 
88
      <object class="GtkImage" id="image-stylus">
 
89
        <property name="visible">True</property>
 
90
        <property name="can_focus">False</property>
 
91
        <property name="halign">end</property>
 
92
        <property name="valign">start</property>
 
93
        <property name="pixbuf">wacom-stylus.svg</property>
 
94
      </object>
 
95
      <packing>
 
96
        <property name="left_attach">0</property>
 
97
        <property name="top_attach">1</property>
 
98
        <property name="width">1</property>
 
99
        <property name="height">1</property>
 
100
      </packing>
 
101
    </child>
 
102
    <child>
 
103
      <object class="GtkGrid" id="stylus-controls-grid">
 
104
        <property name="visible">True</property>
 
105
        <property name="can_focus">False</property>
 
106
        <property name="orientation">vertical</property>
 
107
        <property name="margin_left">16</property>
 
108
        <property name="margin_top">6</property>
 
109
        <property name="row_spacing">10</property>
 
110
        <property name="column_spacing">10</property>
 
111
        <child>
 
112
          <object class="GtkLabel" id="label-eraser-feel">
 
113
            <property name="visible">True</property>
 
114
            <property name="can_focus">False</property>
 
115
            <property name="halign">end</property>
 
116
            <property name="valign">center</property>
 
117
            <property name="label" translatable="yes">Eraser Pressure Feel</property>
 
118
            <property name="justify">right</property>
 
119
            <style>
 
120
              <class name="dim-label"/>
 
121
            </style>
 
122
          </object>
 
123
          <packing>
 
124
            <property name="left_attach">0</property>
 
125
            <property name="top_attach">0</property>
 
126
            <property name="width">1</property>
 
127
            <property name="height">1</property>
 
128
          </packing>
 
129
        </child>
 
130
        <child>
 
131
          <object class="GtkBox" id="eraser-box">
 
132
            <property name="visible">True</property>
 
133
            <property name="can_focus">False</property>
 
134
            <property name="spacing">10</property>
 
135
            <child>
 
136
              <object class="GtkLabel" id="label-eraser-soft">
 
137
                <property name="visible">True</property>
 
138
                <property name="can_focus">False</property>
 
139
                <property name="label" translatable="yes">Soft</property>
 
140
                <attributes>
 
141
                  <attribute name="scale" value="0.82999999999999996"/>
 
142
                </attributes>
 
143
              </object>
 
144
              <packing>
 
145
                <property name="expand">False</property>
 
146
                <property name="fill">True</property>
 
147
                <property name="position">0</property>
 
148
              </packing>
 
149
            </child>
 
150
            <child>
 
151
              <object class="GtkScale" id="scale-eraser-feel">
 
152
                <property name="visible">True</property>
 
153
                <property name="can_focus">True</property>
 
154
                <property name="valign">center</property>
 
155
                <property name="adjustment">adjustment-eraser-feel</property>
 
156
                <property name="digits">0</property>
 
157
                <property name="draw_value">False</property>
 
158
              </object>
 
159
              <packing>
 
160
                <property name="expand">True</property>
 
161
                <property name="fill">True</property>
 
162
                <property name="position">1</property>
 
163
              </packing>
 
164
            </child>
 
165
            <child>
 
166
              <object class="GtkLabel" id="label-eraser-firm">
 
167
                <property name="visible">True</property>
 
168
                <property name="can_focus">False</property>
 
169
                <property name="label" translatable="yes">Firm</property>
 
170
                <attributes>
 
171
                  <attribute name="scale" value="0.82999999999999996"/>
 
172
                </attributes>
 
173
              </object>
 
174
              <packing>
 
175
                <property name="expand">False</property>
 
176
                <property name="fill">True</property>
 
177
                <property name="position">2</property>
 
178
              </packing>
 
179
            </child>
 
180
          </object>
 
181
          <packing>
 
182
            <property name="left_attach">1</property>
 
183
            <property name="top_attach">0</property>
 
184
            <property name="width">1</property>
 
185
            <property name="height">1</property>
 
186
          </packing>
 
187
        </child>
 
188
        <child>
 
189
          <object class="GtkLabel" id="label-top-button">
 
190
            <property name="visible">True</property>
 
191
            <property name="can_focus">False</property>
 
192
            <property name="halign">end</property>
 
193
            <property name="valign">center</property>
 
194
            <property name="label" translatable="yes">Top Button</property>
 
195
            <property name="justify">right</property>
 
196
            <style>
 
197
              <class name="dim-label"/>
 
198
            </style>
 
199
          </object>
 
200
          <packing>
 
201
            <property name="left_attach">0</property>
 
202
            <property name="top_attach">1</property>
 
203
            <property name="width">1</property>
 
204
            <property name="height">1</property>
 
205
          </packing>
 
206
        </child>
 
207
        <child>
 
208
          <object class="GtkComboBox" id="combo-topbutton">
 
209
            <property name="visible">True</property>
 
210
            <property name="can_focus">False</property>
 
211
            <property name="valign">center</property>
 
212
            <property name="model">liststore-buttons</property>
 
213
          </object>
 
214
          <packing>
 
215
            <property name="left_attach">1</property>
 
216
            <property name="top_attach">1</property>
 
217
            <property name="width">1</property>
 
218
            <property name="height">1</property>
 
219
          </packing>
 
220
        </child>
 
221
        <child>
 
222
          <object class="GtkLabel" id="label-lower-button">
 
223
            <property name="visible">True</property>
 
224
            <property name="can_focus">False</property>
 
225
            <property name="halign">end</property>
 
226
            <property name="valign">center</property>
 
227
            <property name="label" translatable="yes">Lower Button</property>
 
228
            <property name="justify">right</property>
 
229
            <style>
 
230
              <class name="dim-label"/>
 
231
            </style>
 
232
          </object>
 
233
          <packing>
 
234
            <property name="left_attach">0</property>
 
235
            <property name="top_attach">2</property>
 
236
            <property name="width">1</property>
 
237
            <property name="height">1</property>
 
238
          </packing>
 
239
        </child>
 
240
        <child>
 
241
          <object class="GtkComboBox" id="combo-bottombutton">
 
242
            <property name="visible">True</property>
 
243
            <property name="can_focus">False</property>
 
244
            <property name="valign">center</property>
 
245
            <property name="model">liststore-buttons</property>
 
246
          </object>
 
247
          <packing>
 
248
            <property name="left_attach">1</property>
 
249
            <property name="top_attach">2</property>
 
250
            <property name="width">1</property>
 
251
            <property name="height">1</property>
 
252
          </packing>
 
253
        </child>
 
254
        <child>
 
255
          <object class="GtkLabel" id="label-tip-feel">
 
256
            <property name="visible">True</property>
 
257
            <property name="can_focus">False</property>
 
258
            <property name="halign">end</property>
 
259
            <property name="valign">center</property>
 
260
            <property name="label" translatable="yes">Tip Pressure Feel</property>
 
261
            <property name="justify">right</property>
 
262
            <style>
 
263
              <class name="dim-label"/>
 
264
            </style>
 
265
          </object>
 
266
          <packing>
 
267
            <property name="left_attach">0</property>
 
268
            <property name="top_attach">3</property>
 
269
            <property name="width">1</property>
 
270
            <property name="height">1</property>
 
271
          </packing>
 
272
        </child>
 
273
        <child>
 
274
          <object class="GtkBox" id="box-tip-feel">
 
275
            <property name="visible">True</property>
 
276
            <property name="can_focus">False</property>
 
277
            <property name="spacing">10</property>
 
278
            <child>
 
279
              <object class="GtkLabel" id="label-tip-soft">
 
280
                <property name="visible">True</property>
 
281
                <property name="can_focus">False</property>
 
282
                <property name="label" translatable="yes">Soft</property>
 
283
                <attributes>
 
284
                  <attribute name="scale" value="0.82999999999999996"/>
 
285
                </attributes>
 
286
              </object>
 
287
              <packing>
 
288
                <property name="expand">False</property>
 
289
                <property name="fill">True</property>
 
290
                <property name="position">0</property>
 
291
              </packing>
 
292
            </child>
 
293
            <child>
 
294
              <object class="GtkScale" id="scale-tip-feel">
 
295
                <property name="visible">True</property>
 
296
                <property name="can_focus">True</property>
 
297
                <property name="adjustment">adjustment-tip-feel</property>
 
298
                <property name="digits">0</property>
 
299
                <property name="draw_value">False</property>
 
300
              </object>
 
301
              <packing>
 
302
                <property name="expand">True</property>
 
303
                <property name="fill">True</property>
 
304
                <property name="position">1</property>
 
305
              </packing>
 
306
            </child>
 
307
            <child>
 
308
              <object class="GtkLabel" id="label-tip-firm">
 
309
                <property name="visible">True</property>
 
310
                <property name="can_focus">False</property>
 
311
                <property name="label" translatable="yes">Firm</property>
 
312
                <attributes>
 
313
                  <attribute name="scale" value="0.82999999999999996"/>
 
314
                </attributes>
 
315
              </object>
 
316
              <packing>
 
317
                <property name="expand">False</property>
 
318
                <property name="fill">True</property>
 
319
                <property name="position">2</property>
 
320
              </packing>
 
321
            </child>
 
322
          </object>
 
323
          <packing>
 
324
            <property name="left_attach">1</property>
 
325
            <property name="top_attach">3</property>
 
326
            <property name="width">1</property>
 
327
            <property name="height">1</property>
 
328
          </packing>
 
329
        </child>
 
330
      </object>
 
331
      <packing>
 
332
        <property name="left_attach">1</property>
 
333
        <property name="top_attach">1</property>
 
334
        <property name="width">1</property>
 
335
        <property name="height">1</property>
 
336
      </packing>
 
337
    </child>
 
338
    <child>
 
339
      <placeholder/>
 
340
    </child>
 
341
    <child>
 
342
      <placeholder/>
 
343
    </child>
 
344
    <child>
 
345
      <placeholder/>
 
346
    </child>
 
347
    <child>
 
348
      <placeholder/>
 
349
    </child>
 
350
  </object>
 
351
</interface>