summaryrefslogtreecommitdiffstats
path: root/panels/mouse/cc-mouse-test.ui
blob: c007361c53af0a4d8133c6301581467db7e67eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <object class="GtkAdjustment" id="scrolled_window_adjustment">
    <property name="upper">100</property>
    <property name="value">100</property>
    <property name="step_increment">1</property>
    <property name="page_increment">10</property>
  </object>
  <template class="CcMouseTest" parent="AdwBin">
    <child>
      <object class="GtkBox" id="test_widget">
        <property name="hexpand">True</property>
        <property name="vexpand">True</property>
        <property name="orientation">vertical</property>
        <child>
          <object class="GtkScrolledWindow" id="scrolledwindow">
            <property name="hexpand">True</property>
            <property name="vexpand">True</property>
            <property name="vadjustment">scrolled_window_adjustment</property>
            <property name="hscrollbar_policy">automatic</property>
            <property name="vscrollbar_policy">always</property>
            <property name="max_content_height">440</property>
            <child>
              <object class="GtkViewport" id="viewport">
                <child>
                  <object class="GtkOverlay" id="grid1">
                    <child>
                      <object class="GtkPicture" id="image">
                        <property name="margin_start">25</property>
                        <property name="margin_end">25</property>
                        <property name="can-shrink">False</property>
                        <property name="file">resource:///org/gnome/control-center/mouse/scroll-test.svg</property>
                      </object>
                    </child>
                    <child type="overlay">
                      <object class="GtkDrawingArea" id="button_drawing_area">
                        <property name="width_request">180</property>
                        <property name="height_request">180</property>
                        <property name="valign">end</property>
                        <property name="margin_top">20</property>
                        <property name="margin_bottom">20</property>
                        <child>
                          <object class="GtkGestureClick">
                            <property name="button">0</property>
                            <signal name="pressed" handler="button_drawing_area_button_pressed_cb" object="CcMouseTest" swapped="no"/>
                          </object>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="information_label">
            <property name="margin_top">10</property>
            <property name="margin_bottom">5</property>
            <property name="hexpand">True</property>
            <property name="label" translatable="yes">Try clicking, double clicking, scrolling</property>
            <property name="wrap">True</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>