summaryrefslogtreecommitdiff
path: root/testsuite/a11y/assistant.ui
blob: aed2044489eab67580d1a7e689e140690af5c033 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <object class="GtkAssistant" id="window1">
    <property name="can_focus">False</property>
    <property name="type">popup</property>
    <child>
      <object class="GtkButton" id="button1">
        <property name="label" translatable="yes">Button 1</property>
        <property name="visible">True</property>
        <property name="can_focus">True</property>
      </object>
      <packing>
        <property name="title" translatable="yes">Page 1</property>
      </packing>
    </child>
    <child>
      <object class="GtkButton" id="button2">
        <property name="label" translatable="yes">Button 2</property>
        <property name="visible">True</property>
        <property name="can_focus">True</property>
      </object>
      <packing>
        <property name="title" translatable="yes">Page 2</property>
      </packing>
    </child>
  </object>
</interface>