summaryrefslogtreecommitdiff
path: root/testsuite/a11y/headerbar.ui
blob: a0790778dc07918882e24a17d1df6cb69fd3f1bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<interface>
  <object class="GtkWindow" id="window1">
    <child>
      <object class="GtkHeaderBar" id="headerbar1">
        <property name="show-title-buttons">0</property>
        <child type="start">
          <object class="GtkButton" id="button1">
            <property name="label" translatable="yes">Yes</property>
          </object>
        </child>
        <child type="end">
          <object class="GtkButton" id="page2">
            <property name="label" translatable="yes">No</property>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>