summaryrefslogtreecommitdiff
path: root/testsuite/reftests/actionbar.ui
blob: 3b90924939a4d1a6232b52e38541a724f8bf7445 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkWindow" id="window1">
    <property name="decorated">0</property>
    <child>
      <object class="GtkActionBar">
        <child type="start">
          <object class="GtkButton">
            <property name="label">1</property>
          </object>
        </child>
        <child type="start">
          <object class="GtkButton">
            <property name="label">2</property>
          </object>
        </child>
        <child type="center">
          <object class="GtkButton">
            <property name="label">Center</property>
          </object>
        </child>
        <child type="end">
          <object class="GtkButton">
            <property name="label">1</property>
          </object>
        </child>
        <child type="end">
          <object class="GtkButton">
            <property name="label">2</property>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>