summaryrefslogtreecommitdiff
path: root/testsuite/a11y/tooltips.ui
blob: 4c5145cbe9b825e73c29c92efc0a8fba2fe184c9 (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
<interface>
  <object class='GtkWindow' id='window1'>
    <property name='visible'>True</property>
    <child>
      <object class='GtkBox' id='box1'>
        <property name='visible'>True</property>
        <child>
          <object class='GtkButton' id='button-with-tooltip-text'>
            <property name='visible'>True</property>
            <property name="tooltip_text">Tooltip1</property>
          </object>
        </child>
        <child>
          <object class='GtkButton' id='button-with-has-tooltip-true'>
            <property name='visible'>True</property>
            <property name="has_tooltip">True</property>
          </object>
         </child>
        <child>
          <object class='GtkButton' id='button-without-tooltip'>
            <property name='visible'>True</property>
          </object>
         </child>
        <child>
          <object class='GtkButton' id='button-with-has-tooltip-false'>
            <property name='visible'>True</property>
            <property name="has_tooltip">False</property>
          </object>
         </child>
      </object>
    </child>
  </object>
</interface>