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

« back to all changes in this revision

Viewing changes to panels/mouse/gnome-mouse-test.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="scrolled_window_adjustment">
 
5
    <property name="upper">100</property>
 
6
    <property name="value">100</property>
 
7
    <property name="step_increment">1</property>
 
8
    <property name="page_increment">10</property>
 
9
  </object>
 
10
  <object class="GtkWindow" id="mouse_test_window">
 
11
    <property name="can_focus">False</property>
 
12
    <child>
 
13
      <object class="GtkGrid" id="test_widget">
 
14
        <property name="height_request">400</property>
 
15
        <property name="visible">True</property>
 
16
        <property name="can_focus">False</property>
 
17
        <property name="hexpand">True</property>
 
18
        <property name="vexpand">True</property>
 
19
        <child>
 
20
          <object class="GtkLabel" id="information_label">
 
21
            <property name="visible">True</property>
 
22
            <property name="can_focus">False</property>
 
23
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
24
            <property name="margin_top">5</property>
 
25
            <property name="hexpand">True</property>
 
26
            <property name="ypad">5</property>
 
27
            <property name="label" translatable="yes">Try clicking, double clicking, scrolling</property>
 
28
            <property name="wrap">True</property>
 
29
          </object>
 
30
          <packing>
 
31
            <property name="left_attach">0</property>
 
32
            <property name="top_attach">1</property>
 
33
            <property name="width">1</property>
 
34
            <property name="height">1</property>
 
35
          </packing>
 
36
        </child>
 
37
        <child>
 
38
          <object class="GtkScrolledWindow" id="scrolledwindow">
 
39
            <property name="visible">True</property>
 
40
            <property name="can_focus">True</property>
 
41
            <property name="hexpand">True</property>
 
42
            <property name="vexpand">True</property>
 
43
            <property name="vadjustment">scrolled_window_adjustment</property>
 
44
            <property name="hscrollbar_policy">never</property>
 
45
            <property name="vscrollbar_policy">always</property>
 
46
            <property name="shadow_type">in</property>
 
47
            <child>
 
48
              <object class="GtkViewport" id="viewport">
 
49
                <property name="visible">True</property>
 
50
                <property name="can_focus">False</property>
 
51
                <child>
 
52
                  <object class="GtkGrid" id="grid1">
 
53
                    <property name="visible">True</property>
 
54
                    <property name="can_focus">False</property>
 
55
                    <child>
 
56
                      <object class="GtkImage" id="image">
 
57
                        <property name="visible">True</property>
 
58
                        <property name="can_focus">False</property>
 
59
                        <property name="margin_left">35</property>
 
60
                        <property name="margin_right">35</property>
 
61
                        <property name="pixbuf">scroll-test.svg</property>
 
62
                      </object>
 
63
                      <packing>
 
64
                        <property name="left_attach">0</property>
 
65
                        <property name="top_attach">0</property>
 
66
                        <property name="width">1</property>
 
67
                        <property name="height">1</property>
 
68
                      </packing>
 
69
                    </child>
 
70
                    <child>
 
71
                      <object class="GtkDrawingArea" id="button_drawing_area">
 
72
                        <property name="width_request">180</property>
 
73
                        <property name="height_request">180</property>
 
74
                        <property name="visible">True</property>
 
75
                        <property name="can_focus">False</property>
 
76
                        <property name="events">GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK</property>
 
77
                        <property name="margin_top">20</property>
 
78
                        <property name="margin_bottom">20</property>
 
79
                        <property name="hexpand">True</property>
 
80
                      </object>
 
81
                      <packing>
 
82
                        <property name="left_attach">0</property>
 
83
                        <property name="top_attach">1</property>
 
84
                        <property name="width">1</property>
 
85
                        <property name="height">1</property>
 
86
                      </packing>
 
87
                    </child>
 
88
                  </object>
 
89
                </child>
 
90
              </object>
 
91
            </child>
 
92
          </object>
 
93
          <packing>
 
94
            <property name="left_attach">0</property>
 
95
            <property name="top_attach">0</property>
 
96
            <property name="width">1</property>
 
97
            <property name="height">1</property>
 
98
          </packing>
 
99
        </child>
 
100
      </object>
 
101
    </child>
 
102
  </object>
 
103
</interface>